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 interface io.vertx.ext.stomp.StompClientConnection
Aborts a transaction.
abort(String, Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Aborts a transaction.
abort(String, Map<String, String>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Aborts a transaction.
abort(String, Map<String, String>, Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Aborts a transaction.
abort(String) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Aborts a transaction.
abort(String, Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Aborts a transaction.
abort(String, Map<String, String>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Aborts a transaction.
abort(String, Map<String, String>, Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Aborts a transaction.
abortHandler(Handler<ServerFrame>) - Method in interface io.vertx.ext.stomp.StompServerHandler
Configures the action to execute when a ABORT frame is received.
abortHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Configures the action to execute when a ABORT frame is received.
absoluteURI() - Method in interface io.vertx.core.http.HttpServerRequest
 
absoluteURI() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
AbstractServiceReference<T> - Class in io.vertx.servicediscovery.types
A class to simplify the implementation of service reference.
AbstractServiceReference(Vertx, ServiceDiscovery, Record) - Constructor for class io.vertx.servicediscovery.types.AbstractServiceReference
Creates a new instance of AbstractServiceReference.
AbstractUser - Class in io.vertx.ext.auth
Useful base class for implementing a User object.
AbstractUser() - Constructor for class io.vertx.ext.auth.AbstractUser
 
AbstractVerticle - Class in io.vertx.core
An abstract base class that you can extend to write your own Verticle classes.
AbstractVerticle() - Constructor for class io.vertx.core.AbstractVerticle
 
AbstractVerticle - Class in io.vertx.rxjava.core
 
AbstractVerticle() - Constructor for class io.vertx.rxjava.core.AbstractVerticle
 
ACCEPT - Static variable in class io.vertx.core.http.HttpHeaders
Accept header name
accept(HttpServerRequest) - Method in interface io.vertx.ext.web.Router
This method is used to provide a request to the router.
accept(HttpServerRequest) - Method in class io.vertx.rxjava.ext.web.Router
This method is used to provide a request to the router.
ACCEPT_CHARSET - Static variable in class io.vertx.core.http.HttpHeaders
Accept-Charset header name
ACCEPT_ENCODING - Static variable in class io.vertx.core.http.HttpHeaders
Accept-Encoding header name
ACCEPT_LANGUAGE - Static variable in class io.vertx.core.http.HttpHeaders
Accept-Language header name
ACCEPT_PATCH - Static variable in class io.vertx.core.http.HttpHeaders
Accept-Patch header name
ACCEPT_RANGES - Static variable in class io.vertx.core.http.HttpHeaders
Accept-Ranges header name
ACCEPT_VERSION - Static variable in class io.vertx.ext.stomp.Frame
 
acceptableLocales() - Method in interface io.vertx.ext.web.RoutingContext
Returns the locales for the current request.
acceptableLocales() - Method in class io.vertx.rxjava.ext.web.RoutingContext
Returns the locales for the current request.
acceptMoreValues(Option) - Method in interface io.vertx.core.cli.CommandLine
Checks whether or not the given option accept more values.
acceptMoreValues(Option) - Method in class io.vertx.rxjava.core.cli.CommandLine
Checks whether or not the given option accept more values.
acceptValue() - Method in class io.vertx.core.cli.Option
 
ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in class io.vertx.core.http.HttpHeaders
Access-Control-Allow-Credentials header name
ACCESS_CONTROL_ALLOW_HEADERS - Static variable in class io.vertx.core.http.HttpHeaders
Access-Control-Allow-Headers header name
ACCESS_CONTROL_ALLOW_METHODS - Static variable in class io.vertx.core.http.HttpHeaders
Access-Control-Allow-Methods header name
ACCESS_CONTROL_ALLOW_ORIGIN - Static variable in class io.vertx.core.http.HttpHeaders
Access-Control-Allow-Origin header name
ACCESS_CONTROL_EXPOSE_HEADERS - Static variable in class io.vertx.core.http.HttpHeaders
Access-Control-Expose-Headers header name
ACCESS_CONTROL_MAX_AGE - Static variable in class io.vertx.core.http.HttpHeaders
Access-Control-Max-Age header name
ACCESS_CONTROL_REQUEST_HEADERS - Static variable in class io.vertx.core.http.HttpHeaders
Access-Control-Request-Headers header name
ACCESS_CONTROL_REQUEST_METHOD - Static variable in class io.vertx.core.http.HttpHeaders
Access-Control-Request-Method header name
AccessToken - Interface in io.vertx.ext.auth.oauth2
AccessToken extension to the User interface
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
 
ack(StompServerConnection, Frame) - Method in interface io.vertx.ext.stomp.Destination
Handles a ACK frame.
ACK - Static variable in class io.vertx.ext.stomp.Frame
 
ack(String) - Method in interface io.vertx.ext.stomp.StompClientConnection
Sends an acknowledgement for a specific message.
ack(String, Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Sends an acknowledgement for a specific message.
ack(String, String) - Method in interface io.vertx.ext.stomp.StompClientConnection
Sends an acknowledgement for the given frame.
ack(String, String, Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Sends an acknowledgement for the given frame.
ack(StompServerConnection, Frame) - Method in class io.vertx.rxjava.ext.stomp.Destination
Handles a ACK frame.
ack(String) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Sends an acknowledgement for a specific message.
ack(String, Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Sends an acknowledgement for a specific message.
ack(String, String) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Sends an acknowledgement for the given frame.
ack(String, String, Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Sends an acknowledgement for the given frame.
ackHandler(Handler<ServerFrame>) - Method in interface io.vertx.ext.stomp.StompServerHandler
Configures the action to execute when a ACK frame is received.
ackHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Configures the action to execute when a ACK frame is received.
Acknowledgement - Interface in io.vertx.ext.stomp
Structure passed to acknowledgement handler called when a ACK or NACK frame is received.
Acknowledgement - Class in io.vertx.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
 
actualPort() - Method in interface io.vertx.core.http.HttpServer
The actual port the server is listening on.
actualPort() - Method in interface io.vertx.core.net.NetServer
The actual port the server is listening on.
actualPort() - Method in interface io.vertx.ext.shell.term.TermServer
The actual port the server is listening on.
actualPort() - Method in interface io.vertx.ext.stomp.StompServer
Gets the port on which the server is listening.
actualPort() - Method in 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.
adaptingMap(Map, Function, Function) - Static method in class io.vertx.lang.ruby.Helper
 
add(String, String) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
 
add(String, Iterable<String>) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
 
add(CharSequence, CharSequence) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
 
add(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
 
add(Enum) - Method in class io.vertx.core.json.JsonArray
Add an enum to the JSON array.
add(CharSequence) - Method in class io.vertx.core.json.JsonArray
Add a CharSequence to the JSON array.
add(String) - Method in class io.vertx.core.json.JsonArray
Add a String to the JSON array.
add(Integer) - Method in class io.vertx.core.json.JsonArray
Add an Integer to the JSON array.
add(Long) - Method in class io.vertx.core.json.JsonArray
Add a Long to the JSON array.
add(Double) - Method in class io.vertx.core.json.JsonArray
Add a Double to the JSON array.
add(Float) - Method in class io.vertx.core.json.JsonArray
Add a Float to the JSON array.
add(Boolean) - Method in class io.vertx.core.json.JsonArray
Add a Boolean to the JSON array.
add(JsonObject) - Method in class io.vertx.core.json.JsonArray
Add a JSON object to the JSON array.
add(JsonArray) - Method in class io.vertx.core.json.JsonArray
Add another JSON array to the JSON array.
add(byte[]) - Method in class io.vertx.core.json.JsonArray
Add a binary value to the JSON array.
add(Instant) - Method in class io.vertx.core.json.JsonArray
Add a Instant value to the JSON array.
add(Object) - Method in class io.vertx.core.json.JsonArray
Add an Object to the JSON array.
add(String, String) - Method in interface io.vertx.core.MultiMap
Adds a new value with the specified name and value.
add(CharSequence, CharSequence) - Method in interface io.vertx.core.MultiMap
Like MultiMap.add(String, String) but accepting CharSequence as parameters
add(String, Iterable<String>) - Method in interface io.vertx.core.MultiMap
Adds a new values under the specified name
add(CharSequence, Iterable<CharSequence>) - Method in interface io.vertx.core.MultiMap
Like MultiMap.add(String, Iterable) but accepting CharSequence as parameters
add(K, V, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.spi.cluster.AsyncMultiMap
Add a value to the list of values for that key in the map
add(String, String) - Method in class io.vertx.ext.stomp.utils.Headers
 
add(String, String) - Method in class io.vertx.rxjava.core.MultiMap
Adds a new value with the specified name and value.
addAll(MultiMap) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
 
addAll(Map<String, String>) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
 
addAll(JsonArray) - Method in class io.vertx.core.json.JsonArray
Appends all of the elements in the specified array to the end of this JSON array.
addAll(MultiMap) - Method in interface io.vertx.core.MultiMap
Adds all the entries from another MultiMap to this one
addAll(Map<String, String>) - Method in interface io.vertx.core.MultiMap
Adds all the entries from a Map to this
addAll(Map<String, String>) - Method in class io.vertx.ext.stomp.utils.Headers
 
addAll(MultiMap) - Method in class io.vertx.rxjava.core.MultiMap
Adds all the entries from another MultiMap to this one
addAndGet(long, Handler<AsyncResult<Long>>) - Method in interface io.vertx.core.shareddata.Counter
Add the value to the counter atomically and return the new count
addAndGet(long, Handler<AsyncResult<Long>>) - Method in class io.vertx.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
Add the value to the counter atomically and return the new count
addArgument(Argument) - Method in interface io.vertx.core.cli.CLI
Adds an argument.
addArgument(Argument) - Method in class io.vertx.rxjava.core.cli.CLI
Adds an argument.
addArguments(List<Argument>) - Method in interface io.vertx.core.cli.CLI
Adds a set of arguments.
addArguments(List<Argument>) - Method in class io.vertx.rxjava.core.cli.CLI
Adds a set of arguments.
addAudience(String) - Method in class io.vertx.ext.auth.jwt.JWTOptions
The target audience of this token
addAuthorities(Set<String>) - Method in interface io.vertx.ext.web.handler.AuthHandler
Add a set of required authorities for this auth handler
addAuthorities(Set<String>) - Method in interface io.vertx.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.JWTAuthHandler
Add a set of required authorities for this auth handler
addAuthorities(Set<String>) - Method in class io.vertx.rxjava.ext.web.handler.OAuth2AuthHandler
Add a set of required authorities for this auth handler
addAuthorities(Set<String>) - Method in class io.vertx.rxjava.ext.web.handler.RedirectAuthHandler
Add a set of required authorities for this auth handler
addAuthority(String) - Method in interface io.vertx.ext.web.handler.AuthHandler
Add a required authority for this auth handler
addAuthority(String) - Method in interface io.vertx.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.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 interface io.vertx.ext.web.RoutingContext
Add a handler that will be called just before the response body has been completely written.
addBodyEndHandler(Handler<Void>) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Add a handler that will be called just before the response body has been completely written.
addCertPath(String) - Method in class io.vertx.core.net.PemTrustOptions
Add a certificate path
addCertValue(Buffer) - Method in class io.vertx.core.net.PemTrustOptions
Add a certificate value
addChoice(String) - Method in class io.vertx.core.cli.Option
Adds a choice to the list of values accepted by this option.
addChoice(String) - Method in class io.vertx.core.cli.TypedOption
 
addCloseHook(Closeable) - Method in interface io.vertx.core.Context
 
addCookie(Cookie) - Method in interface io.vertx.ext.web.RoutingContext
Add a cookie.
addCookie(Cookie) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Add a cookie.
addCrlPath(String) - Method in class io.vertx.amqpbridge.AmqpBridgeOptions
 
addCrlPath(String) - Method in class io.vertx.core.eventbus.EventBusOptions
 
addCrlPath(String) - Method in class io.vertx.core.http.HttpClientOptions
 
addCrlPath(String) - Method in class io.vertx.core.http.HttpServerOptions
 
addCrlPath(String) - Method in class io.vertx.core.net.NetClientOptions
 
addCrlPath(String) - Method in class io.vertx.core.net.NetServerOptions
 
addCrlPath(String) - Method in class io.vertx.core.net.TCPSSLOptions
Add a CRL path
addCrlPath(String) - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
addCrlPath(String) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
 
addCrlValue(Buffer) - Method in class io.vertx.amqpbridge.AmqpBridgeOptions
 
addCrlValue(Buffer) - Method in class io.vertx.core.eventbus.EventBusOptions
 
addCrlValue(Buffer) - Method in class io.vertx.core.http.HttpClientOptions
 
addCrlValue(Buffer) - Method in class io.vertx.core.http.HttpServerOptions
 
addCrlValue(Buffer) - Method in class io.vertx.core.net.NetClientOptions
 
addCrlValue(Buffer) - Method in class io.vertx.core.net.NetServerOptions
 
addCrlValue(Buffer) - Method in class io.vertx.core.net.TCPSSLOptions
Add a CRL value
addCrlValue(Buffer) - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
addCrlValue(Buffer) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
 
addDisabledMetricsType(MetricsType) - Method in class io.vertx.ext.hawkular.VertxHawkularOptions
Set metric that will not be registered.
addDisabledTransport(String) - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
 
addEnabledCipherSuite(String) - Method in class io.vertx.amqpbridge.AmqpBridgeOptions
 
addEnabledCipherSuite(String) - Method in class io.vertx.core.eventbus.EventBusOptions
 
addEnabledCipherSuite(String) - Method in class io.vertx.core.http.HttpClientOptions
 
addEnabledCipherSuite(String) - Method in class io.vertx.core.http.HttpServerOptions
 
addEnabledCipherSuite(String) - Method in class io.vertx.core.net.NetClientOptions
 
addEnabledCipherSuite(String) - Method in class io.vertx.core.net.NetServerOptions
 
addEnabledCipherSuite(String) - Method in class io.vertx.core.net.TCPSSLOptions
Add an enabled cipher suite
addEnabledCipherSuite(String) - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
addEnabledCipherSuite(String) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
 
addEnabledSaslMechanism(String) - Method in class io.vertx.amqpbridge.AmqpBridgeOptions
 
addEnabledSecureTransportProtocol(String) - Method in class io.vertx.amqpbridge.AmqpBridgeOptions
 
addEnabledSecureTransportProtocol(String) - Method in class io.vertx.core.http.HttpClientOptions
 
addEnabledSecureTransportProtocol(String) - Method in class io.vertx.core.http.HttpServerOptions
 
addEnabledSecureTransportProtocol(String) - Method in class io.vertx.core.net.NetClientOptions
 
addEnabledSecureTransportProtocol(String) - Method in class io.vertx.core.net.NetServerOptions
 
addEnabledSecureTransportProtocol(String) - Method in class io.vertx.core.net.TCPSSLOptions
Add an enabled SSL/TLS protocols
addExclusion(String) - Method in class io.vertx.maven.resolver.ResolutionOptions
Adds an exclusion.
addGet(String) - Method in class io.vertx.redis.op.SortOptions
 
addHeader(String, String) - Method in class io.vertx.core.eventbus.DeliveryOptions
Add a message header.
addHeader(String, String) - Method in class io.vertx.ext.auth.jwt.JWTOptions
 
addHeader(String, String) - Method in class io.vertx.ext.mail.MailAttachment
Add an header to this attachment.
addHeader(String, String) - Method in class io.vertx.ext.mail.MailMessage
Add a message header.
addHeader(String, String) - Method in class io.vertx.ext.stomp.Frame
Adds a header to the frame.
addHeadersEndHandler(Handler<Void>) - Method in interface io.vertx.ext.web.RoutingContext
Add a handler that will be called just before headers are written to the response.
addHeadersEndHandler(Handler<Void>) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Add a handler that will be called just before headers are written to the response.
addInboundMapping(InboundMapping) - Method in class io.vertx.camel.CamelBridgeOptions
Adds an inbound mapping (Camel to Vert.x).
addInboundPermitted(PermittedOptions) - Method in class io.vertx.ext.bridge.BridgeOptions
Adds an inbound permitted option to the current BridgeOptions.
addInboundPermitted(PermittedOptions) - Method in class io.vertx.ext.stomp.BridgeOptions
 
addInboundPermitted(PermittedOptions) - Method in class io.vertx.ext.web.handler.sockjs.BridgeOptions
 
addInterceptor(Handler<SendContext>) - Method in interface io.vertx.core.eventbus.EventBus
Add an interceptor that will be called whenever a message is sent from Vert.x
addInterceptor(Handler<SendContext>) - Method in class io.vertx.rxjava.core.eventbus.EventBus
Add an interceptor that will be called whenever a message is sent from Vert.x
addMonitoredEventBusHandler(Match) - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
Add a monitored event bus handler.
addMonitoredHttpClientUri(Match) - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
Add an monitored http client uri.
addMonitoredHttpServerUri(Match) - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
Add an monitored http server uri.
addNull() - Method in class io.vertx.core.json.JsonArray
Add a null value to the JSON array.
addOption(Option) - Method in interface io.vertx.core.cli.CLI
Adds an option.
addOption(Option) - Method in class io.vertx.rxjava.core.cli.CLI
Adds an option.
addOptions(List<Option>) - Method in interface io.vertx.core.cli.CLI
Adds a set of options.
addOptions(List<Option>) - Method in class io.vertx.rxjava.core.cli.CLI
Adds a set of options.
addOutboundMapping(OutboundMapping) - Method in class io.vertx.camel.CamelBridgeOptions
Adds an outbound mapping (Vert.x to Camel).
addOutboundPermitted(PermittedOptions) - Method in class io.vertx.ext.bridge.BridgeOptions
Adds an outbound permitted option to the current BridgeOptions.
addOutboundPermitted(PermittedOptions) - Method in class io.vertx.ext.stomp.BridgeOptions
 
addOutboundPermitted(PermittedOptions) - Method in class io.vertx.ext.web.handler.sockjs.BridgeOptions
 
addPermission(String) - Method in class io.vertx.ext.auth.jwt.JWTOptions
Add a permission to this token.
addReporter(ReportOptions) - Method in class io.vertx.ext.unit.report.ReportingOptions
Add a reporter to the current list.
addReporter(ReportOptions) - Method in class io.vertx.ext.unit.TestOptions
 
address() - Method in interface io.vertx.core.eventbus.Message
The address the message was sent to
address() - Method in interface io.vertx.core.eventbus.MessageConsumer
 
address() - Method in interface io.vertx.core.eventbus.MessageProducer
 
address - Variable in class io.vertx.ext.shell.command.base.BusPublish
 
address() - Method in class io.vertx.rxjava.core.eventbus.Message
The address the message was sent to
address() - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
 
address() - Method in class io.vertx.rxjava.core.eventbus.MessageProducer
 
AddressResolverOptions - Class in io.vertx.core.dns
Configuration options for Vert.x hostname resolver.
AddressResolverOptions() - Constructor for class io.vertx.core.dns.AddressResolverOptions
 
AddressResolverOptions(AddressResolverOptions) - Constructor for class io.vertx.core.dns.AddressResolverOptions
 
AddressResolverOptions(JsonObject) - Constructor for class io.vertx.core.dns.AddressResolverOptions
 
addServer(String) - Method in class io.vertx.core.dns.AddressResolverOptions
Add a DNS server address.
after(Handler<TestContext>) - Method in interface io.vertx.ext.unit.TestSuite
Set a callback executed after the tests.
after(Handler<TestContext>) - Method in class io.vertx.rxjava.ext.unit.TestSuite
Set a callback executed after the tests.
afterConfigParsed(JsonObject) - Method in class io.vertx.core.Launcher
Hook for sub-classes of Launcher after the config has been parsed.
afterEach(Handler<TestContext>) - Method in interface io.vertx.ext.unit.TestSuite
Set a callback executed after each test and before the suite after callback.
afterEach(Handler<TestContext>) - Method in class io.vertx.rxjava.ext.unit.TestSuite
Set a callback executed after each test and before the suite after callback.
afterStartingVertx(Vertx) - Method in class io.vertx.core.Launcher
Hook for sub-classes of Launcher after the vertx instance is started.
afterStartingVertx() - Method in class io.vertx.core.Starter
Deprecated.
Hook for sub classes of Starter after the vertx instance is started.
AGE - Static variable in class io.vertx.core.http.HttpHeaders
Age header name
AggregateOptions - Enum in io.vertx.redis.op
 
all(Future<T1>, Future<T2>) - Static method in interface io.vertx.core.CompositeFuture
Return a composite future, succeeded when all futures are succeeded, failed when any future is failed.
all(Future<T1>, Future<T2>, Future<T3>) - Static method in interface io.vertx.core.CompositeFuture
Like CompositeFuture.all(Future, Future) but with 3 futures.
all(Future<T1>, Future<T2>, Future<T3>, Future<T4>) - Static method in interface io.vertx.core.CompositeFuture
Like CompositeFuture.all(Future, Future) but with 4 futures.
all(Future<T1>, Future<T2>, Future<T3>, Future<T4>, Future<T5>) - Static method in interface io.vertx.core.CompositeFuture
Like CompositeFuture.all(Future, Future) but with 5 futures.
all(Future<T1>, Future<T2>, Future<T3>, Future<T4>, Future<T5>, Future<T6>) - Static method in interface io.vertx.core.CompositeFuture
Like CompositeFuture.all(Future, Future) but with 6 futures.
all(List<Future>) - Static method in interface io.vertx.core.CompositeFuture
Like CompositeFuture.all(Future, Future) but with a list of futures.
all(Future<T1>, Future<T2>) - Static method in class io.vertx.rxjava.core.CompositeFuture
Return a composite future, succeeded when all futures are succeeded, failed when any future is failed.
all(Future<T1>, Future<T2>, Future<T3>) - Static method in class io.vertx.rxjava.core.CompositeFuture
all(Future<T1>, Future<T2>, Future<T3>, Future<T4>) - Static method in class io.vertx.rxjava.core.CompositeFuture
all(Future<T1>, Future<T2>, Future<T3>, Future<T4>, Future<T5>) - Static method in class io.vertx.rxjava.core.CompositeFuture
all(Future<T1>, Future<T2>, Future<T3>, Future<T4>, Future<T5>, Future<T6>) - Static method in class io.vertx.rxjava.core.CompositeFuture
all(List<Future>) - Static method in class io.vertx.rxjava.core.CompositeFuture
allArguments() - Method in interface io.vertx.core.cli.CommandLine
 
allArguments() - Method in class io.vertx.rxjava.core.cli.CommandLine
 
ALLOW - Static variable in class io.vertx.core.http.HttpHeaders
Allow header name
allowCredentials(boolean) - Method in interface io.vertx.ext.web.handler.CorsHandler
Set whether credentials are allowed
allowCredentials(boolean) - Method in class io.vertx.rxjava.ext.web.handler.CorsHandler
Set whether credentials are allowed
allowedHeader(String) - Method in interface io.vertx.ext.web.handler.CorsHandler
Add an allowed header
allowedHeader(String) - Method in class io.vertx.rxjava.ext.web.handler.CorsHandler
Add an allowed header
allowedHeaders(Set<String>) - Method in interface io.vertx.ext.web.handler.CorsHandler
Add a set of allowed headers
allowedHeaders(Set<String>) - Method in class io.vertx.rxjava.ext.web.handler.CorsHandler
Add a set of allowed headers
allowedMethod(HttpMethod) - Method in interface io.vertx.ext.web.handler.CorsHandler
Add an allowed method
allowedMethod(HttpMethod) - Method in class io.vertx.rxjava.ext.web.handler.CorsHandler
Add an allowed method
allowedMethods(Set<HttpMethod>) - Method in interface io.vertx.ext.web.handler.CorsHandler
Add a set of allowed methods
AmbiguousOptionException - Exception in io.vertx.core.cli
Exception thrown when the command line is ambiguous meaning it cannot determine exactly which option has to be set.
AmbiguousOptionException(String, List<Option>) - Constructor for exception io.vertx.core.cli.AmbiguousOptionException
Creates a new instance of AmbiguousOptionException.
AmqpBridge - Interface in io.vertx.amqpbridge
Vert.x AMQP Bridge.
AmqpBridge - Class in io.vertx.rxjava.amqpbridge
Vert.x AMQP Bridge.
AmqpBridge(AmqpBridge) - Constructor for class io.vertx.rxjava.amqpbridge.AmqpBridge
 
AmqpBridgeOptions - Class in io.vertx.amqpbridge
Options for configuring the AmqpBridge.
AmqpBridgeOptions() - Constructor for class io.vertx.amqpbridge.AmqpBridgeOptions
 
AmqpBridgeOptions(JsonObject) - Constructor for class io.vertx.amqpbridge.AmqpBridgeOptions
 
AmqpBridgeOptionsConverter - Class in io.vertx.amqpbridge
Converter for AmqpBridgeOptions.
AmqpBridgeOptionsConverter() - Constructor for class io.vertx.amqpbridge.AmqpBridgeOptionsConverter
 
AmqpConstants - Class in io.vertx.amqpbridge
Helpful constants for dealing with the various sections/elements forming the JsonObject representation of the AMQP message.
AmqpConstants() - Constructor for class io.vertx.amqpbridge.AmqpConstants
 
AnnotatedCommand - Class in io.vertx.ext.shell.command
The base command class that Java annotated command should extend.
AnnotatedCommand() - Constructor for class io.vertx.ext.shell.command.AnnotatedCommand
 
any(Future<T1>, Future<T2>) - Static method in interface io.vertx.core.CompositeFuture
Return a composite future, succeeded when any futures is succeeded, failed when all futures are failed.
any(Future<T1>, Future<T2>, Future<T3>) - Static method in interface io.vertx.core.CompositeFuture
Like CompositeFuture.any(Future, Future) but with 3 futures.
any(Future<T1>, Future<T2>, Future<T3>, Future<T4>) - Static method in interface io.vertx.core.CompositeFuture
Like CompositeFuture.any(Future, Future) but with 4 futures.
any(Future<T1>, Future<T2>, Future<T3>, Future<T4>, Future<T5>) - Static method in interface io.vertx.core.CompositeFuture
Like CompositeFuture.any(Future, Future) but with 5 futures.
any(Future<T1>, Future<T2>, Future<T3>, Future<T4>, Future<T5>, Future<T6>) - Static method in interface io.vertx.core.CompositeFuture
Like CompositeFuture.any(Future, Future) but with 6 futures.
any(List<Future>) - Static method in interface io.vertx.core.CompositeFuture
Like CompositeFuture.any(Future, Future) but with a list of futures.
any(Future<T1>, Future<T2>) - Static method in class io.vertx.rxjava.core.CompositeFuture
Return a composite future, succeeded when any futures is succeeded, failed when all futures are failed.
any(Future<T1>, Future<T2>, Future<T3>) - Static method in class io.vertx.rxjava.core.CompositeFuture
any(Future<T1>, Future<T2>, Future<T3>, Future<T4>) - Static method in class io.vertx.rxjava.core.CompositeFuture
any(Future<T1>, Future<T2>, Future<T3>, Future<T4>, Future<T5>) - Static method in class io.vertx.rxjava.core.CompositeFuture
any(Future<T1>, Future<T2>, Future<T3>, Future<T4>, Future<T5>, Future<T6>) - Static method in class io.vertx.rxjava.core.CompositeFuture
any(List<Future>) - Static method in class io.vertx.rxjava.core.CompositeFuture
api(HttpMethod, String, JsonObject, Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.ext.auth.oauth2.OAuth2Auth
Call OAuth2 APIs.
api(HttpMethod, String, JsonObject, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
Call OAuth2 APIs.
apiObservable(HttpMethod, String, JsonObject) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
Call OAuth2 APIs.
append(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Append a value to a key
append(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Append a value to a key
append(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Append a value to a key
append(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Append a value to a key
appendArgument(StringBuilder, Argument, boolean) - Method in class io.vertx.core.cli.UsageMessageFormatter
Appends the usage clause for an Argument to a StringBuilder.
appendBuffer(Buffer) - Method in interface io.vertx.core.buffer.Buffer
Appends the specified Buffer to the end of this Buffer.
appendBuffer(Buffer, int, int) - Method in interface io.vertx.core.buffer.Buffer
Appends the specified Buffer starting at the offset using len to the end of this Buffer.
appendBuffer(Buffer) - Method in class io.vertx.rxjava.core.buffer.Buffer
Appends the specified Buffer to the end of this Buffer.
appendBuffer(Buffer, int, int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Appends the specified Buffer starting at the offset using len to the end of this Buffer.
appendByte(byte) - Method in interface io.vertx.core.buffer.Buffer
Appends the specified byte to the end of the Buffer.
appendByte(byte) - Method in class io.vertx.rxjava.core.buffer.Buffer
Appends the specified byte to the end of the Buffer.
appendBytes(byte[]) - Method in interface io.vertx.core.buffer.Buffer
Appends the specified byte[] to the end of the Buffer.
appendBytes(byte[], int, int) - Method in interface io.vertx.core.buffer.Buffer
Appends the specified number of bytes from byte[] to the end of the Buffer, starting at the given offset.
appendDouble(double) - Method in interface io.vertx.core.buffer.Buffer
Appends the specified double to the end of the Buffer.
appendDouble(double) - Method in class io.vertx.rxjava.core.buffer.Buffer
Appends the specified double to the end of the Buffer.
appendFloat(float) - Method in interface io.vertx.core.buffer.Buffer
Appends the specified float to the end of the Buffer.
appendFloat(float) - Method in class io.vertx.rxjava.core.buffer.Buffer
Appends the specified float to the end of the Buffer.
appendInt(int) - Method in interface io.vertx.core.buffer.Buffer
Appends the specified int to the end of the Buffer.
appendInt(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Appends the specified int to the end of the Buffer.
appendIntLE(int) - Method in interface io.vertx.core.buffer.Buffer
Appends the specified int to the end of the Buffer in the Little Endian Byte Order.
appendIntLE(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Appends the specified int to the end of the Buffer in the Little Endian Byte Order.
appendLong(long) - Method in interface io.vertx.core.buffer.Buffer
Appends the specified long to the end of the Buffer.
appendLong(long) - Method in class io.vertx.rxjava.core.buffer.Buffer
Appends the specified long to the end of the Buffer.
appendLongLE(long) - Method in interface io.vertx.core.buffer.Buffer
Appends the specified long to the end of the Buffer in the Little Endian Byte Order.
appendLongLE(long) - Method in class io.vertx.rxjava.core.buffer.Buffer
Appends the specified long to the end of the Buffer in the Little Endian Byte Order.
appendMedium(int) - Method in interface io.vertx.core.buffer.Buffer
Appends the specified 24bit int to the end of the Buffer.
appendMedium(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Appends the specified 24bit int to the end of the Buffer.
appendMediumLE(int) - Method in interface io.vertx.core.buffer.Buffer
Appends the specified 24bit int to the end of the Buffer in the Little Endian Byte Order.
appendMediumLE(int) - Method in class io.vertx.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
Append a value to a key
appendObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Append a value to a key
appendOption(StringBuilder, Option) - Method in class io.vertx.core.cli.UsageMessageFormatter
Appends the usage clause for an Option to a StringBuilder.
appendShort(short) - Method in interface io.vertx.core.buffer.Buffer
Appends the specified short to the end of the Buffer.The buffer will expand as necessary to accommodate any bytes written.
appendShort(short) - Method in class io.vertx.rxjava.core.buffer.Buffer
Appends the specified short to the end of the Buffer.The buffer will expand as necessary to accommodate any bytes written.
appendShortLE(short) - Method in interface io.vertx.core.buffer.Buffer
Appends the specified short to the end of the Buffer in the Little Endian Byte Order.The buffer will expand as necessary to accommodate any bytes written.
appendShortLE(short) - Method in class io.vertx.rxjava.core.buffer.Buffer
Appends the specified short to the end of the Buffer in the Little Endian Byte Order.The buffer will expand as necessary to accommodate any bytes written.
appendString(String, String) - Method in interface io.vertx.core.buffer.Buffer
Appends the specified String to the end of the Buffer with the encoding as specified by enc.
appendString(String) - Method in interface io.vertx.core.buffer.Buffer
Appends the specified String str to the end of the Buffer with UTF-8 encoding.
appendString(String, String) - Method in class io.vertx.rxjava.core.buffer.Buffer
Appends the specified String to the end of the Buffer with the encoding as specified by enc.
appendString(String) - Method in class io.vertx.rxjava.core.buffer.Buffer
Appends the specified String str to the end of the Buffer with UTF-8 encoding.
appendUnsignedByte(short) - Method in interface io.vertx.core.buffer.Buffer
Appends the specified unsigned byte to the end of the Buffer.
appendUnsignedByte(short) - Method in class io.vertx.rxjava.core.buffer.Buffer
Appends the specified unsigned byte to the end of the Buffer.
appendUnsignedInt(long) - Method in interface io.vertx.core.buffer.Buffer
Appends the specified unsigned int to the end of the Buffer.
appendUnsignedInt(long) - Method in class io.vertx.rxjava.core.buffer.Buffer
Appends the specified unsigned int to the end of the Buffer.
appendUnsignedIntLE(long) - Method in interface io.vertx.core.buffer.Buffer
Appends the specified unsigned int to the end of the Buffer in the Little Endian Byte Order.
appendUnsignedIntLE(long) - Method in class io.vertx.rxjava.core.buffer.Buffer
Appends the specified unsigned int to the end of the Buffer in the Little Endian Byte Order.
appendUnsignedShort(int) - Method in interface io.vertx.core.buffer.Buffer
Appends the specified unsigned short to the end of the Buffer.The buffer will expand as necessary to accommodate any bytes written.
appendUnsignedShort(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Appends the specified unsigned short to the end of the Buffer.The buffer will expand as necessary to accommodate any bytes written.
appendUnsignedShortLE(int) - Method in interface io.vertx.core.buffer.Buffer
Appends the specified unsigned short to the end of the Buffer in the Little Endian Byte Order.The buffer will expand as necessary to accommodate any bytes written.
appendUnsignedShortLE(int) - Method in class io.vertx.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.
APPLICATION_PROPERTIES - Static variable in class io.vertx.amqpbridge.AmqpConstants
 
APPLICATION_X_WWW_FORM_URLENCODED - Static variable in class io.vertx.core.http.HttpHeaders
application/x-www-form-urlencoded header value
apply(Statement, Description) - Method in class io.vertx.ext.unit.junit.RepeatRule
 
apply(Statement, Description) - Method in class io.vertx.ext.unit.junit.RunTestOnContext
 
apply(Statement, Description) - Method in class io.vertx.ext.unit.junit.Timeout
 
applySystemProperties() - Method in class io.vertx.core.spi.launcher.DefaultCommand
Sets the system properties specified by the user command line.
argName - Variable in class io.vertx.core.cli.Argument
The argument name used in the usage.
argName - Variable in class io.vertx.core.cli.Option
the option name used in usage message.
args() - Method in interface io.vertx.ext.shell.command.CommandProcess
 
args() - Method in class io.vertx.rxjava.ext.shell.command.CommandProcess
 
argsTokens() - Method in interface io.vertx.ext.shell.command.CommandProcess
 
argsTokens() - Method in class io.vertx.rxjava.ext.shell.command.CommandProcess
 
Argument - Annotation Type in io.vertx.core.cli.annotations
Annotates a setter to be called with the value of a command line argument.
Argument - Class in io.vertx.core.cli
Defines a command line argument.
Argument() - Constructor for class io.vertx.core.cli.Argument
Creates a new empty instance of Argument.
Argument(Argument) - Constructor for class io.vertx.core.cli.Argument
Creates a new instance of Argument by copying other.
Argument(JsonObject) - Constructor for class io.vertx.core.cli.Argument
Creates a new instance of Argument from the given JSON object.
asMessageHandler() - Method in interface io.vertx.ext.unit.collect.EventBusCollector
 
assertEquals(Object, Object) - Method in interface io.vertx.ext.unit.TestContext
Assert the expected argument is equals to the actual argument.
assertEquals(Object, Object, String) - Method in interface io.vertx.ext.unit.TestContext
Assert the expected argument is equals to the actual argument.
assertEquals(Object, Object) - Method in class io.vertx.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 interface io.vertx.ext.unit.TestContext
Assert the specified condition is false.
assertFalse(boolean, String) - Method in interface io.vertx.ext.unit.TestContext
Assert the specified condition is false.
assertFalse(boolean) - Method in class io.vertx.rxjava.ext.unit.TestContext
Assert the specified condition is false.
assertFalse(boolean, String) - Method in class io.vertx.rxjava.ext.unit.TestContext
Assert the specified condition is false.
assertInRange(double, double, double) - Method in interface io.vertx.ext.unit.TestContext
Asserts that the expected double argument is equals to the actual double argument within a positive delta.
assertInRange(double, double, double, String) - Method in interface io.vertx.ext.unit.TestContext
Asserts that the expected double argument is equals to the actual double argument within a positive delta.
assertInRange(double, double, double) - Method in class io.vertx.rxjava.ext.unit.TestContext
Asserts that the expected double argument is equals to the actual double argument within a positive delta.
assertInRange(double, double, double, String) - Method in class io.vertx.rxjava.ext.unit.TestContext
Asserts that the expected double argument is equals to the actual double argument within a positive delta.
assertNotEquals(Object, Object) - Method in interface io.vertx.ext.unit.TestContext
Assert the first argument is not equals to the second argument.
assertNotEquals(Object, Object, String) - Method in interface io.vertx.ext.unit.TestContext
Assert the first argument is not equals to the second argument.
assertNotEquals(Object, Object) - Method in class io.vertx.rxjava.ext.unit.TestContext
Assert the first argument is not equals to the second argument.
assertNotEquals(Object, Object, String) - Method in class io.vertx.rxjava.ext.unit.TestContext
Assert the first argument is not equals to the second argument.
assertNotNull(Object) - Method in interface io.vertx.ext.unit.TestContext
Assert the expected argument is not null.
assertNotNull(Object, String) - Method in interface io.vertx.ext.unit.TestContext
Assert the expected argument is not null.
assertNotNull(Object) - Method in class io.vertx.rxjava.ext.unit.TestContext
Assert the expected argument is not null.
assertNotNull(Object, String) - Method in class io.vertx.rxjava.ext.unit.TestContext
Assert the expected argument is not null.
assertNull(Object) - Method in interface io.vertx.ext.unit.TestContext
Assert the expected argument is null.
assertNull(Object, String) - Method in interface io.vertx.ext.unit.TestContext
Assert the expected argument is null.
assertNull(Object) - Method in class io.vertx.rxjava.ext.unit.TestContext
Assert the expected argument is null.
assertNull(Object, String) - Method in class io.vertx.rxjava.ext.unit.TestContext
Assert the expected argument is null.
assertTrue(boolean) - Method in interface io.vertx.ext.unit.TestContext
Assert the specified condition is true.
assertTrue(boolean, String) - Method in interface io.vertx.ext.unit.TestContext
Assert the specified condition is true.
assertTrue(boolean) - Method in class io.vertx.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.
Async - Interface in io.vertx.ext.unit
An asynchronous exit point for a test.

async() - Method in interface io.vertx.ext.unit.TestContext
Create and returns a new async object, the returned async controls the completion of the test.
async(int) - Method in interface io.vertx.ext.unit.TestContext
Create and returns a new async object, the returned async controls the completion of the test.
Async - Class in io.vertx.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 interface io.vertx.ext.unit.TestContext
Creates and returns a new async handler, the returned handler controls the completion of the test.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

AsyncFile - Interface in io.vertx.core.file
Represents a file on the file-system which can be read from, or written to asynchronously.
AsyncFile - Class in io.vertx.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> - Interface in io.vertx.core.shareddata
An asynchronous map.
AsyncMap<K,V> - Class in io.vertx.rxjava.core.shareddata
An asynchronous map.
AsyncMap(AsyncMap) - Constructor for class io.vertx.rxjava.core.shareddata.AsyncMap
 
AsyncMultiMap<K,V> - Interface in io.vertx.core.spi.cluster
An asynchronous multi-map.
AsyncResult<T> - Interface in io.vertx.core
Encapsulates the result of an asynchronous operation.
AsyncResultHandler<T> - Interface in io.vertx.core
Handler for AsyncResult
AsyncSQLClient - Interface in io.vertx.ext.asyncsql
Represents an asynchronous SQL client
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
 
auth(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Authenticate to the server
auth(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Authenticate to the server
auth(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Authenticate to the server
auth(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Authenticate to the server
AUTH_PASSWORD_PROPERTY - Static variable in class io.vertx.ext.httpservicefactory.HttpServiceFactory
 
AUTH_USERNAME_PROPERTY - Static variable in class io.vertx.ext.httpservicefactory.HttpServiceFactory
 
authenticate(JsonObject, Handler<AsyncResult<User>>) - Method in interface io.vertx.ext.auth.AuthProvider
Authenticate a user.
authenticate(JsonObject, Handler<AsyncResult<User>>) - Method in class io.vertx.rxjava.ext.auth.AuthProvider
Authenticate a user.
authenticateObservable(JsonObject) - Method in class io.vertx.rxjava.ext.auth.AuthProvider
Authenticate a user.
AuthenticationException - Exception in io.vertx.ext.auth.mongo
Signals an error inside the authentication process
AuthenticationException() - Constructor for exception io.vertx.ext.auth.mongo.AuthenticationException
 
AuthenticationException(String) - Constructor for exception io.vertx.ext.auth.mongo.AuthenticationException
 
AuthenticationException(Throwable) - Constructor for exception io.vertx.ext.auth.mongo.AuthenticationException
 
AuthenticationException(String, Throwable) - Constructor for exception io.vertx.ext.auth.mongo.AuthenticationException
 
AuthenticationException(String, Throwable, boolean, boolean) - Constructor for exception io.vertx.ext.auth.mongo.AuthenticationException
 
AuthenticationOptions - Class in io.vertx.ext.hawkular
Authentication options.
AuthenticationOptions() - Constructor for class io.vertx.ext.hawkular.AuthenticationOptions
 
AuthenticationOptions(AuthenticationOptions) - Constructor for class io.vertx.ext.hawkular.AuthenticationOptions
 
AuthenticationOptions(JsonObject) - Constructor for class io.vertx.ext.hawkular.AuthenticationOptions
 
AuthenticationOptionsConverter - Class in io.vertx.ext.hawkular
Converter for AuthenticationOptions.
AuthenticationOptionsConverter() - Constructor for class io.vertx.ext.hawkular.AuthenticationOptionsConverter
 
AuthHandler - Interface in io.vertx.ext.web.handler
Base interface for auth handlers.
AuthHandler - Interface in io.vertx.rxjava.ext.web.handler
Base interface for auth handlers.
authObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
Authenticate to the server
authObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Authenticate to the server
AuthOptions - Interface in io.vertx.ext.auth
A common base object for authentication options.
AUTHORIZATION - Static variable in class io.vertx.core.http.HttpHeaders
Authorization header name
authorizeURL(JsonObject) - Method in interface io.vertx.ext.auth.oauth2.OAuth2Auth
Generate a redirect URL to the authN/Z backend.
authorizeURL(JsonObject) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
Generate a redirect URL to the authN/Z backend.
AuthProvider - Interface in io.vertx.ext.auth
User-facing interface for authenticating users.
authProvider(AuthProvider) - Method in interface io.vertx.ext.shell.term.TermServer
Set an auth provider to use, any provider configured in options will override this provider.
authProvider(AuthProvider) - Method in interface io.vertx.ext.stomp.StompServerHandler
Configures the AuthProvider to be used to authenticate the user.
AuthProvider - Class in io.vertx.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.
authURI(String, String) - Method in interface io.vertx.ext.web.handler.OAuth2AuthHandler
Build the authorization URL.
authURI(String, String) - Method in class io.vertx.rxjava.ext.web.handler.OAuth2AuthHandler
Build the authorization URL.
await() - Method in interface io.vertx.ext.unit.Completion
Cause the current thread to wait until thi completion completes.

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

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

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

await() - Method in class io.vertx.rxjava.ext.unit.Completion
Cause the current thread to wait until thi 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.

awaitEvent(Consumer<Handler<T>>) - Static method in class io.vertx.ext.sync.Sync
Receive a single event from a handler synchronously.
awaitEvent(Consumer<Handler<T>>, long) - Static method in class io.vertx.ext.sync.Sync
Receive a single event from a handler synchronously.
awaitResult(Consumer<Handler<AsyncResult<T>>>) - Static method in class io.vertx.ext.sync.Sync
Invoke an asynchronous operation and obtain the result synchronous.
awaitResult(Consumer<Handler<AsyncResult<T>>>, long) - Static method in class io.vertx.ext.sync.Sync
Invoke an asynchronous operation and obtain the result synchronous.
awaitSuccess() - Method in interface io.vertx.ext.unit.Completion
Cause the current thread to wait until this completion completes and succeeds.

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

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

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

awaitSuccess() - Method in interface io.vertx.ext.unit.TestCase
Assert the test case passes and block until it is executed.
awaitSuccess(long, TimeUnit) - Method in interface io.vertx.ext.unit.TestCase
Assert the test case passes and block until it is executed.
awaitSuccess(Vertx) - Method in interface io.vertx.ext.unit.TestCase
Assert the test case passes and block until it is executed.
awaitSuccess(Vertx, long, TimeUnit) - Method in interface io.vertx.ext.unit.TestCase
Assert the test case passes and block until it is executed.
awaitSuccess() - Method in class io.vertx.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.

B

backgroundHandler(Handler<Void>) - Method in interface io.vertx.ext.shell.command.CommandProcess
Set a background handler, this handler is called when the command is running and put to background.
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.
BaseCommandPack - Class in io.vertx.ext.shell.command.base
 
BaseCommandPack(Vertx) - Constructor for class io.vertx.ext.shell.command.base.BaseCommandPack
 
baseCommands(Vertx) - Static method in interface io.vertx.ext.shell.command.CommandResolver
 
baseCommands(Vertx) - Static method in class io.vertx.rxjava.ext.shell.command.CommandResolver
 
basicAck(long, boolean, Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Acknowledge one or several received messages.
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
Acknowledge one or several received messages.
BasicAuthHandler - Interface in io.vertx.ext.web.handler
An auth handler that provides HTTP Basic Authentication support.
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
 
basicConsume(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Start a non-nolocal, non-exclusive consumer, with auto acknowledgement and a server-generated consumerTag.
basicConsume(String, String, boolean, Handler<AsyncResult<Void>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Start a non-nolocal, non-exclusive consumer, with a server-generated consumerTag.
basicConsume(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Start a non-nolocal, non-exclusive consumer, with auto acknowledgement and a server-generated consumerTag.
basicConsume(String, String, boolean, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Start a non-nolocal, non-exclusive consumer, with a server-generated consumerTag.
basicConsumeObservable(String, String) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Start a non-nolocal, non-exclusive consumer, with auto acknowledgement and a server-generated consumerTag.
basicConsumeObservable(String, String, boolean) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Start a non-nolocal, non-exclusive consumer, with a server-generated consumerTag.
basicGet(String, boolean, Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Retrieve a message from a queue using AMQP.Basic.Get
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
Retrieve a message from a queue using AMQP.Basic.Get
basicNack(long, boolean, boolean, Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Reject one or several received messages.
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
Reject one or several received messages.
basicPublish(String, String, JsonObject, Handler<AsyncResult<Void>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Publish a message.
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
Publish a message.
basicQos(int, Handler<AsyncResult<Void>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Request specific "quality of service" settings, Limiting the number of unacknowledged messages on a channel (or connection).
basicQos(int, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Request specific "quality of service" settings, Limiting the number of unacknowledged messages on a channel (or connection).
basicQosObservable(int) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Request specific "quality of service" settings, Limiting the number of unacknowledged messages on a channel (or connection).
batch(List<String>, Handler<AsyncResult<List<Integer>>>) - Method in interface io.vertx.ext.sql.SQLConnection
Batch simple SQL strings and execute the batch where the async result contains a array of Integers.
batch(List<String>, Handler<AsyncResult<List<Integer>>>) - Method in class io.vertx.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 interface io.vertx.ext.sql.SQLConnection
Batch a callable statement with all entries from the args list.
batchCallableWithParams(String, List<JsonArray>, List<JsonArray>, Handler<AsyncResult<List<Integer>>>) - Method in class io.vertx.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
Batch a callable statement with all entries from the args list.
batchObservable(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.
batchWithParams(String, List<JsonArray>, Handler<AsyncResult<List<Integer>>>) - Method in interface io.vertx.ext.sql.SQLConnection
Batch a prepared statement with all entries from the args list.
batchWithParams(String, List<JsonArray>, Handler<AsyncResult<List<Integer>>>) - Method in class io.vertx.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
Batch a prepared statement with all entries from the args list.
before(Handler<TestContext>) - Method in interface io.vertx.ext.unit.TestSuite
Set a callback executed before the tests.
before(Handler<TestContext>) - Method in class io.vertx.rxjava.ext.unit.TestSuite
Set a callback executed before the tests.
beforeDeployingVerticle(DeploymentOptions) - Method in class io.vertx.core.Launcher
Hook for sub-classes of Launcher before the verticle is deployed.
beforeDeployingVerticle(DeploymentOptions) - Method in class io.vertx.core.Starter
Deprecated.
Hook for sub classes of Starter before the verticle is deployed.
beforeEach(Handler<TestContext>) - Method in interface io.vertx.ext.unit.TestSuite
Set a callback executed before each test and after the suite before callback.
beforeEach(Handler<TestContext>) - Method in class io.vertx.rxjava.ext.unit.TestSuite
Set a callback executed before each test and after the suite before callback.
beforeLeave() - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
 
beforeStartingVertx(VertxOptions) - Method in class io.vertx.core.Launcher
Hook for sub-classes of Launcher before the vertx instance is started.
beforeStartingVertx(VertxOptions) - Method in class io.vertx.core.Starter
Deprecated.
Hook for sub classes of Starter before the vertx instance is started.
begin(T) - Method in interface io.vertx.core.spi.metrics.PoolMetrics
The submitted task start to use the resource.
beginHandleMessage(H, boolean) - Method in interface io.vertx.core.spi.metrics.EventBusMetrics
Called when an handler begin to process a message.

The thread model depends on the actual context thats registered the handler.

beginHandler(Handler<ServerFrame>) - Method in interface io.vertx.ext.stomp.StompServerHandler
Configures the action to execute when a BEGIN frame is received.
beginHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Configures the action to execute when a BEGIN frame is received.
beginTime() - Method in interface io.vertx.ext.unit.report.TestResult
The time at which the test began in millis.
beginTime() - Method in class io.vertx.rxjava.ext.unit.report.TestResult
The time at which the test began in millis.
beginTX(String, Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Begins a transaction.
beginTX(String) - Method in interface io.vertx.ext.stomp.StompClientConnection
Begins a transaction.
beginTX(String, Map<String, String>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Begins a transaction.
beginTX(String, Map<String, String>, Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Begins a transaction.
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 interface io.vertx.redis.RedisClient
Asynchronously rewrite the append-only file
bgrewriteaof(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Asynchronously rewrite the append-only file
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
Asynchronously rewrite the append-only file
bgrewriteaofObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Asynchronously rewrite the append-only file
bgsave(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Asynchronously save the dataset to disk
bgsave(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Asynchronously save the dataset to disk
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
Asynchronously save the dataset to disk
bgsaveObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Asynchronously save the dataset to disk
binaryData() - Method in interface io.vertx.core.http.WebSocketFrame
 
binaryData() - Method in class io.vertx.rxjava.core.http.WebSocketFrame
 
binaryFrame(Buffer, boolean) - Static method in interface io.vertx.core.http.WebSocketFrame
Create a binary WebSocket frame.
binaryFrame(Buffer, boolean) - Method in interface io.vertx.core.spi.WebSocketFrameFactory
 
binaryFrame(Buffer, boolean) - Static method in class io.vertx.rxjava.core.http.WebSocketFrame
Create a binary WebSocket frame.
binaryHandlerID() - Method in interface io.vertx.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.
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.
bindings() - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
 
bindings() - Method in interface io.vertx.servicediscovery.ServiceDiscovery
 
bitcount(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Count set bits in a string
bitcount(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Count set bits in a string
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
Count set bits in a string
bitcountObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Count set bits in a string
bitcountRange(String, long, long, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Count set bits in a string
bitcountRange(String, long, long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Count set bits in a string
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
Count set bits in a string
bitcountRangeObservable(String, long, long) - Method in class io.vertx.rxjava.redis.RedisTransaction
Count set bits in a string
bitop(BitOperation, String, List<String>, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Perform bitwise operations between strings
bitop(BitOperation, String, List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Perform bitwise operations between strings
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
BitOperation - Enum in io.vertx.redis.op
 
bitopObservable(BitOperation, String, List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
Perform bitwise operations between strings
bitopObservable(BitOperation, String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Perform bitwise operations between strings
bitpos(String, int, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Find first bit set or clear in a string
bitpos(String, int, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Find first bit set or clear in a string
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 interface io.vertx.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 interface io.vertx.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
Find first bit set or clear in a string See also bitposRange() method, which takes start, and stop offset.
bitposFromObservable(String, int, int) - Method in class io.vertx.rxjava.redis.RedisTransaction
Find first bit set or clear in a string
bitposObservable(String, int) - Method in class io.vertx.rxjava.redis.RedisClient
Find first bit set or clear in a string
bitposObservable(String, int) - Method in class io.vertx.rxjava.redis.RedisTransaction
Find first bit set or clear in a string
bitposRange(String, int, int, int, Handler<AsyncResult<Long>>) - Method in interface io.vertx.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 interface io.vertx.redis.RedisTransaction
Find first bit set or clear in a string
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
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
bitposRangeObservable(String, int, int, int) - Method in class io.vertx.rxjava.redis.RedisTransaction
Find first bit set or clear in a string
blockingCreate() - Method in interface io.vertx.core.spi.VerticleFactory
If the VerticleFactory.createVerticle(String, ClassLoader) method might be slow Vert.x will call it using a worker thread instead of an event loop if this returns true
blockingCreate() - Method in class io.vertx.lang.ruby.JRubyVerticleFactory
 
blockingHandler(Handler<RoutingContext>) - Method in interface io.vertx.ext.web.Route
Like Route.blockingHandler(Handler, boolean) called with ordered = true
blockingHandler(Handler<RoutingContext>, boolean) - Method in interface io.vertx.ext.web.Route
Specify a blocking request handler for the route.
blockingHandler(Handler<RoutingContext>) - Method in class io.vertx.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.rx.java.RxHelper
Create a scheduler for a Vertx object, actions can be blocking, they are not executed on Vertx event loop.
blockingScheduler(Vertx) - Static method in class io.vertx.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 interface io.vertx.core.datagram.DatagramSocket
Block the given address for the given multicast address and notifies the Handler once the operation completes.
blockMulticastGroup(String, String, String, Handler<AsyncResult<DatagramSocket>>) - Method in interface io.vertx.core.datagram.DatagramSocket
Block the given address for the given multicast address on the given network interface and notifies the Handler once the operation completes.
blockMulticastGroup(String, String, 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
Block the given address for the given multicast address and notifies the once the operation completes.
blockMulticastGroupObservable(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.
blpop(String, int, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.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 interface io.vertx.redis.RedisTransaction
Remove and get the first element in a list, or block until one is available
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 interface io.vertx.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 interface io.vertx.redis.RedisTransaction
Remove and get the first element in any of the lists, 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
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.RedisTransaction
Remove and get the first element in any of the lists, or block until one is available
blpopObservable(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
blpopObservable(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
BODY - Static variable in class io.vertx.amqpbridge.AmqpConstants
 
body() - Method in interface io.vertx.core.eventbus.Message
The body of the message.
body - Variable in class io.vertx.ext.shell.command.base.BusPublish
 
body() - Method in class io.vertx.rxjava.core.eventbus.Message
The body of the message.
BODY_TYPE - Static variable in class io.vertx.amqpbridge.AmqpConstants
 
BODY_TYPE_DATA - Static variable in class io.vertx.amqpbridge.AmqpConstants
 
BODY_TYPE_SEQUENCE - Static variable in class io.vertx.amqpbridge.AmqpConstants
 
BODY_TYPE_VALUE - Static variable in class io.vertx.amqpbridge.AmqpConstants
 
bodyEndHandler(Handler<Void>) - Method in interface io.vertx.core.http.HttpServerResponse
Provide a handler that will be called just before the last part of the body is written to the wire and the response is ended.
bodyEndHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Provide a handler that will be called just before the last part of the body is written to the wire and the response is ended.
bodyHandler(Handler<Buffer>) - Method in interface io.vertx.core.http.HttpClientResponse
Convenience method for receiving the entire request body in one piece.
bodyHandler(Handler<Buffer>) - Method in interface io.vertx.core.http.HttpServerRequest
Convenience method for receiving the entire request body in one piece.
BodyHandler - Interface in io.vertx.ext.web.handler
A handler which gathers the entire request body and sets it on the RoutingContext.
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 interface io.vertx.core.eventbus.MessageConsumer
 
bodyStream() - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
 
BooleanConverter - Class in io.vertx.core.cli.converters
A converter for boolean.
bridge(Vertx, BridgeOptions) - Static method in interface io.vertx.ext.stomp.Destination
 
bridge(BridgeOptions) - Method in interface io.vertx.ext.stomp.StompServerHandler
Configures the STOMP server to act as a bridge with the Vert.x event bus.
bridge(BridgeOptions) - Method in interface io.vertx.ext.web.handler.sockjs.SockJSHandler
Bridge the SockJS handler to the Vert.x event bus.
bridge(BridgeOptions, Handler<BridgeEvent>) - Method in interface io.vertx.ext.web.handler.sockjs.SockJSHandler
Like SockJSHandler.bridge(BridgeOptions) but specifying a handler that will receive bridge events.
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 - Interface in io.vertx.ext.web.handler.sockjs
Represents an event that occurs on the event bus bridge.
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
 
BridgeEventType - Enum in io.vertx.ext.web.handler.sockjs
Bridge Event Types.
BridgeInterceptor - Class in io.vertx.core.eventbus
 
BridgeInterceptor(String) - Constructor for class io.vertx.core.eventbus.BridgeInterceptor
 
BridgeOptions - Class in io.vertx.ext.bridge
Specify the event bus bridge options.
BridgeOptions() - Constructor for class io.vertx.ext.bridge.BridgeOptions
Creates a new instance of BridgeOptions, without any inbound and outbound permitted.
BridgeOptions(BridgeOptions) - Constructor for class io.vertx.ext.bridge.BridgeOptions
Creates a new instance of BridgeOptions by copying the content of another BridgeOptions
BridgeOptions(JsonObject) - Constructor for class io.vertx.ext.bridge.BridgeOptions
Creates a new instance of BridgeOptions from its JSON representation.
BridgeOptions - Class in io.vertx.ext.stomp
Specify the event bus bridge options.
BridgeOptions() - Constructor for class io.vertx.ext.stomp.BridgeOptions
 
BridgeOptions(BridgeOptions) - Constructor for class io.vertx.ext.stomp.BridgeOptions
 
BridgeOptions(JsonObject) - Constructor for class io.vertx.ext.stomp.BridgeOptions
 
BridgeOptions - Class in io.vertx.ext.web.handler.sockjs
Options for configuring the event bus bridge.
BridgeOptions(BridgeOptions) - Constructor for class io.vertx.ext.web.handler.sockjs.BridgeOptions
Copy constructor
BridgeOptions() - Constructor for class io.vertx.ext.web.handler.sockjs.BridgeOptions
Default constructor
BridgeOptions(JsonObject) - Constructor for class io.vertx.ext.web.handler.sockjs.BridgeOptions
Constructor from JSON
BridgeOptionsConverter - Class in io.vertx.ext.bridge
Converter for BridgeOptions.
BridgeOptionsConverter() - Constructor for class io.vertx.ext.bridge.BridgeOptionsConverter
 
brpop(String, int, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.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 interface io.vertx.redis.RedisTransaction
Remove and get the last element in a list, or block until one is available
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 interface io.vertx.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 interface io.vertx.redis.RedisTransaction
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.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
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.RedisTransaction
Pop a value from a list, push it to another list and return it; or block until one is available
brpopMany(List<String>, int, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.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 interface io.vertx.redis.RedisTransaction
Remove and get the last element in any of the lists, or block until one is available
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
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.RedisTransaction
Remove and get the last element in any of the lists, or block until one is available
brpopObservable(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
brpopObservable(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
Buffer - Interface in io.vertx.core.buffer
Most data is shuffled around inside Vert.x using buffers.
buffer() - Static method in interface io.vertx.core.buffer.Buffer
Create a new, empty buffer.
buffer(int) - Static method in interface io.vertx.core.buffer.Buffer
Create a new buffer given the initial size hint.
buffer(String) - Static method in interface io.vertx.core.buffer.Buffer
Create a new buffer from a string.
buffer(String, String) - Static method in interface io.vertx.core.buffer.Buffer
Create a new buffer from a string and using the specified encoding.
buffer(byte[]) - Static method in interface io.vertx.core.buffer.Buffer
Create a new buffer from a byte[].
buffer(ByteBuf) - Static method in interface io.vertx.core.buffer.Buffer
Create a new buffer from a Netty ByteBuf.
buffer(int) - Method in interface io.vertx.core.spi.BufferFactory
 
buffer() - Method in interface io.vertx.core.spi.BufferFactory
 
buffer(String) - Method in interface io.vertx.core.spi.BufferFactory
 
buffer(String, String) - Method in interface io.vertx.core.spi.BufferFactory
 
buffer(byte[]) - Method in interface io.vertx.core.spi.BufferFactory
 
buffer(ByteBuf) - Method in interface io.vertx.core.spi.BufferFactory
 
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.
BufferFactory - Interface in io.vertx.core.spi
 
build() - Method in class io.vertx.ext.dropwizard.reporters.JmxReporter.Builder
Builds a JmxReporter with the given properties.
build(Vertx) - Method in interface io.vertx.ext.shell.command.CommandBuilder
Build the command
build(Vertx) - Method in class io.vertx.rxjava.ext.shell.command.CommandBuilder
Build the command
buildWrapped(StringBuilder, String) - Method in class io.vertx.core.cli.UsageMessageFormatter
Builds the specified text to the specified buffer.
buildWrapped(StringBuilder, int, String) - Method in class io.vertx.core.cli.UsageMessageFormatter
Builds the specified text to the specified buffer.
BusPublish - Class in io.vertx.ext.shell.command.base
 
BusPublish() - Constructor for class io.vertx.ext.shell.command.base.BusPublish
 
BusSend - Class in io.vertx.ext.shell.command.base
 
BusSend() - Constructor for class io.vertx.ext.shell.command.base.BusSend
 
BusTail - Class in io.vertx.ext.shell.command.base
 
BusTail() - Constructor for class io.vertx.ext.shell.command.base.BusTail
 
bytesRead(S, SocketAddress, long) - Method in interface io.vertx.core.spi.metrics.NetworkMetrics
Called when bytes have been read
bytesWritten() - Method in interface io.vertx.core.http.HttpServerResponse
 
bytesWritten(S, SocketAddress, long) - Method in interface io.vertx.core.spi.metrics.NetworkMetrics
Called when bytes have been written
bytesWritten() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
 

C

CACHE_CONTROL - Static variable in class io.vertx.core.http.HttpHeaders
Cache-Control header name
CACHE_DIR_PROPERTY - Static variable in class io.vertx.ext.httpservicefactory.HttpServiceFactory
 
cached() - Method in class io.vertx.rxjava.servicediscovery.ServiceReference
Gets the service object if already retrieved.
cached() - Method in interface io.vertx.servicediscovery.ServiceReference
Gets the service object if already retrieved.
cached() - Method in class io.vertx.servicediscovery.types.AbstractServiceReference
Returns the service object.
call(String, Handler<AsyncResult<ResultSet>>) - Method in interface io.vertx.ext.sql.SQLConnection
Calls the given SQL PROCEDURE which returns the result from the procedure.
call(Subscriber<? super T>) - Method in class io.vertx.rx.java.SingleOnSubscribeAdapter
Subscription
call(Subscriber<? super T>) - Method in class io.vertx.rx.java.UnmarshallerOperator
 
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.
callObservable(String) - 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.ext.sql.SQLConnection
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.
callWithParamsObservable(String, JsonArray, JsonArray) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Calls the given SQL PROCEDURE which returns the result from the procedure.
CamelBridge - Interface in io.vertx.camel
Camel Bridge facade.
CamelBridgeOptions - Class in io.vertx.camel
Camel bridge configuration.
CamelBridgeOptions(CamelContext) - Constructor for class io.vertx.camel.CamelBridgeOptions
Creates a new instance of CamelBridgeOptions.
CamelMapping - Class in io.vertx.camel
Parent class for mapping between Vert.x event bus and Camel endpoints.
CamelMapping() - Constructor for class io.vertx.camel.CamelMapping
 
cancel() - Method in interface io.vertx.core.TimeoutStream
Cancels the timeout.
cancel() - Method in class io.vertx.rxjava.core.TimeoutStream
Cancels the timeout.
cancelTimer(long) - Method in interface io.vertx.core.Vertx
Cancels the timer with the specified id.
cancelTimer(long) - Method in class io.vertx.rxjava.core.Vertx
Cancels the timer with the specified id.
CaseInsensitiveHeaders - Class in io.vertx.core.http
This multi-map implementation has case insensitive keys, and can be used to hold some HTTP headers prior to making an HTTP request.
CaseInsensitiveHeaders() - Constructor for class io.vertx.core.http.CaseInsensitiveHeaders
 
caseInsensitiveMultiMap() - Static method in interface io.vertx.core.MultiMap
Create a multi-map implementation with case insensitive keys, for instance it can be used to hold some HTTP headers.
caseInsensitiveMultiMap() - Static method in class io.vertx.rxjava.core.MultiMap
Create a multi-map implementation with case insensitive keys, for instance it can be used to hold some HTTP headers.
catchAndReturnThrowable(Callable<?>) - Static method in class io.vertx.lang.ruby.Helper
 
cause() - Method in interface io.vertx.core.AsyncResult
A Throwable describing failure.
cause(int) - Method in interface io.vertx.core.CompositeFuture
Returns a cause of a wrapped future
cause() - Method in interface io.vertx.core.Future
A Throwable describing failure.
cause() - Method in interface io.vertx.ext.unit.report.Failure
 
cause(int) - Method in class io.vertx.rxjava.core.CompositeFuture
Returns a cause of a wrapped future
cause() - Method in class io.vertx.rxjava.core.Future
A Throwable describing failure.
CharacterConverter - Class in io.vertx.core.cli.converters
A converter for character.
charset() - Method in interface io.vertx.core.http.HttpServerFileUpload
 
charSet() - Method in interface io.vertx.ext.web.FileUpload
 
charset() - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
 
charSet() - Method in class io.vertx.rxjava.ext.web.FileUpload
 
chmod(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
Change the permissions on the file represented by path to perms, asynchronously.
chmod(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Change the permissions on the file represented by path to perms, asynchronously.
chmodBlocking(String, String) - Method in interface io.vertx.core.file.FileSystem
chmodBlocking(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
chmodObservable(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Change the permissions on the file represented by path to perms, asynchronously.
chmodRecursive(String, String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
Change the permissions on the file represented by path to perms, asynchronously.
chmodRecursive(String, String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Change the permissions on the file represented by path to perms, asynchronously.
chmodRecursiveBlocking(String, String, String) - Method in interface io.vertx.core.file.FileSystem
chmodRecursiveBlocking(String, String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
chmodRecursiveObservable(String, String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Change the permissions on the file represented by path to perms, asynchronously.
choices - Variable in class io.vertx.core.cli.Option
if the option value has to be in a definited set, this field represents the set of values.
ChoosableIterable<T> - Interface in io.vertx.core.spi.cluster
An extension of Iterable which allows keeps track of an iterator internally to allow the next element to be chosen
choose() - Method in interface io.vertx.core.spi.cluster.ChoosableIterable
Return the next element T in a round robin fashion.
chown(String, String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
Change the ownership on the file represented by path to user and {code group}, asynchronously.
chown(String, String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Change the ownership on the file represented by path to user and {code group}, asynchronously.
chownBlocking(String, String, String) - Method in interface io.vertx.core.file.FileSystem
chownBlocking(String, String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Blocking version of
chownObservable(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.
CHUNKED - Static variable in class io.vertx.core.http.HttpHeaders
chunked header value
CircuitBreaker - Interface in io.vertx.circuitbreaker
An implementation of the circuit breaker pattern for Vert.x
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
 
CircuitBreakerOptions - Class in io.vertx.circuitbreaker
Circuit breaker configuration options.
CircuitBreakerOptions() - Constructor for class io.vertx.circuitbreaker.CircuitBreakerOptions
Creates a new instance of CircuitBreakerOptions using the default values.
CircuitBreakerOptions(CircuitBreakerOptions) - Constructor for class io.vertx.circuitbreaker.CircuitBreakerOptions
Creates a new instance of CircuitBreakerOptions by copying the other instance.
CircuitBreakerOptions(JsonObject) - Constructor for class io.vertx.circuitbreaker.CircuitBreakerOptions
Creates a new instance of CircuitBreakerOptions from the given json object.
CircuitBreakerOptionsConverter - Class in io.vertx.circuitbreaker
Converter for CircuitBreakerOptions.
CircuitBreakerOptionsConverter() - Constructor for class io.vertx.circuitbreaker.CircuitBreakerOptionsConverter
 
CircuitBreakerState - Enum in io.vertx.circuitbreaker
Circuit breaker states.
classBlock(RunNotifier) - Method in class io.vertx.ext.unit.junit.VertxUnitRunnerWithParameters
 
classifier() - Method in class io.vertx.maven.MavenCoords
 
ClassLoaderUtils - Class in io.vertx.servicediscovery.utils
 
ClassLoaderUtils() - Constructor for class io.vertx.servicediscovery.utils.ClassLoaderUtils
 
clear() - Method in class io.vertx.core.http.CaseInsensitiveHeaders
 
clear() - Method in class io.vertx.core.json.JsonArray
Remove all entries from the JSON array
clear() - Method in class io.vertx.core.json.JsonObject
Remove all the entries in this JSON object
clear() - Method in interface io.vertx.core.MultiMap
Removes all
clear(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.shareddata.AsyncMap
Clear all entries in the map
clear() - Method in interface io.vertx.core.shareddata.LocalMap
Clear all entries in the map
clear() - Method in interface io.vertx.ext.web.Router
Remove all the routes from this router
clear(Handler<AsyncResult<Boolean>>) - Method in interface io.vertx.ext.web.sstore.SessionStore
Remove all sessions from the store
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.web.Router
Remove all the routes from this router
clear(Handler<AsyncResult<Boolean>>) - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
Remove all sessions from the store
clearCache() - Method in class io.vertx.ext.auth.AbstractUser
 
clearCache() - Method in interface io.vertx.ext.auth.User
The User object will cache any authorities that it knows it has to avoid hitting the underlying auth provider each time.
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
Clear all entries in the map
clearObservable() - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
Remove all sessions from the store
clearUser() - Method in interface io.vertx.ext.web.RoutingContext
Clear the current user object in the context.
clearUser() - Method in class io.vertx.rxjava.ext.web.RoutingContext
Clear the current user object in the context.
CLI - Interface in io.vertx.core.cli
Interface defining a command-line interface (in other words a command such as 'run', 'ls'...).
cli() - Method in interface io.vertx.core.cli.CommandLine
 
cli() - Method in class io.vertx.core.spi.launcher.ExecutionContext
 
cli() - Method in class io.vertx.ext.shell.command.AnnotatedCommand
 
cli() - Method in class io.vertx.ext.shell.command.base.Echo
 
cli() - Method in interface io.vertx.ext.shell.command.Command
 
CLI - Class in io.vertx.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
 
CLIConfigurator - Class in io.vertx.core.cli.annotations
Class responsible for defining CLI using annotations and injecting values extracted by the parser.
CLIConfigurator() - Constructor for class io.vertx.core.cli.annotations.CLIConfigurator
 
ClientAuth - Enum in io.vertx.core.http
Configures the engine to require/request client authentication.
clientGetname(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Get the current connection name
clientGetname(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Get the current connection name
clientGetname(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get the current connection name
clientGetname(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get the current connection name
clientGetnameObservable() - Method in class io.vertx.rxjava.redis.RedisClient
Get the current connection name
clientGetnameObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Get the current connection name
clientKill(KillFilter, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Kill the connection of a client
clientKill(KillFilter, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Kill the connection of a client
clientKill(KillFilter, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Kill the connection of a client
clientKill(KillFilter, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Kill the connection of a client
clientKillObservable(KillFilter) - Method in class io.vertx.rxjava.redis.RedisClient
Kill the connection of a client
clientKillObservable(KillFilter) - Method in class io.vertx.rxjava.redis.RedisTransaction
Kill the connection of a client
clientList(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Get the list of client connections
clientList(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Get the list of client connections
clientList(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get the list of client connections
clientList(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get the list of client connections
clientListObservable() - Method in class io.vertx.rxjava.redis.RedisClient
Get the list of client connections
clientListObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Get the list of client connections
ClientOptionsBase - Class in io.vertx.core.net
Base class for Client options
ClientOptionsBase() - Constructor for class io.vertx.core.net.ClientOptionsBase
Default constructor
ClientOptionsBase(ClientOptionsBase) - Constructor for class io.vertx.core.net.ClientOptionsBase
Copy constructor
ClientOptionsBase(JsonObject) - Constructor for class io.vertx.core.net.ClientOptionsBase
Create options from some JSON
clientPause(long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Stop processing commands from clients for some time
clientPause(long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Stop processing commands from clients for some time
clientPause(long, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Stop processing commands from clients for some time
clientPause(long, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Stop processing commands from clients for some time
clientPauseObservable(long) - Method in class io.vertx.rxjava.redis.RedisClient
Stop processing commands from clients for some time
clientPauseObservable(long) - Method in class io.vertx.rxjava.redis.RedisTransaction
Stop processing commands from clients for some time
clientSetname(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Set the current connection name
clientSetname(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Set the current connection name
clientSetname(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Set the current connection name
clientSetname(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set the current connection name
clientSetnameObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
Set the current connection name
clientSetnameObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set the current connection name
CLIException - Exception in io.vertx.core.cli
High level exception thrown when an issue in the command line processing occurs.
CLIException(String) - Constructor for exception io.vertx.core.cli.CLIException
Creates a new instance of CLIException.
CLIException(String, Exception) - Constructor for exception io.vertx.core.cli.CLIException
Creates a new instance of CLIException.
CliToken - Interface in io.vertx.ext.shell.cli
A parsed token in the command line interface.
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
 
clone() - Method in class io.vertx.core.net.JdkSSLEngineOptions
 
clone() - Method in class io.vertx.core.net.JksOptions
 
clone() - Method in interface io.vertx.core.net.KeyCertOptions
 
clone() - Method in class io.vertx.core.net.OpenSSLEngineOptions
 
clone() - Method in class io.vertx.core.net.PemKeyCertOptions
 
clone() - Method in class io.vertx.core.net.PemTrustOptions
 
clone() - Method in class io.vertx.core.net.PfxOptions
 
clone() - Method in class io.vertx.core.net.SSLEngineOptions
 
clone() - Method in interface io.vertx.core.net.TrustOptions
 
clone() - Method in interface io.vertx.ext.auth.AuthOptions
 
clone() - Method in class io.vertx.ext.auth.jdbc.JDBCAuthOptions
 
clone() - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
 
clone() - Method in class io.vertx.ext.auth.shiro.ShiroAuthOptions
 
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.amqpbridge.AmqpBridge
Shuts the bridge down, closing the underlying connection.
close() - Method in interface io.vertx.circuitbreaker.CircuitBreaker
Closes the circuit breaker.
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.Closeable
 
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.datagram.DatagramSocket
Closes the DatagramSocket implementation asynchronous and notifies the handler once done.
close() - Method in interface io.vertx.core.datagram.DatagramSocket
Closes the DatagramSocket.
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.eventbus.EventBus
Close the event bus and release any resources held.
close() - Method in interface io.vertx.core.eventbus.MessageProducer
Closes the producer, this method should be called when the message producer is not used anymore.
close() - Method in interface io.vertx.core.file.AsyncFile
Close the file.
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.AsyncFile
Close the file.
close() - Method in interface io.vertx.core.http.HttpClient
Close the client.
close() - Method in interface io.vertx.core.http.HttpConnection
Close the connection and all the currently active streams.
CLOSE - Static variable in class io.vertx.core.http.HttpHeaders
close header value
close() - Method in interface io.vertx.core.http.HttpServer
Close the server.
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.http.HttpServer
Like HttpServer.close() but supplying a handler that will be called when the server is actually closed (or has failed).
close() - Method in interface io.vertx.core.http.HttpServerResponse
Close the underlying TCP connection corresponding to the request.
close() - Method in interface io.vertx.core.http.WebSocketBase
Close the WebSocket.
close() - Method in interface io.vertx.core.net.NetClient
Close the client.
close() - Method in interface io.vertx.core.net.NetServer
Close the server.
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.net.NetServer
Like NetServer.close() but supplying a handler that will be notified when close is complete.
close() - Method in interface io.vertx.core.net.NetSocket
Close the NetSocket
close() - Method in interface io.vertx.core.shareddata.LocalMap
Close and release the map
close() - Method in interface io.vertx.core.spi.metrics.Metrics
Used to close out the metrics, for example when an http server/client has been closed.

No specific thread and context can be expected when this method is called.

close() - Method in interface io.vertx.core.spi.VerticleFactory
Close the factory.
close() - Method in interface io.vertx.core.Vertx
Stop the the Vertx instance and release any resources held by it.
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.Vertx
Like Vertx.close() but the completionHandler will be called when the close is complete
close() - Method in interface io.vertx.core.WorkerExecutor
Close the executor.
close() - Method in interface io.vertx.ext.asyncsql.AsyncSQLClient
Close the client and release all resources.
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.asyncsql.AsyncSQLClient
Close the client and release all resources.
close() - Method in class io.vertx.ext.dropwizard.reporters.JmxReporter
Stops the reporter.
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.eventbus.bridge.tcp.TcpEventBusBridge
Close the current socket.
close() - Method in interface io.vertx.ext.eventbus.bridge.tcp.TcpEventBusBridge
Close the current socket.
close() - Method in interface io.vertx.ext.jdbc.JDBCClient
Close the client
close(DataSource) - Method in interface io.vertx.ext.jdbc.spi.DataSourceProvider
 
close() - Method in interface io.vertx.ext.mail.MailClient
close the MailClient
close() - Method in interface io.vertx.ext.mail.MailService
 
close() - Method in class io.vertx.ext.mail.MailServiceVertxEBProxy
 
close() - Method in class io.vertx.ext.mail.MailServiceVertxProxyHandler
 
close() - Method in interface io.vertx.ext.mongo.MongoClient
Close the client and release its resources
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.ext.rxjava.eventbus.bridge.tcp.TcpEventBusBridge
Close the current socket.
close() - Method in class io.vertx.ext.rxjava.eventbus.bridge.tcp.TcpEventBusBridge
Close the current socket.
close() - Method in interface io.vertx.ext.shell.Shell
Close the shell.
close() - Method in interface io.vertx.ext.shell.ShellServer
Close the shell server, this is an asynchronous close.
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.shell.ShellServer
Close the shell server, this is an asynchronous close.
close(Handler<Void>) - Method in interface io.vertx.ext.shell.system.JobController
Close the controller and terminate all the underlying jobs, a closed controller does not accept anymore jobs.
close() - Method in interface io.vertx.ext.shell.system.JobController
Close the shell session and terminate all the underlying jobs.
close() - Method in interface io.vertx.ext.shell.term.Term
Close the connection to terminal.
close() - Method in interface io.vertx.ext.shell.term.TermServer
Close the server.
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.shell.term.TermServer
Like TermServer.close() but supplying a handler that will be notified when close is complete.
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.sql.SQLConnection
Closes the connection.
close() - Method in interface io.vertx.ext.sql.SQLConnection
Closes the connection.
close() - Method in interface io.vertx.ext.stomp.StompClient
Closes the client.
close() - Method in interface io.vertx.ext.stomp.StompClientConnection
Closes the connection without sending the DISCONNECT frame.
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.stomp.StompServer
Closes the server.
close() - Method in interface io.vertx.ext.stomp.StompServer
Closes the server.
close() - Method in interface io.vertx.ext.stomp.StompServerConnection
Closes the connection with the client.
close() - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
Close it
close() - Method in interface io.vertx.ext.web.sstore.SessionStore
Close the store
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Close the client - when it is fully closed the handler will be called.
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.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.amqpbridge.AmqpBridge
Shuts the bridge down, closing the underlying connection.
close() - Method in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
Closes the circuit breaker.
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.
close() - Method in class io.vertx.rxjava.core.http.WebSocket
Close the WebSocket.
close() - Method in interface io.vertx.rxjava.core.http.WebSocketBase
Close the WebSocket.
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.asyncsql.AsyncSQLClient
Close the client and release all resources.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.asyncsql.AsyncSQLClient
Close the client and release all resources.
close() - Method in class io.vertx.rxjava.ext.jdbc.JDBCClient
Close the client
close() - Method in class io.vertx.rxjava.ext.mail.MailClient
close the MailClient
close() - Method in class io.vertx.rxjava.ext.mail.MailService
 
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.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.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.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.handler.sockjs.SockJSSocket
Close it
close() - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
Close the store
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() - 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() - Method in interface io.vertx.servicediscovery.ServiceDiscovery
Closes the service discovery
close(Handler<Void>) - Method in interface io.vertx.servicediscovery.spi.ServiceExporter
Close the exporter
close() - Method in class io.vertx.servicediscovery.types.AbstractServiceReference
Callback that let you cleanup the service object.
close() - Method in class io.vertx.serviceproxy.ProxyHandler
 
Closeable - Interface in io.vertx.core
 
closed() - Method in interface io.vertx.core.http.HttpServerResponse
 
closed() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
 
closed - Variable in class io.vertx.serviceproxy.ProxyHandler
 
closeEndpoint(String, int, E) - Method in interface io.vertx.core.spi.metrics.HttpClientMetrics
Called when an endpoint is closed.
closeHandler(Handler<Void>) - Method in interface io.vertx.circuitbreaker.CircuitBreaker
Sets a Handler invoked when the circuit breaker state switches to close.
closeHandler(Handler<Void>) - Method in interface io.vertx.core.http.HttpConnection
Set a close handler.
closeHandler(Handler<Void>) - Method in interface io.vertx.core.http.HttpServerResponse
Set a close handler for the response.
closeHandler(Handler<Void>) - Method in interface io.vertx.core.http.ServerWebSocket
 
closeHandler(Handler<Void>) - Method in interface io.vertx.core.http.WebSocket
 
closeHandler(Handler<Void>) - Method in interface io.vertx.core.http.WebSocketBase
Set a close handler.
closeHandler(Handler<Void>) - Method in interface io.vertx.core.net.NetSocket
Set a handler that will be called when the NetSocket is closed
closeHandler(Handler<Void>) - Method in interface io.vertx.ext.shell.term.Term
Set a handler that will be called when the terminal is closed.
closeHandler(Handler<StompClientConnection>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Sets a handler notified when the STOMP connection is closed.
closeHandler(Handler<StompServerConnection>) - Method in interface io.vertx.ext.stomp.StompServerHandler
Configures the action to execute when a connection with the client is closed.
closeHandler(Handler<Void>) - Method in 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.
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.
closeObservable() - Method in class io.vertx.ext.rxjava.eventbus.bridge.tcp.TcpEventBusBridge
Close the current socket.
closeObservable() - Method in class io.vertx.rxjava.amqpbridge.AmqpBridge
Shuts the bridge down, closing the underlying connection.
closeObservable() - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Closes the DatagramSocket implementation asynchronous and notifies the handler once done.
closeObservable() - Method in class io.vertx.rxjava.core.file.AsyncFile
Close the file.
closeObservable() - 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).
closeObservable() - Method in class io.vertx.rxjava.core.net.NetServer
Like NetServer.close() but supplying a handler that will be notified when close is complete.
closeObservable() - Method in class io.vertx.rxjava.core.Vertx
Like Vertx.close() but the completionHandler will be called when the close is complete
closeObservable() - Method in class io.vertx.rxjava.ext.asyncsql.AsyncSQLClient
Close the client and release all resources.
closeObservable() - Method in class io.vertx.rxjava.ext.shell.ShellServer
Close the shell server, this is an asynchronous close.
closeObservable() - 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.
closeObservable() - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Closes the connection.
closeObservable() - Method in class io.vertx.rxjava.ext.stomp.StompServer
Closes the server.
closeObservable() - Method in class io.vertx.rxjava.redis.RedisClient
Close the client - when it is fully closed the handler will be called.
closeObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Close the client - when it is fully closed the handler will be called.
CLUSTER_NAME - Static variable in class io.vertx.spi.cluster.jgroups.JGroupsClusterManager
 
clusterAddslots(List<Long>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Assign new hash slots to receiving node.
clusterAddslots(List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Assign new hash slots to receiving node.
clusterAddslots(List<Long>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
Assign new hash slots to receiving node.
clusterAddslots(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Assign new hash slots to receiving node.
clusterAddslotsObservable(List<Long>) - Method in class io.vertx.rxjava.redis.RedisClient
Assign new hash slots to receiving node.
clusterAddslotsObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Assign new hash slots to receiving node.
clusterCountFailureReports(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Return the number of failure reports active for a given node.
clusterCountFailureReports(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Return the number of failure reports active for a given node.
clusterCountFailureReports(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Return the number of failure reports active for a given node.
clusterCountFailureReports(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Return the number of failure reports active for a given node.
clusterCountFailureReportsObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
Return the number of failure reports active for a given node.
clusterCountFailureReportsObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Return the number of failure reports active for a given node.
clusterCountkeysinslot(long, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Return the number of local keys in the specified hash slot.
clusterCountkeysinslot(long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Return the number of local keys in the specified hash slot.
clusterCountkeysinslot(long, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Return the number of local keys in the specified hash slot.
clusterCountkeysinslot(long, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Return the number of local keys in the specified hash slot.
clusterCountkeysinslotObservable(long) - Method in class io.vertx.rxjava.redis.RedisClient
Return the number of local keys in the specified hash slot.
clusterCountkeysinslotObservable(long) - Method in class io.vertx.rxjava.redis.RedisTransaction
Return the number of local keys in the specified hash slot.
clusterDelslots(long, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Set hash slots as unbound in receiving node.
clusterDelslots(long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Set hash slots as unbound in receiving node.
clusterDelslots(long, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
Set hash slots as unbound in receiving node.
clusterDelslots(long, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set hash slots as unbound in receiving node.
clusterDelslotsMany(List<Long>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Set hash slots as unbound in receiving node.
clusterDelslotsMany(List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.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
Set hash slots as unbound in receiving node.
clusterDelslotsManyObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set hash slots as unbound in receiving node.
clusterDelslotsObservable(long) - Method in class io.vertx.rxjava.redis.RedisClient
Set hash slots as unbound in receiving node.
clusterDelslotsObservable(long) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set hash slots as unbound in receiving node.
ClusteredSessionStore - Interface in io.vertx.ext.web.sstore
A session store which stores sessions in a distributed map so they are available across the cluster.
ClusteredSessionStore - Class in io.vertx.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>>) - Method in interface io.vertx.core.spi.VertxFactory
 
clusteredVertx(VertxOptions, Handler<AsyncResult<Vertx>>) - Static method in interface io.vertx.core.Vertx
Creates a clustered instance using the specified options.
clusteredVertx(VertxOptions, Handler<AsyncResult<Vertx>>) - Static method in class io.vertx.rxjava.core.Vertx
Creates a clustered instance using the specified options.
clusteredVertxObservable(VertxOptions) - Static method in class io.vertx.rxjava.core.Vertx
Creates a clustered instance using the specified options.
clusterFailover(Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Forces a slave to perform a manual failover of its master.
clusterFailover(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Forces a slave to perform a manual failover of its master.
clusterFailover(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
Forces a slave to perform a manual failover of its master.
clusterFailover(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Forces a slave to perform a manual failover of its master.
clusterFailoverObservable() - Method in class io.vertx.rxjava.redis.RedisClient
Forces a slave to perform a manual failover of its master.
clusterFailoverObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Forces a slave to perform a manual failover of its master.
clusterFailOverWithOptions(FailoverOptions, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Forces a slave to perform a manual failover of its master.
clusterFailOverWithOptions(FailoverOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Forces a slave to perform a manual failover of its master.
clusterFailOverWithOptions(FailoverOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
Forces a slave to perform a manual failover of its master.
clusterFailOverWithOptions(FailoverOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Forces a slave to perform a manual failover of its master.
clusterFailOverWithOptionsObservable(FailoverOptions) - Method in class io.vertx.rxjava.redis.RedisClient
Forces a slave to perform a manual failover of its master.
clusterFailOverWithOptionsObservable(FailoverOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
Forces a slave to perform a manual failover of its master.
clusterForget(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Remove a node from the nodes table.
clusterForget(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Remove a node from the nodes table.
clusterForget(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
Remove a node from the nodes table.
clusterForget(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Remove a node from the nodes table.
clusterForgetObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
Remove a node from the nodes table.
clusterForgetObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Remove a node from the nodes table.
clusterGetkeysinslot(long, long, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Return local key names in the specified hash slot.
clusterGetkeysinslot(long, long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Return local key names in the specified hash slot.
clusterGetkeysinslot(long, long, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Return local key names in the specified hash slot.
clusterGetkeysinslot(long, long, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Return local key names in the specified hash slot.
clusterGetkeysinslotObservable(long, long) - Method in class io.vertx.rxjava.redis.RedisClient
Return local key names in the specified hash slot.
clusterGetkeysinslotObservable(long, long) - Method in class io.vertx.rxjava.redis.RedisTransaction
Return local key names in the specified hash slot.
clusterInfo(Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Provides info about Redis Cluster node state.
clusterInfo(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Provides info about Redis Cluster node state.
clusterInfo(Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Provides info about Redis Cluster node state.
clusterInfo(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Provides info about Redis Cluster node state.
clusterInfoObservable() - Method in class io.vertx.rxjava.redis.RedisClient
Provides info about Redis Cluster node state.
clusterInfoObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Provides info about Redis Cluster node state.
clusterKeyslot(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Returns the hash slot of the specified key.
clusterKeyslot(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Returns the hash slot of the specified key.
clusterKeyslot(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Returns the hash slot of the specified key.
clusterKeyslot(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Returns the hash slot of the specified key.
clusterKeyslotObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
Returns the hash slot of the specified key.
clusterKeyslotObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Returns the hash slot of the specified key.
ClusterManager - Interface in io.vertx.core.spi.cluster
A cluster provider for Vert.x must implement this interface.
clusterMeet(String, long, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Force a node cluster to handshake with another node.
clusterMeet(String, long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Force a node cluster to handshake with another node.
clusterMeet(String, long, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
Force a node cluster to handshake with another node.
clusterMeet(String, long, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Force a node cluster to handshake with another node.
clusterMeetObservable(String, long) - Method in class io.vertx.rxjava.redis.RedisClient
Force a node cluster to handshake with another node.
clusterMeetObservable(String, long) - Method in class io.vertx.rxjava.redis.RedisTransaction
Force a node cluster to handshake with another node.
clusterNodes(Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Get Cluster config for the node.
clusterNodes(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Get Cluster config for the node.
clusterNodes(Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get Cluster config for the node.
clusterNodes(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get Cluster config for the node.
clusterNodesObservable() - Method in class io.vertx.rxjava.redis.RedisClient
Get Cluster config for the node.
clusterNodesObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Get Cluster config for the node.
clusterReplicate(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Reconfigure a node as a slave of the specified master node.
clusterReplicate(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Reconfigure a node as a slave of the specified master node.
clusterReplicate(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
Reconfigure a node as a slave of the specified master node.
clusterReplicate(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Reconfigure a node as a slave of the specified master node.
clusterReplicateObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
Reconfigure a node as a slave of the specified master node.
clusterReplicateObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Reconfigure a node as a slave of the specified master node.
clusterReset(Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Reset a Redis Cluster node.
clusterReset(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Reset a Redis Cluster node.
clusterReset(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
Reset a Redis Cluster node.
clusterReset(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Reset a Redis Cluster node.
clusterResetObservable() - Method in class io.vertx.rxjava.redis.RedisClient
Reset a Redis Cluster node.
clusterResetObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Reset a Redis Cluster node.
clusterResetWithOptions(ResetOptions, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Reset a Redis Cluster node.
clusterResetWithOptions(ResetOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Reset a Redis Cluster node.
clusterResetWithOptions(ResetOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
Reset a Redis Cluster node.
clusterResetWithOptions(ResetOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Reset a Redis Cluster node.
clusterResetWithOptionsObservable(ResetOptions) - Method in class io.vertx.rxjava.redis.RedisClient
Reset a Redis Cluster node.
clusterResetWithOptionsObservable(ResetOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
Reset a Redis Cluster node.
clusterSaveconfig(Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Forces the node to save cluster state on disk.
clusterSaveconfig(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Forces the node to save cluster state on disk.
clusterSaveconfig(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
Forces the node to save cluster state on disk.
clusterSaveconfig(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Forces the node to save cluster state on disk.
clusterSaveconfigObservable() - Method in class io.vertx.rxjava.redis.RedisClient
Forces the node to save cluster state on disk.
clusterSaveconfigObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Forces the node to save cluster state on disk.
clusterSetConfigEpoch(long, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Set the configuration epoch in a new node.
clusterSetConfigEpoch(long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Set the configuration epoch in a new node.
clusterSetConfigEpoch(long, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
Set the configuration epoch in a new node.
clusterSetConfigEpoch(long, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set the configuration epoch in a new node.
clusterSetConfigEpochObservable(long) - Method in class io.vertx.rxjava.redis.RedisClient
Set the configuration epoch in a new node.
clusterSetConfigEpochObservable(long) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set the configuration epoch in a new node.
clusterSetslot(long, SlotCmd, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Bind an hash slot to a specific node.
clusterSetslot(long, SlotCmd, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Bind an hash slot to a specific node.
clusterSetslot(long, SlotCmd, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
Bind an hash slot to a specific node.
clusterSetslot(long, SlotCmd, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Bind an hash slot to a specific node.
clusterSetslotObservable(long, SlotCmd) - Method in class io.vertx.rxjava.redis.RedisClient
Bind an hash slot to a specific node.
clusterSetslotObservable(long, SlotCmd) - Method in class io.vertx.rxjava.redis.RedisTransaction
Bind an hash slot to a specific node.
clusterSetslotWithNode(long, SlotCmd, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Bind an hash slot to a specific node.
clusterSetslotWithNode(long, SlotCmd, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Bind an hash slot to a specific node.
clusterSetslotWithNode(long, SlotCmd, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
Bind an hash slot to a specific node.
clusterSetslotWithNode(long, SlotCmd, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Bind an hash slot to a specific node.
clusterSetslotWithNodeObservable(long, SlotCmd, String) - Method in class io.vertx.rxjava.redis.RedisClient
Bind an hash slot to a specific node.
clusterSetslotWithNodeObservable(long, SlotCmd, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Bind an hash slot to a specific node.
clusterSlaves(String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
List slave nodes of the specified master node.
clusterSlaves(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
List slave nodes of the specified master node.
clusterSlaves(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
List slave nodes of the specified master node.
clusterSlaves(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
List slave nodes of the specified master node.
clusterSlavesObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
List slave nodes of the specified master node.
clusterSlavesObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
List slave nodes of the specified master node.
clusterSlots(Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Get array of Cluster slot to node mappings
clusterSlots(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Get array of Cluster slot to node mappings
clusterSlots(Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get array of Cluster slot to node mappings
clusterSlots(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get array of Cluster slot to node mappings
clusterSlotsObservable() - Method in class io.vertx.rxjava.redis.RedisClient
Get array of Cluster slot to node mappings
clusterSlotsObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Get array of Cluster slot to node mappings
code() - Method in exception io.vertx.core.dns.DnsException
The DnsResponseCode which caused this DnsException to be created.
code() - Method in enum io.vertx.core.dns.DnsResponseCode
Returns the error code for this DnsResponseCode.
Command - Interface in io.vertx.core.spi.launcher
A plug-in to the Vert.x command or Launcher class.
command() - Method in class io.vertx.core.spi.launcher.ExecutionContext
 
Command - Interface in io.vertx.ext.shell.command
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 Command.create(io.vertx.core.Vertx, java.lang.Class<? extends io.vertx.ext.shell.command.AnnotatedCommand>)
command(String) - Static method in interface io.vertx.ext.shell.command.CommandBuilder
Create a new commmand builder, the command is responsible for managing the options and arguments via the arguments.
command(CLI) - Static method in interface io.vertx.ext.shell.command.CommandBuilder
Create a new commmand with its CLI descriptor.
command(Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Get array of Redis command details
command(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Get array of Redis command details
Command - Class in io.vertx.rxjava.ext.shell.command
A Vert.x Shell command, it can be created from any language using the CommandBuilder.command(java.lang.String) or from a Java class using io.vertx.rxjava.ext.shell.command.Command#create

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

Command(Command) - Constructor for class io.vertx.rxjava.ext.shell.command.Command
 
command(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 - Interface in io.vertx.ext.shell.command
A build for Vert.x Shell command.
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 interface io.vertx.redis.RedisClient
Get total number of Redis commands
commandCount(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Get total number of Redis commands
commandCount(Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get total number of Redis commands
commandCount(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get total number of Redis commands
commandCountObservable() - Method in class io.vertx.rxjava.redis.RedisClient
Get total number of Redis commands
commandCountObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Get total number of Redis commands
CommandFactory<C extends Command> - Interface in io.vertx.core.spi.launcher
SPI Interface to provide a new Launcher command.
CommandFactoryLookup - Interface in io.vertx.core.spi.launcher
The interface to implement to look for commands.
commandGetkeys(Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Extract keys given a full Redis command
commandGetkeys(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Extract keys given a full Redis command
commandGetkeys(Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Extract keys given a full Redis command
commandGetkeys(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Extract keys given a full Redis command
commandGetkeysObservable() - Method in class io.vertx.rxjava.redis.RedisClient
Extract keys given a full Redis command
commandGetkeysObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Extract keys given a full Redis command
commandInfo(List<String>, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Get array of specific Redis command details
commandInfo(List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Get array of specific Redis command details
commandInfo(List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get array of specific Redis command details
commandInfo(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get array of specific Redis command details
commandInfoObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
Get array of specific Redis command details
commandInfoObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get array of specific Redis command details
CommandLine - Interface in io.vertx.core.cli
The parser transforms a CLI (a model) into an CommandLine.
commandLine() - Method in class io.vertx.core.spi.launcher.ExecutionContext
 
commandLine() - Method in interface io.vertx.ext.shell.command.CommandProcess
 
CommandLine - Class in io.vertx.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
Get array of Redis command details
commandObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Get array of Redis command details
CommandProcess - Interface in io.vertx.ext.shell.command
The command process provides interaction with the process of the command provided by Vert.x Shell.
CommandProcess - Class in io.vertx.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 - Interface in io.vertx.ext.shell.command
A registry that contains the commands known by a shell.

It is a mutable command resolver.

CommandRegistry - Class in io.vertx.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 - Interface in io.vertx.ext.shell.command
A resolver for commands, so the shell can discover commands.
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
 
CommandResolverFactory - Interface in io.vertx.ext.shell.spi
The SPI interface for discovering commands.
commands() - Method in class io.vertx.ext.shell.command.base.BaseCommandPack
 
commands() - Method in interface io.vertx.ext.shell.command.CommandResolver
 
commands() - Method in class io.vertx.rxjava.ext.shell.command.CommandResolver
 
commit(Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.sql.SQLConnection
Commits all changes made since the previous commit/rollback.
commit(String) - Method in interface io.vertx.ext.stomp.StompClientConnection
Commits a transaction.
commit(String, Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Commits a transaction.
commit(String, Map<String, String>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Commits a transaction.
commit(String, Map<String, String>, Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Commits a transaction.
commit(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.
commitHandler(Handler<ServerFrame>) - Method in interface io.vertx.ext.stomp.StompServerHandler
Configures the action to execute when a COMMIT frame is received.
commitHandler(Handler<ServerFrame>) - Method in class io.vertx.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
Commits all changes made since the previous commit/rollback.
compareAndSet(long, long, Handler<AsyncResult<Boolean>>) - Method in interface io.vertx.core.shareddata.Counter
Set the counter to the specified value only if the current value is the expectec value.
compareAndSet(long, long, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.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
Set the counter to the specified value only if the current value is the expectec value.
complete(T) - Method in interface io.vertx.core.Future
Set the result.
complete() - Method in interface io.vertx.core.Future
Set a null result.
complete(List<String>) - Method in interface io.vertx.ext.shell.cli.Completion
End the completion with a list of candidates, these candidates will be displayed by the shell on the console.
complete(String, boolean) - Method in interface io.vertx.ext.shell.cli.Completion
End the completion with a value that will be inserted to complete the line.
complete(Completion) - Method in class io.vertx.ext.shell.command.AnnotatedCommand
Perform command completion, when the command is done completing it should call Completion.complete(List) or Completion.complete(String, boolean) )} method to signal completion is done.
complete(Completion) - Method in class io.vertx.ext.shell.command.base.FileSystemCd
 
complete(Completion) - Method in class io.vertx.ext.shell.command.base.FileSystemLs
 
complete(Completion) - Method in interface io.vertx.ext.shell.command.Command
Perform command completion, when the command is done completing it should call Completion.complete(List) or Completion.complete(String, boolean) )} method to signal completion is done.
complete() - Method in interface io.vertx.ext.unit.Async
Signals the asynchronous operation is done, this method must be called with a count greater than 0, otherwise it throw an IllegalStateException to signal the error.
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(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 throw an IllegalStateException to signal the error.
completer() - Method in interface io.vertx.core.Future
 
completer() - Method in class io.vertx.rxjava.core.Future
 
Completion - Interface in io.vertx.ext.shell.cli
The completion object
Completion<T> - Interface in io.vertx.ext.unit
A completion object that emits completion notifications either succeeded or failed.
Completion - Class in io.vertx.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
 
completionHandler(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.eventbus.MessageConsumer
Optional method which can be called to indicate when the registration has been propagated across the cluster.
completionHandler(Handler<Completion>) - Method in interface io.vertx.ext.shell.command.CommandBuilder
Set the command completion handler, the completion handler when the user asks for contextual command line completion, usually hitting the tab key.
completionHandler(Handler<AsyncResult<Void>>) - Method in class io.vertx.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
Optional method which can be called to indicate when the registration has been propagated across the cluster.
compose(Handler<T>, Future<U>) - Method in interface io.vertx.core.Future
Compose this future with a provided next future.
compose(Function<T, Future<U>>) - Method in interface io.vertx.core.Future
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.
CompositeFuture - Interface in io.vertx.core
The composite future wraps a list of futures, it is useful when several futures needs to be coordinated.
CompositeFuture - Class in io.vertx.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 interface io.vertx.ext.auth.jdbc.JDBCHashStrategy
Compute the hashed password given the unhashed password and the salt
computeHash(String, User) - Method in interface io.vertx.ext.auth.mongo.HashStrategy
Compute the hashed password given the unhashed password and the user
computeHash(String, User) - Method in class io.vertx.rxjava.ext.auth.mongo.HashStrategy
Compute the hashed password given the unhashed password and the user
computeOptionsAndArguments(StringBuilder, List<Option>, List<Argument>) - Method in class io.vertx.core.cli.UsageMessageFormatter
Computes the help for the specified Options to the specified writer.
computePingPeriod(Frame.Heartbeat, Frame.Heartbeat) - Static method in class io.vertx.ext.stomp.Frame.Heartbeat
Computes the ping period.
computePongPeriod(Frame.Heartbeat, Frame.Heartbeat) - Static method in class io.vertx.ext.stomp.Frame.Heartbeat
Computes the pong period.
computeUsage(StringBuilder, String) - Method in class io.vertx.core.cli.UsageMessageFormatter
 
computeUsageLine(StringBuilder, String, CLI) - Method in class io.vertx.core.cli.UsageMessageFormatter
 
config() - Method in class io.vertx.core.AbstractVerticle
Get the configuration of the verticle.
config() - Method in interface io.vertx.core.Context
If the context is associated with a Verticle deployment, this returns the configuration that was specified when the verticle was deployed.
config() - Method in class io.vertx.rxjava.core.Context
If the context is associated with a Verticle deployment, this returns the configuration that was specified when the verticle was deployed.
CONFIG_FILE - Static variable in class io.vertx.spi.cluster.jgroups.JGroupsClusterManager
 
configGet(String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Get the value of a configuration parameter
configGet(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Get the value of a configuration parameter
configGet(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get the value of a configuration parameter
configGet(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get the value of a configuration parameter
configGetObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
Get the value of a configuration parameter
configGetObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get the value of a configuration parameter
configOptions() - Method in class io.vertx.ext.httpservicefactory.HttpServiceFactory
 
configResetstat(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Reset the stats returned by INFO
configResetstat(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Reset the stats returned by INFO
configResetstat(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Reset the stats returned by INFO
configResetstat(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Reset the stats returned by INFO
configResetstatObservable() - Method in class io.vertx.rxjava.redis.RedisClient
Reset the stats returned by INFO
configResetstatObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Reset the stats returned by INFO
configRewrite(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Rewrite the configuration file with the in memory configuration
configRewrite(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Rewrite the configuration file with the in memory configuration
configRewrite(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Rewrite the configuration file with the in memory configuration
configRewrite(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Rewrite the configuration file with the in memory configuration
configRewriteObservable() - Method in class io.vertx.rxjava.redis.RedisClient
Rewrite the configuration file with the in memory configuration
configRewriteObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Rewrite the configuration file with the in memory configuration
configSet(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Set a configuration parameter to the given value
configSet(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Set a configuration parameter to the given value
configSet(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Set a configuration parameter to the given value
configSet(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set a configuration parameter to the given value
configSetObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
Set a configuration parameter to the given value
configSetObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set a configuration parameter to the given value
configureHeartbeat(long, long, Handler<StompServerConnection>) - Method in interface io.vertx.ext.stomp.StompServerConnection
Configures the heartbeat.
configureHeartbeat(long, long, Handler<StompServerConnection>) - Method in class io.vertx.rxjava.ext.stomp.StompServerConnection
Configures the heartbeat.
connect(int, String, Handler<AsyncResult<NetSocket>>) - Method in interface io.vertx.core.net.NetClient
Open a connection to a server at the specific port and host.
connect(int, String, Handler<AsyncResult<StompClientConnection>>) - Method in interface io.vertx.ext.stomp.StompClient
Connects to the server.
connect(NetClient, Handler<AsyncResult<StompClientConnection>>) - Method in interface io.vertx.ext.stomp.StompClient
Connects to the server.
connect(int, String, NetClient, Handler<AsyncResult<StompClientConnection>>) - Method in interface io.vertx.ext.stomp.StompClient
Connects to the server.
connect(Handler<AsyncResult<StompClientConnection>>) - Method in interface io.vertx.ext.stomp.StompClient
Connects to the server using the host and port configured in the client's options.
connect() - Method in interface io.vertx.ext.web.Router
Add a route that matches any HTTP CONNECT request
connect(String) - Method in interface io.vertx.ext.web.Router
Add a route that matches a HTTP CONNECT request and the specified path
connect(int, String, Handler<AsyncResult<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, 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
connected(E, S, WebSocket) - Method in interface io.vertx.core.spi.metrics.HttpClientMetrics
Called when a web socket connects.
connected(S, ServerWebSocket) - Method in interface io.vertx.core.spi.metrics.HttpServerMetrics
Called when a server web socket connects.
connected(SocketAddress, String) - Method in interface io.vertx.core.spi.metrics.TCPMetrics
Called when a client has connected, which is applicable for TCP connections.

The remote name of the client is a best effort to provide the name of the remote host, i.e if the name is specified at creation time, this name will be used otherwise it will be the remote address.

connectHandler(Handler<NetSocket>) - Method in interface io.vertx.core.net.NetServer
Supply a connect handler for this server.
connectHandler() - Method in interface io.vertx.core.net.NetServer
 
connectHandler(Handler<ServerFrame>) - Method in interface io.vertx.ext.stomp.StompServerHandler
Configures the action to execute when a CONNECT frame is received.
connectHandler(Handler<NetSocket>) - Method in class io.vertx.rxjava.core.net.NetServer
Supply a connect handler for this server.
connectHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Configures the action to execute when a CONNECT frame is received.
connection() - Method in interface io.vertx.core.http.HttpClientRequest
 
CONNECTION - Static variable in class io.vertx.core.http.HttpHeaders
Connection header name
connection() - Method in interface io.vertx.core.http.HttpServerRequest
 
connection() - Method in interface io.vertx.ext.stomp.ServerFrame
 
connection() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
 
connection() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
connection() - Method in class io.vertx.rxjava.ext.stomp.ServerFrame
 
connectionDroppedHandler(Handler<StompClientConnection>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Sets a handler notified when the server does not respond to a ping request in time.
connectionDroppedHandler(Handler<StompClientConnection>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Sets a handler notified when the server does not respond to a ping request in time.
connectionHandler(Handler<HttpConnection>) - Method in interface io.vertx.core.http.HttpClientRequest
Set a connection handler called when an HTTP connection has been established.
connectionHandler(Handler<HttpConnection>) - Method in interface io.vertx.core.http.HttpServer
Set a connection handler for the server.
connectionHandler(Handler<HttpConnection>) - Method in class io.vertx.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.
ConnectionPoolTooBusyException - Exception in io.vertx.core.http
Represents a failure to add a HttpClientRequest to the wait queue on an ConnectionManager.
ConnectionPoolTooBusyException(String) - Constructor for exception io.vertx.core.http.ConnectionPoolTooBusyException
Create a ConnectionPoolTooBusyException
connectObservable(int, String) - Method in class io.vertx.rxjava.core.net.NetClient
Open a connection to a server at the specific port and host.
connectObservable(int, String) - Method in class io.vertx.rxjava.ext.stomp.StompClient
Connects to the server.
connectObservable(NetClient) - Method in class io.vertx.rxjava.ext.stomp.StompClient
Connects to the server.
connectObservable(int, String, NetClient) - Method in class io.vertx.rxjava.ext.stomp.StompClient
Connects to the server.
connectObservable() - Method in class io.vertx.rxjava.ext.stomp.StompClient
Connects to the server using the host and port configured in the client's options.
connectStream() - Method in interface io.vertx.core.net.NetServer
Return the connect stream for this server.
connectStream() - Method in class io.vertx.rxjava.core.net.NetServer
Return the connect stream for this server.
connectWithRegex(String) - Method in interface io.vertx.ext.web.Router
Add a route that matches a HTTP CONNECT request and the specified path regex
connectWithRegex(String) - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches a HTTP CONNECT request and the specified path regex
ConstructorBasedConverter<T> - Class in io.vertx.core.cli.converters
This 'default' converter tries to create objects using a constructor taking a single String argument.
ConsulServiceImporter - Class in io.vertx.servicediscovery.consul
A discovery bridge importing services from Consul.
ConsulServiceImporter() - Constructor for class io.vertx.servicediscovery.consul.ConsulServiceImporter
 
consumer(String) - Method in interface io.vertx.core.eventbus.EventBus
Create a message consumer against the specified address.
consumer(String, Handler<Message<T>>) - Method in interface io.vertx.core.eventbus.EventBus
Create a consumer and register it against the specified address.
consumer(String) - Method in class io.vertx.rxjava.core.eventbus.EventBus
Create a message consumer against the specified address.
consumer(String, Handler<Message<T>>) - Method in class io.vertx.rxjava.core.eventbus.EventBus
Create a consumer and register it against the specified address.
consumer - Variable in class io.vertx.serviceproxy.ProxyHandler
 
consumes(String) - Method in interface io.vertx.ext.web.Route
Add a content type consumed by this route.
consumes(String) - Method in class io.vertx.rxjava.ext.web.Route
Add a content type consumed by this route.
contains(String) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
 
contains(CharSequence) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
 
contains(Object) - Method in class io.vertx.core.json.JsonArray
Does the JSON array contain the specified value? This method will scan the entire array until it finds a value or reaches the end.
contains(String) - Method in interface io.vertx.core.MultiMap
Checks to see if there is a value with the specified name
contains(CharSequence) - Method in interface io.vertx.core.MultiMap
Like MultiMap.contains(String) but accepting a CharSequence as a parameter
contains(String) - Method in class io.vertx.rxjava.core.MultiMap
Checks to see if there is a value with the specified name
containsKey(String) - Method in class io.vertx.core.json.JsonObject
Does the JSON object contain the specified key?
CONTENT_BASE - Static variable in class io.vertx.core.http.HttpHeaders
Content-Base header name
CONTENT_ENCODING - Static variable in class io.vertx.core.http.HttpHeaders
Content-Encoding header name
CONTENT_LANGUAGE - Static variable in class io.vertx.core.http.HttpHeaders
Content-Language header name
CONTENT_LENGTH - Static variable in class io.vertx.core.http.HttpHeaders
Content-Length header name
CONTENT_LENGTH - Static variable in class io.vertx.ext.stomp.Frame
 
CONTENT_LOCATION - Static variable in class io.vertx.core.http.HttpHeaders
Content-Location header name
CONTENT_MD5 - Static variable in class io.vertx.core.http.HttpHeaders
Content-MD5 header name
CONTENT_RANGE - Static variable in class io.vertx.core.http.HttpHeaders
Content-Rage header name
CONTENT_TRANSFER_ENCODING - Static variable in class io.vertx.core.http.HttpHeaders
Content-Transfer-Encoding header name
CONTENT_TYPE - Static variable in class io.vertx.core.http.HttpHeaders
Content-Type header name
CONTENT_TYPE - Static variable in class io.vertx.ext.stomp.Frame
 
contentTransferEncoding() - Method in interface io.vertx.core.http.HttpServerFileUpload
 
contentTransferEncoding() - Method in interface io.vertx.ext.web.FileUpload
 
contentTransferEncoding() - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
 
contentTransferEncoding() - Method in class io.vertx.rxjava.ext.web.FileUpload
 
contentType() - Method in interface io.vertx.core.http.HttpServerFileUpload
 
contentType() - Method in interface io.vertx.ext.web.FileUpload
 
contentType() - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
 
contentType() - Method in class io.vertx.rxjava.ext.web.FileUpload
 
context - Variable in class io.vertx.core.AbstractVerticle
Reference to the context of the verticle
Context - Interface in io.vertx.core
The execution context of a Handler execution.
context() - Method in interface io.vertx.core.spi.VertxFactory
 
Context - Class in io.vertx.rxjava.core
The execution context of a io.vertx.rxjava.core.Handler execution.
Context(Context) - Constructor for class io.vertx.rxjava.core.Context
 
ContextScheduler - Class in io.vertx.rx.java
 
ContextScheduler(Context, boolean) - Constructor for class io.vertx.rx.java.ContextScheduler
 
ContextScheduler(Vertx, boolean) - Constructor for class io.vertx.rx.java.ContextScheduler
 
continuationFrame(Buffer, boolean) - Static method in interface io.vertx.core.http.WebSocketFrame
Create a continuation frame
continuationFrame(Buffer, boolean) - Method in interface io.vertx.core.spi.WebSocketFrameFactory
 
continuationFrame(Buffer, boolean) - Static method in class io.vertx.rxjava.core.http.WebSocketFrame
Create a continuation frame
CONTINUE - Static variable in class io.vertx.core.http.HttpHeaders
100-continue header value
continueHandler(Handler<Void>) - Method in interface io.vertx.core.http.HttpClientRequest
If you send an HTTP request with the header Expect set to the value 100-continue and the server responds with an interim HTTP response with a status code of 100 and a continue handler has been set using this method, then the handler will be called.
continueHandler(Handler<Void>) - Method in class io.vertx.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.
convertDurationsTo(TimeUnit) - Method in class io.vertx.ext.dropwizard.reporters.JmxReporter.Builder
Convert durations to the given time unit.
ConvertedBy - Annotation Type in io.vertx.core.cli.annotations
Annotates @Option setters to indicate how the value is converted to the argument type.
Converter<T> - Interface in io.vertx.core.cli.converters
The converter interface to convert Strings to Objects.
converter - Variable in class io.vertx.core.cli.TypedArgument
The converter to use to create the value.
converter - Variable in class io.vertx.core.cli.TypedOption
the converter to create the value.
Converters - Class in io.vertx.core.cli.converters
Entry point to the converter system.
Converters() - Constructor for class io.vertx.core.cli.converters.Converters
 
convertRatesTo(TimeUnit) - Method in class io.vertx.ext.dropwizard.reporters.JmxReporter.Builder
Convert rates to the given time unit.
COOKIE - Static variable in class io.vertx.core.http.HttpHeaders
Content-Cookie header name
Cookie - Interface in io.vertx.ext.web
Represents an HTTP Cookie.
cookie(String, String) - Static method in interface io.vertx.ext.web.Cookie
Create a new cookie
cookie(Cookie) - Static method in interface io.vertx.ext.web.Cookie
Create a new cookie from a Netty cookie
Cookie - Class in io.vertx.rxjava.ext.web
Represents an HTTP Cookie.
Cookie(Cookie) - Constructor for class io.vertx.rxjava.ext.web.Cookie
 
cookie(String, String) - Static method in class io.vertx.rxjava.ext.web.Cookie
Create a new cookie
cookieCount() - Method in interface io.vertx.ext.web.RoutingContext
 
cookieCount() - Method in class io.vertx.rxjava.ext.web.RoutingContext
 
CookieHandler - Interface in io.vertx.ext.web.handler
A handler which decodes cookies from the request, makes them available in the RoutingContext and writes them back in the response.
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
 
cookies() - Method in interface io.vertx.core.http.HttpClientResponse
 
cookies() - Method in interface io.vertx.ext.web.RoutingContext
 
cookies() - Method in class io.vertx.rxjava.core.http.HttpClientResponse
 
cookies() - Method in class io.vertx.rxjava.ext.web.RoutingContext
 
copy() - Method in interface io.vertx.core.buffer.Buffer
Returns a copy of the entire Buffer.
copy(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
Copy a file from the path from to path to, asynchronously.
copy() - Method in class io.vertx.core.json.JsonArray
Make a copy of the JSON array
copy() - Method in class io.vertx.core.json.JsonObject
Copy the JSON object
copy() - Method in 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.
copyBlocking(String, String) - Method in interface io.vertx.core.file.FileSystem
copyBlocking(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
copyObservable(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Copy a file from the path from to path to, asynchronously.
copyRecursive(String, String, boolean, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
Copy a file from the path from to path to, asynchronously.
copyRecursive(String, String, boolean, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Copy a file from the path from to path to, asynchronously.
copyRecursiveBlocking(String, String, boolean) - Method in interface io.vertx.core.file.FileSystem
copyRecursiveBlocking(String, String, boolean) - Method in class io.vertx.rxjava.core.file.FileSystem
copyRecursiveObservable(String, String, boolean) - Method in class io.vertx.rxjava.core.file.FileSystem
Copy a file from the path from to path to, asynchronously.
CorsHandler - Interface in io.vertx.ext.web.handler
A handler which implements server side http://www.w3.org/TR/cors/[CORS] support for Vert.x-Web.
CorsHandler - Class in io.vertx.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 interface io.vertx.ext.mongo.MongoClient
Count matching documents in a collection.
count() - Method in interface io.vertx.ext.unit.Async
 
count(String, JsonObject, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Count matching documents in a collection.
count() - Method in class io.vertx.rxjava.ext.unit.Async
 
countDown() - Method in interface io.vertx.ext.unit.Async
Count down the async.
countDown() - Method in class io.vertx.rxjava.ext.unit.Async
Count down the async.
Counter - Interface in io.vertx.core.shareddata
An asynchronous counter that can be used to across the cluster to maintain a consistent count.
Counter - Class in io.vertx.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
Count matching documents in a collection.
country() - Method in interface io.vertx.ext.web.Locale
Returns the country as reported by the HTTP client.
country() - Method in class io.vertx.rxjava.ext.web.Locale
Returns the country as reported by the HTTP client.
create(Vertx) - Static method in interface io.vertx.amqpbridge.AmqpBridge
Creates a Bridge.
create(Vertx, AmqpBridgeOptions) - Static method in interface io.vertx.amqpbridge.AmqpBridge
Creates a Bridge with the given options.
create(Vertx, CamelBridgeOptions) - Static method in interface io.vertx.camel.CamelBridge
Creates a bridge between Camel endpoints and Vert.x
create(String, Vertx, CircuitBreakerOptions) - Static method in interface io.vertx.circuitbreaker.CircuitBreaker
Creates a new instance of CircuitBreaker.
create(String, Vertx) - Static method in interface io.vertx.circuitbreaker.CircuitBreaker
Creates a new instance of CircuitBreaker, with default options.
create(String) - Static method in interface io.vertx.core.cli.CLI
Creates an instance of CLI using the default implementation.
create(Class<?>) - Static method in interface io.vertx.core.cli.CLI
Creates an instance of CLI from the given Java class.
create(CLI) - Static method in interface io.vertx.core.cli.CommandLine
Creates a command line object from the CLI.
create(Class<T>, String) - Static method in class io.vertx.core.cli.converters.Converters
 
create(String, Converter<T>) - Static method in class io.vertx.core.cli.converters.Converters
 
create(CommandLine) - Method in interface io.vertx.core.spi.launcher.CommandFactory
 
create(CommandLine) - Method in class io.vertx.core.spi.launcher.DefaultCommandFactory
 
create(JDBCClient) - Static method in interface io.vertx.ext.auth.jdbc.JDBCAuth
Create a JDBC auth provider implementation
create(Vertx, JsonObject) - Static method in interface io.vertx.ext.auth.jwt.JWTAuth
Create a JWT auth provider
create(MongoClient, JsonObject) - Static method in interface io.vertx.ext.auth.mongo.MongoAuth
Creates an instance of MongoAuth by using the given MongoClient and configuration object.
create(Vertx, OAuth2FlowType, OAuth2ClientOptions) - Static method in interface io.vertx.ext.auth.oauth2.OAuth2Auth
Create a OAuth2 auth provider
create(Vertx, OAuth2FlowType) - Static method in interface io.vertx.ext.auth.oauth2.OAuth2Auth
Create a OAuth2 auth provider
create(Vertx, ShiroAuthRealmType, JsonObject) - Static method in interface io.vertx.ext.auth.shiro.ShiroAuth
create(Vertx, Realm) - Static method in interface io.vertx.ext.auth.shiro.ShiroAuth
Create a Shiro auth provider
create(Vertx, ShiroAuthOptions) - Static method in interface io.vertx.ext.auth.shiro.ShiroAuth
Create a Shiro auth provider
create(Vertx) - Static method in interface io.vertx.ext.dropwizard.MetricsService
Creates a metric service for a given Vertx instance.
create(Vertx) - Static method in interface io.vertx.ext.eventbus.bridge.tcp.TcpEventBusBridge
 
create(Vertx, BridgeOptions) - Static method in interface io.vertx.ext.eventbus.bridge.tcp.TcpEventBusBridge
 
create(Vertx, BridgeOptions, NetServerOptions) - Static method in interface io.vertx.ext.eventbus.bridge.tcp.TcpEventBusBridge
 
create(Vertx, DataSource) - Static method in interface io.vertx.ext.jdbc.JDBCClient
Create a client using a pre-existing data source
create(Vertx) - Static method in class io.vertx.ext.rxjava.eventbus.bridge.tcp.TcpEventBusBridge
 
create(Vertx, BridgeOptions) - Static method in class io.vertx.ext.rxjava.eventbus.bridge.tcp.TcpEventBusBridge
 
create(Vertx, BridgeOptions, NetServerOptions) - Static method in class io.vertx.ext.rxjava.eventbus.bridge.tcp.TcpEventBusBridge
 
create(Vertx, Class<? extends AnnotatedCommand>) - Static method in interface io.vertx.ext.shell.command.Command
Create a command from a Java class, annotated with Vert.x Core CLI annotations.
create(Vertx) - Static method in interface io.vertx.ext.shell.command.CommandRegistry
Create a new registry.
create() - Static method in interface io.vertx.ext.shell.session.Session
Create a new empty session.
create(Vertx, ShellServerOptions) - Static method in interface io.vertx.ext.shell.ShellServer
Create a new shell server with default options.
create(Vertx) - Static method in interface io.vertx.ext.shell.ShellServer
Create a new shell server with specific options.
create(Vertx) - Static method in interface io.vertx.ext.shell.ShellService
create(Vertx, ShellServiceOptions) - Static method in interface io.vertx.ext.shell.ShellService
Create a new shell service.
create() - Static method in interface io.vertx.ext.shell.term.Pty
Create a new pseudo terminal with no terminal type.
create(String) - Static method in interface io.vertx.ext.shell.term.Pty
Create a new pseudo terminal.
create(Vertx, String) - Static method in interface io.vertx.ext.shell.term.SockJSTermHandler
 
create(Vertx, String) - Method in interface io.vertx.ext.stomp.DestinationFactory
Creates a destination for the given address.
create(JsonObject) - Static method in class io.vertx.ext.stomp.Frame.Heartbeat
Creates an instance of Frame.Heartbeat from the JSON configuration provides in the client / server options.
create(Vertx) - Static method in interface io.vertx.ext.stomp.StompClient
Creates a StompClient using the default implementation.
create(Vertx, StompClientOptions) - Static method in interface io.vertx.ext.stomp.StompClient
Creates a StompClient using the default implementation.
create(Vertx, StompServerOptions) - Static method in interface io.vertx.ext.stomp.StompServer
Creates a StompServer based on the default Stomp Server implementation.
create(Vertx, NetServer) - Static method in interface io.vertx.ext.stomp.StompServer
Creates a StompServer based on the default Stomp Server implementation.
create(Vertx, NetServer, StompServerOptions) - Static method in interface io.vertx.ext.stomp.StompServer
Creates a StompServer based on the default Stomp Server implementation.
create(Vertx) - Static method in interface io.vertx.ext.stomp.StompServer
Creates a StompServer based on the default Stomp Server implementation, and use the default options.
create(Vertx) - Static method in interface io.vertx.ext.stomp.StompServerHandler
Creates an instance of StompServerHandler using the default (compliant) implementation.
create() - Static method in class io.vertx.ext.stomp.utils.Headers
 
create(String...) - Static method in class io.vertx.ext.stomp.utils.Headers
 
create(Map<String, String>) - Static method in class io.vertx.ext.stomp.utils.Headers
 
create(Vertx, ReportingOptions) - Static method in interface io.vertx.ext.unit.collect.EventBusCollector
Create a message handler reporting with the specified options.
create(Vertx, Handler<TestSuiteReport>) - Static method in interface io.vertx.ext.unit.collect.EventBusCollector
 
create(String, Handler<TestContext>) - Static method in interface io.vertx.ext.unit.TestCase
Create a test case.
create(String) - Static method in interface io.vertx.ext.unit.TestSuite
Create and return a new test suite.
create(Object) - Static method in interface io.vertx.ext.unit.TestSuite
Create and return a new test suite configured after the testSuiteObject argument.
create(AuthProvider) - Static method in interface io.vertx.ext.web.handler.BasicAuthHandler
Create a basic auth handler
create(AuthProvider, String) - Static method in interface io.vertx.ext.web.handler.BasicAuthHandler
Create a basic auth handler, specifying realm
create() - Static method in interface io.vertx.ext.web.handler.BodyHandler
Create a body handler with defaults
create(String) - Static method in interface io.vertx.ext.web.handler.BodyHandler
Create a body handler and use the given upload directory.
create() - Static method in interface io.vertx.ext.web.handler.CookieHandler
Create a cookie handler
create(String) - Static method in interface io.vertx.ext.web.handler.CorsHandler
Create a CORS handler
create(String) - Static method in interface io.vertx.ext.web.handler.CSRFHandler
Instantiate a new CSRFHandlerImpl with a secret
create() - Static method in interface io.vertx.ext.web.handler.ErrorHandler
Create an error handler using defaults
create(String, boolean) - Static method in interface io.vertx.ext.web.handler.ErrorHandler
Create an error handler
create(boolean) - Static method in interface io.vertx.ext.web.handler.ErrorHandler
Create an error handler
create(String) - Static method in interface io.vertx.ext.web.handler.ErrorHandler
Create an error handler
create() - Static method in interface io.vertx.ext.web.handler.FaviconHandler
Create a handler with defaults
create(String) - Static method in interface io.vertx.ext.web.handler.FaviconHandler
Create a handler attempting to load favicon file from the specified path
create(String, long) - Static method in interface io.vertx.ext.web.handler.FaviconHandler
Create a handler attempting to load favicon file from the specified path, and with the specified max cache time
create(long) - Static method in interface io.vertx.ext.web.handler.FaviconHandler
Create a handler with the specified max cache time
create(AuthProvider) - Static method in interface io.vertx.ext.web.handler.FormLoginHandler
Create a handler
create(AuthProvider, String, String, String, String) - Static method in interface io.vertx.ext.web.handler.FormLoginHandler
Create a handler
create(JWTAuth) - Static method in interface io.vertx.ext.web.handler.JWTAuthHandler
Create a JWT auth handler
create(JWTAuth, String) - Static method in interface io.vertx.ext.web.handler.JWTAuthHandler
Create a JWT auth handler
create() - Static method in interface io.vertx.ext.web.handler.LoggerHandler
Create a handler with default format
create(LoggerFormat) - Static method in interface io.vertx.ext.web.handler.LoggerHandler
Create a handler with he specified format
create(boolean, LoggerFormat) - Static method in interface io.vertx.ext.web.handler.LoggerHandler
Create a handler with he specified format
create(OAuth2Auth, String) - Static method in interface io.vertx.ext.web.handler.OAuth2AuthHandler
Create a OAuth2 auth handler
create(AuthProvider) - Static method in interface io.vertx.ext.web.handler.RedirectAuthHandler
Create a handler
create(AuthProvider, String) - Static method in interface io.vertx.ext.web.handler.RedirectAuthHandler
Create a handler
create(AuthProvider, String, String) - Static method in interface io.vertx.ext.web.handler.RedirectAuthHandler
Create a handler
create() - Static method in interface io.vertx.ext.web.handler.ResponseTimeHandler
Create a handler
create(SessionStore) - Static method in interface io.vertx.ext.web.handler.SessionHandler
Create a session handler
create(Vertx) - Static method in interface io.vertx.ext.web.handler.sockjs.SockJSHandler
Create a SockJS handler
create(Vertx, SockJSHandlerOptions) - Static method in interface io.vertx.ext.web.handler.sockjs.SockJSHandler
Create a SockJS handler
create() - Static method in interface io.vertx.ext.web.handler.StaticHandler
Create a handler using defaults
create(String) - Static method in interface io.vertx.ext.web.handler.StaticHandler
Create a handler, specifying web-root
create(String, ClassLoader) - Static method in interface io.vertx.ext.web.handler.StaticHandler
Create a handler, specifying web-root and a classloader used to load the resources.
create(TemplateEngine) - Static method in interface io.vertx.ext.web.handler.TemplateHandler
Create a handler
create(TemplateEngine, String, String) - Static method in interface io.vertx.ext.web.handler.TemplateHandler
Create a handler
create() - Static method in interface io.vertx.ext.web.handler.TimeoutHandler
Create a handler
create(long) - Static method in interface io.vertx.ext.web.handler.TimeoutHandler
Create a handler
create(long, int) - Static method in interface io.vertx.ext.web.handler.TimeoutHandler
Create a handler
create(AuthProvider) - Static method in interface io.vertx.ext.web.handler.UserSessionHandler
Create a new handler
create(String, Handler<RoutingContext>) - Static method in interface io.vertx.ext.web.handler.VirtualHostHandler
Create a handler
create() - Static method in interface io.vertx.ext.web.Locale
 
create(String) - Static method in interface io.vertx.ext.web.Locale
 
create(String, String) - Static method in interface io.vertx.ext.web.Locale
 
create(String, String, String) - Static method in interface io.vertx.ext.web.Locale
 
create(Vertx, String) - Static method in interface io.vertx.ext.web.sstore.ClusteredSessionStore
Create a session store
create(Vertx, String, long) - Static method in interface io.vertx.ext.web.sstore.ClusteredSessionStore
Create a session store.

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

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

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

create(Vertx) - Static method in interface io.vertx.ext.web.sstore.LocalSessionStore
Create a session store
create(Vertx, String) - Static method in interface io.vertx.ext.web.sstore.LocalSessionStore
Create a session store
create(Vertx, String, long) - Static method in interface io.vertx.ext.web.sstore.LocalSessionStore
Create a session store
create() - Static method in interface io.vertx.ext.web.templ.HandlebarsTemplateEngine
Create a template engine using defaults
create() - Static method in interface io.vertx.ext.web.templ.JadeTemplateEngine
Create a template engine using defaults
create() - Static method in interface io.vertx.ext.web.templ.MVELTemplateEngine
Create a template engine using defaults
create() - Static method in interface io.vertx.ext.web.templ.ThymeleafTemplateEngine
Create a template engine using defaults
create() - Static method in interface io.vertx.maven.Resolver
Creates a Resolver using the default implementation and default options.
create(ResolverOptions) - Static method in interface io.vertx.maven.Resolver
Creates a Resolver using the default implementation and the given options.
create(Vertx, JsonObject) - Static method in interface io.vertx.rabbitmq.RabbitMQClient
 
create(Vertx) - Static method in interface io.vertx.redis.RedisClient
 
create(Vertx, JsonObject) - Static method in interface io.vertx.redis.RedisClient
Deprecated.
For type safety please use RedisClient.create(Vertx, RedisOptions).
create(Vertx, RedisOptions) - Static method in interface io.vertx.redis.RedisClient
 
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(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(JDBCClient) - Static method in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuth
Create a JDBC auth provider implementation
create(Vertx, JsonObject) - 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
Create a OAuth2 auth provider
create(Vertx, OAuth2FlowType) - Static method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
Create a OAuth2 auth provider
create(Vertx, ShiroAuthRealmType, JsonObject) - Static method in class io.vertx.rxjava.ext.auth.shiro.ShiroAuth
Create a Shiro auth provider
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.dropwizard.MetricsService
Creates a metric service for a given Vertx instance.
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(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(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.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() - 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
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.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
 
create(String) - Static method in class io.vertx.rxjava.ext.web.Locale
 
create(String, String) - Static method in class io.vertx.rxjava.ext.web.Locale
 
create(String, String, String) - Static method in class io.vertx.rxjava.ext.web.Locale
 
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() - Static method in class io.vertx.rxjava.ext.web.templ.HandlebarsTemplateEngine
Create a template engine using defaults
create() - Static method in class io.vertx.rxjava.ext.web.templ.JadeTemplateEngine
Create a template engine using defaults
create() - Static method in class io.vertx.rxjava.ext.web.templ.MVELTemplateEngine
Create a template engine using defaults
create() - Static method in class io.vertx.rxjava.ext.web.templ.ThymeleafTemplateEngine
Create a template engine using defaults
create(Vertx, JsonObject) - Static method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
 
create(Vertx) - Static method in class io.vertx.rxjava.redis.RedisClient
 
create(Vertx, RedisOptions) - Static method in class io.vertx.rxjava.redis.RedisClient
 
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(Router, ServiceDiscovery) - Static method in class io.vertx.servicediscovery.rest.ServiceDiscoveryRestEndpoint
Creates the REST endpoint using the default root (/discovery).
create(Router, ServiceDiscovery, String) - Static method in class io.vertx.servicediscovery.rest.ServiceDiscoveryRestEndpoint
Creates the REST endpoint using the given root.
create(Vertx, ServiceDiscoveryOptions) - Static method in interface io.vertx.servicediscovery.ServiceDiscovery
Creates an instance of ServiceDiscovery.
create(Vertx) - Static method in interface io.vertx.servicediscovery.ServiceDiscovery
Creates a new instance of ServiceDiscovery using the default configuration.
createBlank(String) - Static method in interface io.vertx.ext.shell.cli.CliToken
Create a new blank token.
createBlank(String) - Static method in class io.vertx.rxjava.ext.shell.cli.CliToken
Create a new blank token.
createCollection(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoClient
Create a new collection
createCollection(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Create a new collection
createCollectionObservable(String) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Create a new collection
createConsumer(String) - Method in interface io.vertx.amqpbridge.AmqpBridge
Creates a consumer on the given AMQP address.
createConsumer(String) - Method in class io.vertx.rxjava.amqpbridge.AmqpBridge
Creates a consumer on the given AMQP address.
createDatagramSocket(DatagramSocketOptions) - Method in interface io.vertx.core.Vertx
Create a datagram socket using the specified options
createDatagramSocket() - Method in interface io.vertx.core.Vertx
Create a datagram socket using default options
createDatagramSocket(DatagramSocketOptions) - Method in class io.vertx.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
createDelegate(String) - Method in class io.vertx.core.logging.JULLogDelegateFactory
 
createDelegate(String) - Method in class io.vertx.core.logging.Log4j2LogDelegateFactory
 
createDelegate(String) - Method in class io.vertx.core.logging.Log4jLogDelegateFactory
 
createDelegate(String) - Method in class io.vertx.core.logging.SLF4JLogDelegateFactory
 
createDelegate(String) - Method in interface io.vertx.core.spi.logging.LogDelegateFactory
 
createDnsClient(int, String) - Method in interface io.vertx.core.Vertx
Create a DNS client to connect to a DNS server at the specified host and port
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
createEndpoint(String, int, int) - Method in interface io.vertx.core.spi.metrics.HttpClientMetrics
Provides metrics for a particular endpoint
createErrorFrame(String, Map<String, String>, String) - Static method in interface io.vertx.ext.stomp.Frames
 
createErrorFrame(String, Map<String, String>, String) - Static method in class io.vertx.rxjava.ext.stomp.Frames
 
createEventBusProxy(Vertx, String) - Static method in interface io.vertx.ext.mail.MailService
create a proxy of MailService that delegates to the mail service running somewhere else via the event bus
createEventBusProxy(Vertx, String) - Static method in class io.vertx.rxjava.ext.mail.MailService
create a proxy of MailService that delegates to the mail service running somewhere else via the event bus
createFile(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
Creates an empty file with the specified path, asynchronously.
createFile(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
Creates an empty file with the specified path and permissions perms, asynchronously.
createFile(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Creates an empty file with the specified path, asynchronously.
createFile(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Creates an empty file with the specified path and permissions perms, asynchronously.
createFileBlocking(String) - Method in interface io.vertx.core.file.FileSystem
createFileBlocking(String, String) - Method in interface io.vertx.core.file.FileSystem
createFileBlocking(String) - Method in class io.vertx.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
Creates an empty file with the specified path, asynchronously.
createFileObservable(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Creates an empty file with the specified path and permissions perms, asynchronously.
createHttpClient(HttpClientOptions) - Method in interface io.vertx.core.Vertx
Create a HTTP/HTTPS client using the specified options
createHttpClient() - Method in interface io.vertx.core.Vertx
Create a HTTP/HTTPS client using default options
createHttpClient(HttpClientOptions) - Method in class io.vertx.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
createHttpClientOptions(String) - Method in class io.vertx.ext.httpservicefactory.HttpServiceFactory
 
createHttpServer(HttpServerOptions) - Method in interface io.vertx.core.Vertx
Create an HTTP/HTTPS server using the specified options
createHttpServer() - Method in interface io.vertx.core.Vertx
Create an HTTP/HTTPS server using default options
createHttpServer(HttpServerOptions) - Method in class io.vertx.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 interface io.vertx.ext.shell.term.TermServer
Create a term server for the HTTP protocol.
createHttpTermServer(Vertx, HttpTermOptions) - Static method in interface io.vertx.ext.shell.term.TermServer
Create a term server for the HTTP protocol.
createHttpTermServer(Vertx, Router) - Static method in interface io.vertx.ext.shell.term.TermServer
Create a term server for the HTTP protocol, using an existing router.
createHttpTermServer(Vertx, Router, HttpTermOptions) - Static method in interface io.vertx.ext.shell.term.TermServer
Create a term server for the HTTP protocol, using an existing router.
createHttpTermServer(Vertx) - Static method in class io.vertx.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.
createInvalidFrameErrorFrame(FrameException) - Static method in interface io.vertx.ext.stomp.Frames
 
createJob(List<CliToken>) - Method in interface io.vertx.ext.shell.Shell
Create a job, the created job should then be executed with the Job.run() method.
createJob(String) - Method in interface io.vertx.ext.shell.Shell
createJob(Process, String) - Method in interface io.vertx.ext.shell.system.JobController
Create a job wrapping a process.
createJob(List<CliToken>) - Method in class io.vertx.rxjava.ext.shell.Shell
Create a job, the created job should then be executed with the Job.run() method.
createJob(String) - Method in class io.vertx.rxjava.ext.shell.Shell
createJob(Process, String) - Method in class io.vertx.rxjava.ext.shell.system.JobController
Create a job wrapping a process.
createKeycloak(Vertx, OAuth2FlowType, JsonObject) - Static method in interface io.vertx.ext.auth.oauth2.OAuth2Auth
Create a OAuth2 auth provider
createKeycloak(Vertx, OAuth2FlowType, JsonObject) - Static method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
Create a OAuth2 auth provider
createMetrics(EventBus) - Method in interface io.vertx.core.spi.metrics.VertxMetrics
Provides the event bus metrics SPI when the event bus is created.

createMetrics(HttpServer, SocketAddress, HttpServerOptions) - Method in interface io.vertx.core.spi.metrics.VertxMetrics
Provides the http server metrics SPI when an http server is created.

createMetrics(HttpClient, HttpClientOptions) - Method in interface io.vertx.core.spi.metrics.VertxMetrics
Provides the http client metrics SPI when an http client has been created.

createMetrics(NetServer, SocketAddress, NetServerOptions) - Method in interface io.vertx.core.spi.metrics.VertxMetrics
Provides the net server metrics SPI when a net server is created.

createMetrics(NetClient, NetClientOptions) - Method in interface io.vertx.core.spi.metrics.VertxMetrics
Provides the net client metrics SPI when a net client is created.

createMetrics(DatagramSocket, DatagramSocketOptions) - Method in interface io.vertx.core.spi.metrics.VertxMetrics
Provides the datagram/udp metrics SPI when a datagram socket is created.

createMetrics(P, String, String, int) - Method in interface io.vertx.core.spi.metrics.VertxMetrics
Provides the pool metrics SPI.
createNetClient(NetClientOptions) - Method in interface io.vertx.core.Vertx
Create a TCP/SSL client using the specified options
createNetClient() - Method in interface io.vertx.core.Vertx
Create a TCP/SSL client using default options
createNetClient(NetClientOptions) - Method in class io.vertx.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 interface io.vertx.core.Vertx
Create a TCP/SSL server using the specified options
createNetServer() - Method in interface io.vertx.core.Vertx
Create a TCP/SSL server using default options
createNetServer(NetServerOptions) - Method in class io.vertx.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, JsonObject) - Static method in interface io.vertx.ext.asyncsql.MySQLClient
Create a MySQL client which maintains its own pool.
createNonShared(Vertx, JsonObject) - Static method in interface io.vertx.ext.asyncsql.PostgreSQLClient
Create a PostgreSQL client which maintains its own pool.
createNonShared(Vertx, JsonObject) - Static method in interface io.vertx.ext.jdbc.JDBCClient
Create a JDBC client which maintains its own data source.
createNonShared(Vertx, MailConfig) - Static method in interface io.vertx.ext.mail.MailClient
create a non shared instance of the mail client
createNonShared(Vertx, JsonObject) - Static method in interface io.vertx.ext.mongo.MongoClient
Create a Mongo 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.
createOptimized(String) - Static method in class io.vertx.core.http.HttpHeaders
Create an optimized CharSequence which can be used as header name or value.
createPadding(int) - Static method in class io.vertx.core.cli.UsageMessageFormatter
Return a String of padding of length len.
createProcess() - Method in interface io.vertx.ext.shell.command.Command
Create a new process with empty arguments.
createProcess(List<CliToken>) - Method in interface io.vertx.ext.shell.command.Command
Create a new process with the passed arguments.
createProcess() - Method in class io.vertx.rxjava.ext.shell.command.Command
Create a new process with empty arguments.
createProcess(List<CliToken>) - Method in class io.vertx.rxjava.ext.shell.command.Command
Create a new process with the passed arguments.
createProducer(String) - Method in interface io.vertx.amqpbridge.AmqpBridge
Creates a producer to the given AMQP address.
createProducer(String) - Method in class io.vertx.rxjava.amqpbridge.AmqpBridge
Creates a producer to the given AMQP address.
createProvider(Vertx) - Method in interface io.vertx.ext.auth.AuthOptions
Create the suitable provider for this option.
createProvider(Vertx) - Method in class io.vertx.ext.auth.jdbc.JDBCAuthOptions
 
createProvider(Vertx) - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
 
createProvider(Vertx) - Method in class io.vertx.ext.auth.shiro.ShiroAuthOptions
 
createProxy(Class<T>, Vertx, String) - Static method in class io.vertx.serviceproxy.ProxyHelper
 
createProxy(Class<T>, Vertx, String, DeliveryOptions) - Static method in class io.vertx.serviceproxy.ProxyHelper
 
createReceiptFrame(String, Map<String, String>) - Static method in interface io.vertx.ext.stomp.Frames
 
createReceiptFrame(String, Map<String, String>) - Static method in class io.vertx.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, 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, String, JsonObject, JsonObject) - Static method in interface io.vertx.servicediscovery.types.DataSource
Create a record representing a data source.
createRecord(String, String, Class, JsonObject) - Static method in interface io.vertx.servicediscovery.types.EventBusService
Sugar method to creates a record for this type.
createRecord(String, String, String, JsonObject) - Static method in interface io.vertx.servicediscovery.types.EventBusService
Sugar method to creates a record for this type.
createRecord(String, String, Class) - Static method in interface io.vertx.servicediscovery.types.EventBusService
createRecord(String, String, int, String, JsonObject) - Static method in interface io.vertx.servicediscovery.types.HttpEndpoint
Convenient method to create a record for a HTTP endpoint.
createRecord(String, boolean, String, int, String, JsonObject) - Static method in interface io.vertx.servicediscovery.types.HttpEndpoint
Same as HttpEndpoint.createRecord(String, String, int, String, JsonObject) but let you configure whether or not the service is using https.
createRecord(String, String, int, String) - Static method in interface io.vertx.servicediscovery.types.HttpEndpoint
createRecord(String, String) - Static method in interface io.vertx.servicediscovery.types.HttpEndpoint
Same as HttpEndpoint.createRecord(String, String, int, String, JsonObject) but without metadata, using the port 80 and using "/" as root.
createRecord(String, JsonObject, JsonObject) - Static method in interface io.vertx.servicediscovery.types.JDBCDataSource
 
createRecord(String, String, String, JsonObject) - Static method in interface io.vertx.servicediscovery.types.MessageSource
Create a record representing a data producer.
createRecord(String, String, Class, JsonObject) - Static method in interface io.vertx.servicediscovery.types.MessageSource
Create a record representing a data producer.
createRecord(String, String, Class) - Static method in interface io.vertx.servicediscovery.types.MessageSource
createRecord(String, String, String) - Static method in interface io.vertx.servicediscovery.types.MessageSource
createRecord(String, String) - Static method in interface io.vertx.servicediscovery.types.MessageSource
Same as MessageSource.createRecord(String, String, Class, JsonObject) without additional metadata, and no type for the payload.
createRunnerForTestWithParameters(TestWithParameters) - Method in class io.vertx.ext.unit.junit.VertxUnitRunnerWithParametersFactory
 
createSession(long) - Method in interface io.vertx.ext.web.sstore.SessionStore
Create a new session
createSession(long) - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
Create a new session
createShared(Vertx, JsonObject, String) - Static method in interface io.vertx.ext.asyncsql.MySQLClient
Create a MySQL client which shares its data source with any other MySQL clients created with the same data source name
createShared(Vertx, JsonObject) - Static method in interface io.vertx.ext.asyncsql.MySQLClient
createShared(Vertx, JsonObject, String) - Static method in interface io.vertx.ext.asyncsql.PostgreSQLClient
Create a PostgreSQL client which shares its pool with any other MySQL clients created with the same pool name.
createShared(Vertx, JsonObject) - Static method in interface io.vertx.ext.asyncsql.PostgreSQLClient
createShared(Vertx, JsonObject, String) - Static method in interface io.vertx.ext.jdbc.JDBCClient
Create a JDBC client which shares its data source with any other JDBC clients created with the same data source name
createShared(Vertx, JsonObject) - Static method in interface io.vertx.ext.jdbc.JDBCClient
Like JDBCClient.createShared(io.vertx.core.Vertx, JsonObject, String) but with the default data source name
createShared(Vertx, MailConfig, String) - Static method in interface io.vertx.ext.mail.MailClient
Create a Mail client which shares its data source with any other Mongo clients created with the same pool name
createShared(Vertx, MailConfig) - Static method in interface io.vertx.ext.mail.MailClient
createShared(Vertx, JsonObject, String) - Static method in interface io.vertx.ext.mongo.MongoClient
Create a Mongo client which shares its data source with any other Mongo clients created with the same data source name
createShared(Vertx, JsonObject) - Static method in interface io.vertx.ext.mongo.MongoClient
createShared(Vertx, 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 data source with any other Mongo 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
createSharedWorkerExecutor(String) - Method in interface io.vertx.core.Vertx
createSharedWorkerExecutor(String, int) - Method in interface io.vertx.core.Vertx
createSharedWorkerExecutor(String, int, long) - Method in interface io.vertx.core.Vertx
Create a named worker executor, the executor should be closed when it's not needed anymore to release resources.

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

createSharedWorkerExecutor(String) - Method in class io.vertx.rxjava.core.Vertx
createSharedWorkerExecutor(String, int) - Method in class io.vertx.rxjava.core.Vertx
createSharedWorkerExecutor(String, int, long) - Method in class io.vertx.rxjava.core.Vertx
Create a named worker executor, the executor should be closed when it's not needed anymore to release resources.

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

createShell(Term) - Method in interface io.vertx.ext.shell.ShellServer
Create a new shell, the returned shell should be closed explicitely.
createShell() - Method in interface io.vertx.ext.shell.ShellServer
Create a new shell, the returned shell should be closed explicitely.
createShell(Term) - Method in class io.vertx.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 interface io.vertx.ext.shell.term.TermServer
Create a term server for the SSH protocol.
createSSHTermServer(Vertx, SSHTermOptions) - Static method in interface io.vertx.ext.shell.term.TermServer
Create a term server for the SSH protocol.
createSSHTermServer(Vertx) - Static method in class io.vertx.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.
createTelnetTermServer(Vertx) - Static method in interface io.vertx.ext.shell.term.TermServer
Create a term server for the Telnet protocol.
createTelnetTermServer(Vertx, TelnetTermOptions) - Static method in interface io.vertx.ext.shell.term.TermServer
Create a term server for the Telnet protocol.
createTelnetTermServer(Vertx) - Static method in class io.vertx.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.
createTest() - Method in class io.vertx.ext.unit.junit.VertxUnitRunnerWithParameters
 
createText(String) - Static method in interface io.vertx.ext.shell.cli.CliToken
Create a text token.
createText(String) - Static method in class io.vertx.rxjava.ext.shell.cli.CliToken
Create a text token.
createVerticle(String, ClassLoader) - Method in interface io.vertx.core.spi.VerticleFactory
Create a verticle instance.
createVerticle(String, ClassLoader) - Method in class io.vertx.lang.ruby.JRubyVerticleFactory
 
createVerticle(String, ClassLoader) - Method in class io.vertx.service.ServiceVerticleFactory
 
createWorker() - Method in class io.vertx.rx.java.ContextScheduler
 
creationTime() - Method in interface io.vertx.core.file.FileProps
The date the file was created
creationTime() - Method in class io.vertx.rxjava.core.file.FileProps
The date the file was created
CSRFHandler - Interface in io.vertx.ext.web.handler
This handler adds a CSRF token to requests which mutate state.
CSRFHandler - Class in io.vertx.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
 
currentContext() - Static method in interface io.vertx.core.Vertx
Gets the current context
currentContext() - Static method in class io.vertx.rxjava.core.Vertx
Gets the current context
currentRoute() - Method in interface io.vertx.ext.web.RoutingContext
 
currentRoute() - Method in class io.vertx.rxjava.ext.web.RoutingContext
 
customFrameHandler(Handler<HttpFrame>) - Method in interface io.vertx.core.http.HttpClientResponse
Set an custom frame handler.
customFrameHandler(Handler<HttpFrame>) - Method in interface io.vertx.core.http.HttpServerRequest
Set a custom frame handler.
customFrameHandler(Handler<HttpFrame>) - Method in class io.vertx.rxjava.core.http.HttpClientResponse
Set an custom frame handler.
customFrameHandler(Handler<HttpFrame>) - Method in class io.vertx.rxjava.core.http.HttpServerRequest
Set a custom frame handler.
customizeRemoteRepoBuilder(RemoteRepository.Builder) - Method in class io.vertx.maven.resolver.ResolverImpl
 

D

data() - Method in interface io.vertx.core.datagram.DatagramPacket
Returns the data of the DatagramPacket
data() - Method in interface io.vertx.ext.web.RoutingContext
 
data() - Method in interface io.vertx.ext.web.Session
 
data() - Method in class io.vertx.rxjava.core.datagram.DatagramPacket
Returns the data of the DatagramPacket
DatagramPacket - Interface in io.vertx.core.datagram
A received datagram packet (UDP) which contains the data and information about the sender of the data itself.
DatagramPacket - Class in io.vertx.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 - Interface in io.vertx.core.datagram
A datagram socket can be used to send DatagramPacket's to remote datagram servers and receive DatagramPackets .
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
 
DatagramSocketMetrics - Interface in io.vertx.core.spi.metrics
The datagram/udp metrics SPI which Vert.x will use to call when each event occurs pertaining to datagram sockets.

The thread model for the datagram socket depends on the actual context thats started the server.

DatagramSocketOptions - Class in io.vertx.core.datagram
Options used to configure a datagram socket.
DatagramSocketOptions() - Constructor for class io.vertx.core.datagram.DatagramSocketOptions
Default constructor
DatagramSocketOptions(DatagramSocketOptions) - Constructor for class io.vertx.core.datagram.DatagramSocketOptions
Copy constructor
DatagramSocketOptions(JsonObject) - Constructor for class io.vertx.core.datagram.DatagramSocketOptions
Constructor to create options from JSON
DataSource - Interface in io.vertx.servicediscovery.types
Parent interface for data source services.
DataSourceProvider - Interface in io.vertx.ext.jdbc.spi
 
DATE - Static variable in class io.vertx.core.http.HttpHeaders
Date header name
dbsize(Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Return the number of keys in the selected database
dbsize(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Return the number of keys in the selected database
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
Return the number of keys in the selected database
dbsizeObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Return the number of keys in the selected database
debug(Object) - Method in class io.vertx.core.logging.JULLogDelegate
 
debug(Object, Object...) - Method in class io.vertx.core.logging.JULLogDelegate
 
debug(Object, Throwable) - Method in class io.vertx.core.logging.JULLogDelegate
 
debug(Object, Throwable, Object...) - Method in class io.vertx.core.logging.JULLogDelegate
 
debug(Object) - Method in class io.vertx.core.logging.Log4j2LogDelegate
 
debug(Object, Object...) - Method in class io.vertx.core.logging.Log4j2LogDelegate
 
debug(Object, Throwable) - Method in class io.vertx.core.logging.Log4j2LogDelegate
 
debug(Object, Throwable, Object...) - Method in class io.vertx.core.logging.Log4j2LogDelegate
 
debug(Object) - Method in class io.vertx.core.logging.Log4jLogDelegate
 
debug(Object, Object...) - Method in class io.vertx.core.logging.Log4jLogDelegate
 
debug(Object, Throwable) - Method in class io.vertx.core.logging.Log4jLogDelegate
 
debug(Object, Throwable, Object...) - Method in class io.vertx.core.logging.Log4jLogDelegate
 
debug(Object) - Method in class io.vertx.core.logging.Logger
 
debug(Object, Throwable) - Method in class io.vertx.core.logging.Logger
 
debug(Object, Object...) - Method in class io.vertx.core.logging.Logger
 
debug(Object, Throwable, Object...) - Method in class io.vertx.core.logging.Logger
 
debug(Object) - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
debug(Object, Object...) - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
debug(Object, Throwable) - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
debug(Object, Throwable, Object...) - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
debug(Object) - Method in interface io.vertx.core.spi.logging.LogDelegate
 
debug(Object, Object...) - Method in interface io.vertx.core.spi.logging.LogDelegate
 
debug(Object, Throwable) - Method in interface io.vertx.core.spi.logging.LogDelegate
 
debug(Object, Throwable, Object...) - Method in interface io.vertx.core.spi.logging.LogDelegate
 
debugObject(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Get debugging information about a key
debugObject(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Get debugging information about a key
debugObject(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get debugging information about a key
debugObject(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get debugging information about a key
debugObjectObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
Get debugging information about a key
debugObjectObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get debugging information about a key
debugSegfault(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Make the server crash
debugSegfault(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Make the server crash
debugSegfault(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Make the server crash
debugSegfault(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Make the server crash
debugSegfaultObservable() - Method in class io.vertx.rxjava.redis.RedisClient
Make the server crash
debugSegfaultObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Make the server crash
DecodeException - Exception in io.vertx.core.json
Instances of this Exception are thrown if failed to decode a JSON string, because of invalid JSON.
DecodeException() - Constructor for exception io.vertx.core.json.DecodeException
 
DecodeException(String) - Constructor for exception io.vertx.core.json.DecodeException
 
decodeFromWire(int, Buffer) - Method in interface io.vertx.core.eventbus.MessageCodec
Called by Vert.x when a message is decoded from the wire.
decodeFromWire(int, Buffer) - Method in class io.vertx.serviceproxy.ServiceExceptionMessageCodec
 
decodeValue(String, Class<T>) - Static method in class io.vertx.core.json.Json
 
decr(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Decrement the integer value of a key by one
decr(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Decrement the integer value of a key by one
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 interface io.vertx.redis.RedisClient
Decrement the integer value of a key by the given number
decrby(String, long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Decrement the integer value of a key by the given number
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
Decrement the integer value of a key by the given number
decrbyObservable(String, long) - Method in class io.vertx.rxjava.redis.RedisTransaction
Decrement the integer value of a key by the given number
decrementAndGet(Handler<AsyncResult<Long>>) - Method in interface io.vertx.core.shareddata.Counter
Decrement the counter atomically and return the new count
decrementAndGet(Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.core.shareddata.Counter
Decrement the counter atomically and return the new count
decrementAndGetObservable() - Method in class io.vertx.rxjava.core.shareddata.Counter
Decrement the counter atomically and return the new count
decrObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
Decrement the integer value of a key by one
decrObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Decrement the integer value of a key by one
DEFAULT_ACCEPT_BACKLOG - Static variable in class io.vertx.core.eventbus.EventBusOptions
The default accept backlog = 1024
DEFAULT_ACCEPT_BACKLOG - Static variable in class io.vertx.core.net.NetServerOptions
The default accept backlog = 1024
DEFAULT_ADDRESS - Static variable in class io.vertx.ext.bridge.PermittedOptions
The default permitted address : null.
DEFAULT_ADDRESS - Static variable in class io.vertx.ext.web.handler.sockjs.PermittedOptions
The default permitted address : null.
DEFAULT_ADDRESS_REGEX - Static variable in class io.vertx.ext.bridge.PermittedOptions
The default permitted address regex : null.
DEFAULT_ADDRESS_REGEX - Static variable in class io.vertx.ext.web.handler.sockjs.PermittedOptions
The default permitted address regex : null.
DEFAULT_ALLOW_RCPT_ERRORS - Static variable in class io.vertx.ext.mail.MailConfig
 
DEFAULT_ALPN_VERSIONS - Static variable in class io.vertx.core.http.HttpClientOptions
Default Application-Layer Protocol Negotiation versions = [] (automatic according to protocol version)
DEFAULT_ALPN_VERSIONS - Static variable in class io.vertx.core.http.HttpServerOptions
Default Application-Layer Protocol Negotiation versions = [HTTP/2,HTTP/1.1]
DEFAULT_ALWAYS_ASYNC_FS - Static variable in interface io.vertx.ext.web.handler.StaticHandler
Default of whether async filesystem access should always be used
DEFAULT_ANNOUNCE_ADDRESS - Static variable in class io.vertx.servicediscovery.ServiceDiscoveryOptions
 
DEFAULT_ARG_NAME - Static variable in class io.vertx.core.cli.Argument
The default argument name displayed in the usage.
DEFAULT_ARG_NAME - Static variable in class io.vertx.core.cli.Option
Default name in the usage message.
DEFAULT_ARG_NAME - Static variable in class io.vertx.core.cli.UsageMessageFormatter
default name for an argument
DEFAULT_AUTHENTICATE_QUERY - Static variable in interface io.vertx.ext.auth.jdbc.JDBCAuth
The default query to be used for authentication
DEFAULT_BATCH_DELAY - Static variable in class io.vertx.ext.hawkular.VertxHawkularOptions
Default value for the maximum delay between two consecutive batches (in seconds) = 1.
DEFAULT_BATCH_SIZE - Static variable in class io.vertx.ext.hawkular.VertxHawkularOptions
Default value for the maximum number of metrics in a batch = 50.
DEFAULT_BLOCKED_THREAD_CHECK_INTERVAL - Static variable in class io.vertx.core.VertxOptions
The default value of blocked thread check interval = 1000 ms.
DEFAULT_BODY_LIMIT - Static variable in interface io.vertx.ext.web.handler.BodyHandler
Default max size for a request body.
DEFAULT_BROADCAST - Static variable in class io.vertx.core.datagram.DatagramSocketOptions
The default value of broadcast for the socket = false
DEFAULT_CACHE_ENTRY_TIMEOUT - Static variable in interface io.vertx.ext.web.handler.StaticHandler
Default cache entry timeout, when caching
DEFAULT_CACHE_MAX_TIME_TO_LIVE - Static variable in class io.vertx.core.dns.AddressResolverOptions
 
DEFAULT_CACHE_MIN_TIME_TO_LIVE - Static variable in class io.vertx.core.dns.AddressResolverOptions
 
DEFAULT_CACHE_NEGATIVE_TIME_TO_LIVE - Static variable in class io.vertx.core.dns.AddressResolverOptions
 
DEFAULT_CACHING_ENABLED - Static variable in interface io.vertx.ext.web.handler.StaticHandler
Default of whether cache header handling is enabled
DEFAULT_CHARSET - Static variable in interface io.vertx.ext.asyncsql.MySQLClient
The default charset.
DEFAULT_CHARSET - Static variable in interface io.vertx.ext.asyncsql.PostgreSQLClient
The default charset.
DEFAULT_CHARSET - Static variable in class io.vertx.ext.shell.term.HttpTermOptions
 
DEFAULT_CHARSET - Static variable in class io.vertx.ext.shell.term.TelnetTermOptions
 
DEFAULT_CLIENT_AUTH - Static variable in class io.vertx.core.eventbus.EventBusOptions
Default value of whether client auth is required (SSL/TLS) = No
DEFAULT_CLIENT_AUTH - Static variable in class io.vertx.core.net.NetServerOptions
Default value of whether client auth is required (SSL/TLS) = No
DEFAULT_CLUSTER_HOST - Static variable in class io.vertx.core.VertxOptions
The default hostname to use when clustering = "localhost"
DEFAULT_CLUSTER_PING_INTERVAL - Static variable in class io.vertx.core.VertxOptions
The default value of cluster ping interval = 20000 ms.
DEFAULT_CLUSTER_PING_REPLY_INTERVAL - Static variable in class io.vertx.core.VertxOptions
The default value of cluster ping reply interval = 20000 ms.
DEFAULT_CLUSTER_PORT - Static variable in class io.vertx.core.VertxOptions
The default port to use when clustering = 0 (meaning assign a random port)
DEFAULT_CLUSTER_PUBLIC_HOST - Static variable in class io.vertx.core.VertxOptions
The default cluster public host to use = null which means use the same as the cluster host
DEFAULT_CLUSTER_PUBLIC_PORT - Static variable in class io.vertx.core.VertxOptions
The default cluster public port to use = -1 which means use the same as the cluster port
DEFAULT_CLUSTERED - Static variable in class io.vertx.core.VertxOptions
The default value of whether Vert.x is clustered = false.
DEFAULT_COLLECTION_NAME - Static variable in interface io.vertx.ext.auth.mongo.MongoAuth
The default name of the collection to be used
DEFAULT_COMPRESSION_SUPPORTED - Static variable in class io.vertx.core.http.HttpServerOptions
Default value of whether compression is supported = false
DEFAULT_CONFIG_FILE - Static variable in class io.vertx.spi.cluster.jgroups.JGroupsClusterManager
 
DEFAULT_CONNECT_TIMEOUT - Static variable in class io.vertx.core.eventbus.EventBusOptions
The default value of connect timeout = 60000 ms
DEFAULT_CONNECT_TIMEOUT - Static variable in class io.vertx.core.net.ClientOptionsBase
The default value of connect timeout = 60000 ms
DEFAULT_CONNECT_TIMEOUT - Static variable in interface io.vertx.ext.asyncsql.MySQLClient
The default timeout for connect.
DEFAULT_CONNECT_TIMEOUT - Static variable in interface io.vertx.ext.asyncsql.PostgreSQLClient
The default timeout for connect.
DEFAULT_CONNECTION_TIMEOUT - Static variable in class io.vertx.ext.mail.MailServiceVertxProxyHandler
 
DEFAULT_CONNECTION_TIMEOUT - Static variable in class io.vertx.serviceproxy.ProxyHelper
 
DEFAULT_CONTENT_TYPE - Static variable in interface io.vertx.ext.web.handler.TemplateHandler
The default content type header to be used in the response
DEFAULT_COOKIE_HTTP_ONLY_FLAG - Static variable in interface io.vertx.ext.web.handler.SessionHandler
Default of whether the cookie has the HttpOnly flag set More info: https://www.owasp.org/index.php/HttpOnly
DEFAULT_COOKIE_NAME - Static variable in interface io.vertx.ext.web.handler.CSRFHandler
 
DEFAULT_COOKIE_SECURE_FLAG - Static variable in interface io.vertx.ext.web.handler.SessionHandler
Default of whether the cookie has the 'secure' flag set to allow transmission over https only.
DEFAULT_CREATE - Static variable in class io.vertx.core.file.OpenOptions
 
DEFAULT_CREATENEW - Static variable in class io.vertx.core.file.OpenOptions
 
DEFAULT_CREDENTIAL_PASSWORD_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuth
The default name of the property for the password, like it is transported in credentials by method AuthProvider.authenticate(JsonObject, Handler)
DEFAULT_CREDENTIAL_USERNAME_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuth
The default name of the property for the username, like it is transported in credentials by method AuthProvider.authenticate(JsonObject, Handler)
DEFAULT_DATABASE - Static variable in interface io.vertx.ext.asyncsql.MySQLClient
The default database.
DEFAULT_DATABASE - Static variable in interface io.vertx.ext.asyncsql.PostgreSQLClient
The default database name.
DEFAULT_DB_NAME - Static variable in interface io.vertx.ext.mongo.MongoClient
The name of the default database
DEFAULT_DEFAULT_CHARSET - Static variable in class io.vertx.ext.shell.term.SSHTermOptions
 
DEFAULT_DEFAULT_HOST - Static variable in class io.vertx.core.http.HttpClientOptions
The default value for host name = "localhost"
DEFAULT_DEFAULT_PORT - Static variable in class io.vertx.core.http.HttpClientOptions
The default value for port = 80
DEFAULT_DELETE_UPLOADED_FILES_ON_END - Static variable in interface io.vertx.ext.web.handler.BodyHandler
Default value of whether uploaded files should be removed after handling the request
DEFAULT_DELETEONCLOSE - Static variable in class io.vertx.core.file.OpenOptions
 
DEFAULT_DESC_PAD - Static variable in class io.vertx.core.cli.UsageMessageFormatter
number of space characters to be prefixed to each description line
DEFAULT_DIRECTORY_LISTING - Static variable in interface io.vertx.ext.web.handler.StaticHandler
Default of whether directory listing is enabled
DEFAULT_DIRECTORY_TEMPLATE - Static variable in interface io.vertx.ext.web.handler.StaticHandler
Default template file to use for directory listing
DEFAULT_DISABLE_ESMTP - Static variable in class io.vertx.ext.mail.MailConfig
 
DEFAULT_DISPLAY_EXCEPTION_DETAILS - Static variable in interface io.vertx.ext.web.handler.ErrorHandler
Should exception details be displayed by default?
DEFAULT_DOCMATCHED - Static variable in class io.vertx.ext.mongo.MongoClientUpdateResult
The default value is 0, signifying no match
DEFAULT_DOCMODIFIED - Static variable in class io.vertx.ext.mongo.MongoClientUpdateResult
The default value is 0, signifying no document is modified
DEFAULT_DS_NAME - Static variable in interface io.vertx.ext.asyncsql.PostgreSQLClient
The default name used for the PostGreSQL pool.
DEFAULT_DS_NAME - Static variable in interface io.vertx.ext.jdbc.JDBCClient
The name of the default data source
DEFAULT_DSYNC - Static variable in class io.vertx.core.file.OpenOptions
 
DEFAULT_ENABLE_FS_TUNING - Static variable in interface io.vertx.ext.web.handler.StaticHandler
Default of whether fs async/sync tuning should be used
DEFAULT_ENABLE_PUSH - Static variable in class io.vertx.core.http.Http2Settings
Default HTTP/2 spec value for Http2Settings.isPushEnabled() : true
DEFAULT_ENABLED - Static variable in class io.vertx.ext.hawkular.AuthenticationOptions
The default value to enable / disable authentication.
DEFAULT_ERROR_HANDLER_TEMPLATE - Static variable in interface io.vertx.ext.web.handler.ErrorHandler
The default template to use for rendering
DEFAULT_ERRORCODE - Static variable in interface io.vertx.ext.web.handler.TimeoutHandler
The default error code
DEFAULT_EVENT_LOOP_POOL_SIZE - Static variable in class io.vertx.core.VertxOptions
The default number of event loop threads to be used = 2 * number of cores on the machine
DEFAULT_EXTRA_SETTINGS - Static variable in class io.vertx.core.http.Http2Settings
Default HTTP/2 spec value for Http2Settings.getExtraSettings() : null
DEFAULT_FILES_READ_ONLY - Static variable in interface io.vertx.ext.web.handler.StaticHandler
Default value of whether files are read -only and never will be updated
DEFAULT_FORMAT - Static variable in class io.vertx.ext.unit.report.ReportOptions
The simple format is the default format value.
DEFAULT_FORMAT - Static variable in interface io.vertx.ext.web.handler.LoggerHandler
 
DEFAULT_HA - Static variable in class io.vertx.core.DeploymentOptions
 
DEFAULT_HA_ENABLED - Static variable in class io.vertx.core.VertxOptions
The default value of HA enabled = false
DEFAULT_HA_GROUP - Static variable in class io.vertx.core.VertxOptions
The default value of Ha group is "__DEFAULT__"
DEFAULT_HANDLE_100_CONTINE_AUTOMATICALLY - Static variable in class io.vertx.core.http.HttpServerOptions
Default value of whether 100-Continue should be handled automatically
DEFAULT_HEADER_NAME - Static variable in interface io.vertx.ext.web.handler.CSRFHandler
 
DEFAULT_HEADER_TABLE_SIZE - Static variable in class io.vertx.core.http.Http2Settings
Default HTTP/2 spec value for Http2Settings.getHeaderTableSize() : 4096
DEFAULT_HEADERS_COPY - Static variable in class io.vertx.camel.CamelMapping
 
DEFAULT_HEARTBEAT_INTERVAL - Static variable in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
 
DEFAULT_HOST - Static variable in class io.vertx.core.eventbus.EventBusOptions
The default host to listen on = "0.0.0.0" (meaning listen on all available interfaces).
DEFAULT_HOST - Static variable in class io.vertx.core.net.NetServerOptions
The default host to listen on = "0.0.0.0" (meaning listen on all available interfaces).
DEFAULT_HOST - Static variable in class io.vertx.core.net.ProxyOptions
The default hostname for proxy connect = "localhost"
DEFAULT_HOST - Static variable in interface io.vertx.ext.asyncsql.MySQLClient
The default host.
DEFAULT_HOST - Static variable in interface io.vertx.ext.asyncsql.PostgreSQLClient
The default host.
DEFAULT_HOST - Static variable in class io.vertx.ext.hawkular.VertxHawkularOptions
The default Hawkular server host = localhost.
DEFAULT_HOST - Static variable in class io.vertx.ext.mail.MailConfig
 
DEFAULT_HOST - Static variable in class io.vertx.ext.shell.term.SSHTermOptions
 
DEFAULT_HOSTNAME_VERIFICATION_ALGORITHM - Static variable in class io.vertx.core.net.NetClientOptions
Default value to determine hostname verification algorithm hostname verification (for SSL/TLS) = ""
DEFAULT_HTTP2_CLEAR_TEXT_UPGRADE - Static variable in class io.vertx.core.http.HttpClientOptions
Default using HTTP/1.1 upgrade for establishing an h2C connection = true
DEFAULT_HTTP2_CONNECTION_WINDOW_SIZE - Static variable in class io.vertx.core.http.HttpClientOptions
The default connection window size for HTTP/2 = -1
DEFAULT_HTTP2_CONNECTION_WINDOW_SIZE - Static variable in class io.vertx.core.http.HttpServerOptions
 
DEFAULT_HTTP2_MAX_POOL_SIZE - Static variable in class io.vertx.core.http.HttpClientOptions
The default maximum number of connections an HTTP/2 client will pool = 1
DEFAULT_HTTP2_MULTIPLEXING_LIMIT - Static variable in class io.vertx.core.http.HttpClientOptions
The default maximum number of concurrent streams per connection for HTTP/2 = -1
DEFAULT_IDLE_TIMEOUT - Static variable in class io.vertx.core.net.TCPSSLOptions
Default idle timeout = 0
DEFAULT_IN_BINARY - Static variable in class io.vertx.ext.shell.term.TelnetTermOptions
 
DEFAULT_INCLUDE_HIDDEN - Static variable in interface io.vertx.ext.web.handler.StaticHandler
Default of whether hidden files can be served
DEFAULT_INDEX_PAGE - Static variable in interface io.vertx.ext.web.handler.StaticHandler
The default index page
DEFAULT_INITIAL_SETTINGS_MAX_CONCURRENT_STREAMS - Static variable in class io.vertx.core.http.HttpServerOptions
The default inital settings max concurrent stream for an HTTP/2 server = 100
DEFAULT_INITIAL_WINDOW_SIZE - Static variable in class io.vertx.core.http.Http2Settings
Default HTTP/2 spec value for Http2Settings.getInitialWindowSize() : 65535
DEFAULT_INPUTRC - Static variable in class io.vertx.ext.shell.term.HttpTermOptions
 
DEFAULT_INPUTRC - Static variable in class io.vertx.ext.shell.term.SSHTermOptions
 
DEFAULT_INPUTRC - Static variable in class io.vertx.ext.shell.term.TelnetTermOptions
 
DEFAULT_INSERT_JSESSIONID - Static variable in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
 
DEFAULT_INSTANCES - Static variable in class io.vertx.core.DeploymentOptions
 
DEFAULT_INTERNAL_BLOCKING_POOL_SIZE - Static variable in class io.vertx.core.VertxOptions
The default number of threads in the internal blocking pool (used by some internal operations) = 20
DEFAULT_IPV6 - Static variable in class io.vertx.core.datagram.DatagramSocketOptions
The default value of use IP v6 = false
DEFAULT_ISOLATION_GROUP - Static variable in class io.vertx.core.DeploymentOptions
 
DEFAULT_JMX_ENABLED - Static variable in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
The default value of JMX enabled = false
DEFAULT_KEEP_ALIVE - Static variable in class io.vertx.core.http.HttpClientOptions
Default value of whether keep-alive is enabled = true
DEFAULT_KEEP_ALIVE - Static variable in class io.vertx.ext.mail.MailConfig
 
DEFAULT_LEFT_PAD - Static variable in class io.vertx.core.cli.UsageMessageFormatter
default padding to the left of each line
DEFAULT_LIBRARY_URL - Static variable in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
 
DEFAULT_LIMIT - Static variable in class io.vertx.ext.mongo.FindOptions
The default value of limit = -1, signifying no limit
DEFAULT_LOG_ENABLED - Static variable in class io.vertx.core.net.NetworkOptions
The default log enabled = false
DEFAULT_LOGIN - Static variable in class io.vertx.ext.mail.MailConfig
 
DEFAULT_LOGIN_REDIRECT_URL - Static variable in interface io.vertx.ext.web.handler.RedirectAuthHandler
Default path the user will be redirected to
DEFAULT_LONG_OPT_PREFIX - Static variable in class io.vertx.core.cli.UsageMessageFormatter
default prefix for long Option
DEFAULT_LONG_OPT_SEPARATOR - Static variable in class io.vertx.core.cli.UsageMessageFormatter
default separator displayed between a long Option and its value
DEFAULT_LOOPBACK_MODE_DISABLED - Static variable in class io.vertx.core.datagram.DatagramSocketOptions
The default value of loopback disabled = true
DEFAULT_MATCH - Static variable in class io.vertx.ext.bridge.PermittedOptions
The default permitted match : null.
DEFAULT_MATCH - Static variable in class io.vertx.ext.web.handler.sockjs.PermittedOptions
The default permitted match : null.
DEFAULT_MAX_ADDRESS_LENGTH - Static variable in class io.vertx.ext.web.handler.sockjs.BridgeOptions
Default value for max address length = 200
DEFAULT_MAX_AGE_SECONDS - Static variable in interface io.vertx.ext.web.handler.FaviconHandler
The default max age in seconds as set in the cache-control header
DEFAULT_MAX_AGE_SECONDS - Static variable in interface io.vertx.ext.web.handler.StaticHandler
Default max age for cache headers
DEFAULT_MAX_AVG_SERVE_TIME_NS - Static variable in interface io.vertx.ext.web.handler.StaticHandler
Default max avg serve time, in ns, over which serving will be considered slow
DEFAULT_MAX_BODY_LENGTH - Static variable in class io.vertx.ext.stomp.StompServerOptions
 
DEFAULT_MAX_BYTES_STREAMING - Static variable in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
 
DEFAULT_MAX_CACHE_SIZE - Static variable in interface io.vertx.ext.web.handler.StaticHandler
The default max cache size
DEFAULT_MAX_CACHE_SIZE - Static variable in interface io.vertx.ext.web.templ.HandlebarsTemplateEngine
Default max number of templates to cache
DEFAULT_MAX_CACHE_SIZE - Static variable in interface io.vertx.ext.web.templ.JadeTemplateEngine
Default max number of templates to cache
DEFAULT_MAX_CACHE_SIZE - Static variable in interface io.vertx.ext.web.templ.MVELTemplateEngine
Default max number of templates to cache
DEFAULT_MAX_CHUNK_SIZE - Static variable in class io.vertx.core.http.HttpClientOptions
Default max HTTP chunk size = 8192
DEFAULT_MAX_CHUNK_SIZE - Static variable in class io.vertx.core.http.HttpServerOptions
Default max HTTP chunk size = 8192
DEFAULT_MAX_CONCURRENT_STREAMS - Static variable in class io.vertx.core.http.Http2Settings
Default HTTP/2 spec value for Http2Settings.getMaxConcurrentStreams() : 0xFFFFFFFFL
DEFAULT_MAX_EVENT_LOOP_EXECUTE_TIME - Static variable in class io.vertx.core.VertxOptions
The default value of max event loop execute time = 2000000000 ns (2 seconds)
DEFAULT_MAX_FAILURES - Static variable in class io.vertx.circuitbreaker.CircuitBreakerOptions
Default number of failures.
DEFAULT_MAX_FRAME_IN_TRANSACTION - Static variable in class io.vertx.ext.stomp.StompServerOptions
 
DEFAULT_MAX_FRAME_SIZE - Static variable in class io.vertx.core.http.Http2Settings
Default HTTP/2 spec value for Http2Settings.getMaxFrameSize() : 16384
DEFAULT_MAX_HANDLERS_PER_SOCKET - Static variable in class io.vertx.ext.web.handler.sockjs.BridgeOptions
Default value for max handlers per socket = 1000
DEFAULT_MAX_HEADER_LENGTH - Static variable in class io.vertx.ext.stomp.StompServerOptions
 
DEFAULT_MAX_HEADER_LIST_SIZE - Static variable in class io.vertx.core.http.Http2Settings
Default HTTP/2 spec value for Http2Settings.getMaxHeaderListSize() : Integer.MAX_VALUE
DEFAULT_MAX_HEADER_SIZE - Static variable in class io.vertx.core.http.HttpServerOptions
Default max length of all headers = 8192
DEFAULT_MAX_HEADERS - Static variable in class io.vertx.ext.stomp.StompServerOptions
 
DEFAULT_MAX_INITIAL_LINE_LENGTH - Static variable in class io.vertx.core.http.HttpServerOptions
Default max length of the initial line (e.g.
DEFAULT_MAX_POOL_SIZE - Static variable in class io.vertx.core.http.HttpClientOptions
The default maximum number of HTTP/1 connections a client will pool = 5
DEFAULT_MAX_POOL_SIZE - Static variable in class io.vertx.ext.mail.MailConfig
 
DEFAULT_MAX_QUERIES - Static variable in class io.vertx.core.dns.AddressResolverOptions
 
DEFAULT_MAX_SUBSCRIPTIONS_BY_CLIENT - Static variable in class io.vertx.ext.stomp.StompServerOptions
 
DEFAULT_MAX_WAIT_QUEUE_SIZE - Static variable in class io.vertx.core.http.HttpClientOptions
Default max wait queue size = -1 (unbounded)
DEFAULT_MAX_WEBSOCKET_FRAME_SIZE - Static variable in class io.vertx.core.http.HttpClientOptions
The default value for maximum websocket frame size = 65536 bytes
DEFAULT_MAX_WEBSOCKET_FRAME_SIZE - Static variable in class io.vertx.core.http.HttpServerOptions
Default max websocket framesize = 65536
DEFAULT_MAX_WORKER_EXECUTE_TIME - Static variable in class io.vertx.core.VertxOptions
The default value of max worker execute time = 60000000000 ns (60 seconds)
DEFAULT_MERGE_FORM_ATTRIBUTES - Static variable in interface io.vertx.ext.web.handler.BodyHandler
Default value of whether form attributes should be merged into request params
DEFAULT_METRICS_BRIDGE_ADDRESS - Static variable in class io.vertx.ext.hawkular.VertxHawkularOptions
Default event bus address where applications can send business-related metrics.
DEFAULT_METRICS_BRIDGE_ENABLED - Static variable in class io.vertx.ext.hawkular.VertxHawkularOptions
The default value to enable / disable the metrics bridge.
DEFAULT_METRICS_ENABLED - Static variable in class io.vertx.core.metrics.MetricsOptions
The default value of metrics enabled false
DEFAULT_METRICS_NAME - Static variable in class io.vertx.core.net.ClientOptionsBase
The default value of the client metrics = "":
DEFAULT_METRICS_URI - Static variable in class io.vertx.ext.hawkular.VertxHawkularOptions
The default Hawkular Metrics service URI = /hawkular/metrics.
DEFAULT_MONITORED_HANDLERS - Static variable in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
The default monitored handlers : empty by default
DEFAULT_MONITORED_HTTP_CLIENT_URIS - Static variable in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
The default monitored http client uris : empty by default
DEFAULT_MONITORED_HTTP_SERVER_URIS - Static variable in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
The default monitored http server uris : empty by default
DEFAULT_MULTI - Static variable in class io.vertx.ext.mongo.UpdateOptions
The default value of multi = false
DEFAULT_MULTI_THREADED - Static variable in class io.vertx.core.DeploymentOptions
 
DEFAULT_MULTICAST_NETWORK_INTERFACE - Static variable in class io.vertx.core.datagram.DatagramSocketOptions
The default value of multicast network interface = null
DEFAULT_MULTICAST_TIME_TO_LIVE - Static variable in class io.vertx.core.datagram.DatagramSocketOptions
The default value of multicast disabled = -1
DEFAULT_NAG_HTTPS - Static variable in interface io.vertx.ext.web.handler.SessionHandler
Default of whether a nagging log warning should be written if the session handler is accessed over HTTP, not HTTPS
DEFAULT_OPT_PREFIX - Static variable in class io.vertx.core.cli.UsageMessageFormatter
default prefix for shortOpts
DEFAULT_OPT_RESOURCE_ENABLED - Static variable in class io.vertx.core.dns.AddressResolverOptions
DEFAULT_OUT_BINARY - Static variable in class io.vertx.ext.shell.term.TelnetTermOptions
 
DEFAULT_PASSWORD - Static variable in interface io.vertx.ext.asyncsql.MySQLClient
The default database password.
DEFAULT_PASSWORD - Static variable in interface io.vertx.ext.asyncsql.PostgreSQLClient
The default user password.
DEFAULT_PASSWORD_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuth
The default name of the property for the password, like it is stored in mongodb
DEFAULT_PASSWORD_PARAM - Static variable in interface io.vertx.ext.web.handler.FormLoginHandler
The default value of the form attribute which will contain the password
DEFAULT_PERMISSION_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuth
The default name of the property for the permissions, like it is stored in mongodb.
DEFAULT_PERMISSIONS_QUERY - Static variable in interface io.vertx.ext.auth.jdbc.JDBCAuth
The default query to retrieve all permissions for the role
DEFAULT_PERMS - Static variable in class io.vertx.core.file.OpenOptions
 
DEFAULT_PING_TIMEOUT - Static variable in class io.vertx.ext.web.handler.sockjs.BridgeOptions
Default value for ping timeout = 10000 ms
DEFAULT_PIPELINING - Static variable in class io.vertx.core.http.HttpClientOptions
Default value of whether pipe-lining is enabled = false
DEFAULT_PIPELINING_LIMIT - Static variable in class io.vertx.core.http.HttpClientOptions
The default maximum number of requests an HTTP/1.1 pipe-lined connection can send = 10
DEFAULT_POINT_TO_POINT - Static variable in class io.vertx.ext.stomp.BridgeOptions
 
DEFAULT_POOL_NAME - Static variable in interface io.vertx.ext.asyncsql.MySQLClient
The default name used for the MySQL pool.
DEFAULT_POOL_NAME - Static variable in interface io.vertx.ext.mail.MailClient
The name of the default pool
DEFAULT_POOL_NAME - Static variable in interface io.vertx.ext.mongo.MongoClient
The name of the default pool
DEFAULT_PORT - Static variable in class io.vertx.core.eventbus.EventBusOptions
The default port to listen on = 0 (meaning a random ephemeral free port will be chosen)
DEFAULT_PORT - Static variable in class io.vertx.core.http.HttpServerOptions
Default port the server will listen on = 80
DEFAULT_PORT - Static variable in class io.vertx.core.net.NetServerOptions
The default port to listen on = 0 (meaning a random ephemeral free port will be chosen)
DEFAULT_PORT - Static variable in class io.vertx.core.net.ProxyOptions
The default port for proxy connect = 3128 3128 is the default port for e.g.
DEFAULT_PORT - Static variable in interface io.vertx.ext.asyncsql.MySQLClient
The default port.
DEFAULT_PORT - Static variable in interface io.vertx.ext.asyncsql.PostgreSQLClient
The default port.
DEFAULT_PORT - Static variable in class io.vertx.ext.hawkular.VertxHawkularOptions
The default Hawkular server port = 8080.
DEFAULT_PORT - Static variable in class io.vertx.ext.mail.MailConfig
 
DEFAULT_PORT - Static variable in class io.vertx.ext.shell.term.SSHTermOptions
 
DEFAULT_PREFIX - Static variable in class io.vertx.ext.hawkular.VertxHawkularOptions
The default metric name prefix (empty).
DEFAULT_PROTOCOL_VERSION - Static variable in class io.vertx.core.http.HttpClientOptions
The default protocol version = HTTP/1.1
DEFAULT_PROVIDER_CLASS - Static variable in interface io.vertx.ext.jdbc.JDBCClient
The default data source provider is C3P0
DEFAULT_PUBLISH - Static variable in class io.vertx.camel.InboundMapping
The default value of the "publish" property.
DEFAULT_QUERY_TIMEOUT - Static variable in class io.vertx.core.dns.AddressResolverOptions
 
DEFAULT_QUORUM_SIZE - Static variable in class io.vertx.core.VertxOptions
The default value of quorum size = 1
DEFAULT_RANGE_SUPPORT - Static variable in interface io.vertx.ext.web.handler.StaticHandler
Default of whether Range request handling support should be used
DEFAULT_RD_FLAG - Static variable in class io.vertx.core.dns.AddressResolverOptions
 
DEFAULT_READ - Static variable in class io.vertx.core.file.OpenOptions
 
DEFAULT_REALM - Static variable in interface io.vertx.ext.web.handler.BasicAuthHandler
The default realm to use
DEFAULT_REAPER_INTERVAL - Static variable in class io.vertx.ext.shell.ShellServerOptions
Default of how often, in ms, to check for expired sessions
DEFAULT_REAPER_INTERVAL - Static variable in interface io.vertx.ext.web.sstore.LocalSessionStore
Default of how often, in ms, to check for expired sessions
DEFAULT_RECEIVE_BUFFER_SIZE - Static variable in class io.vertx.core.net.NetworkOptions
The default value of TCP receive buffer size
DEFAULT_RECONNECT_ATTEMPTS - Static variable in class io.vertx.core.eventbus.EventBusOptions
The default value for reconnect attempts = 0
DEFAULT_RECONNECT_ATTEMPTS - Static variable in class io.vertx.core.net.NetClientOptions
The default value for reconnect attempts = 0
DEFAULT_RECONNECT_INTERVAL - Static variable in class io.vertx.core.eventbus.EventBusOptions
The default value for reconnect interval = 1000 ms
DEFAULT_RECONNECT_INTERVAL - Static variable in class io.vertx.core.net.NetClientOptions
The default value for reconnect interval = 1000 ms
DEFAULT_REMOVEDCOUNT - Static variable in class io.vertx.ext.mongo.MongoClientDeleteResult
The default value is 0, signifying no document is removed
DEFAULT_REPLY_TIMEOUT - Static variable in class io.vertx.ext.web.handler.sockjs.BridgeOptions
Default value for reply timeout = 30000
DEFAULT_REQUIRED_AUTHORITY - Static variable in class io.vertx.ext.web.handler.sockjs.PermittedOptions
The default permitted required authority : null.
DEFAULT_RETRY_TIMEOUT - Static variable in interface io.vertx.ext.web.sstore.ClusteredSessionStore
Default retry time out, in ms, for a session not found in this store.
DEFAULT_RETURN_URL_PARAM - Static variable in interface io.vertx.ext.web.handler.FormLoginHandler
The default value of the form attribute which will contain the return url
DEFAULT_RETURN_URL_PARAM - Static variable in interface io.vertx.ext.web.handler.RedirectAuthHandler
Default name of param used to store return url information in session
DEFAULT_REUSE_ADDRESS - Static variable in class io.vertx.core.datagram.DatagramSocketOptions
The default value of reuse address = false
DEFAULT_REUSE_ADDRESS - Static variable in class io.vertx.core.net.NetworkOptions
The default value of reuse address
DEFAULT_ROLE_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuth
The default name of the property for the roles, like it is stored in mongodb.
DEFAULT_ROLE_PREFIX - Static variable in interface io.vertx.ext.auth.jdbc.JDBCAuth
The default role prefix
DEFAULT_ROLE_PREFIX - Static variable in interface io.vertx.ext.auth.shiro.ShiroAuth
The default role prefix
DEFAULT_ROLES_QUERY - Static variable in interface io.vertx.ext.auth.jdbc.JDBCAuth
The default query to retrieve all roles for the user
DEFAULT_ROOT - Static variable in class io.vertx.servicediscovery.rest.ServiceDiscoveryRestEndpoint
 
DEFAULT_ROOT_FILESYSTEM_ACCESS - Static variable in interface io.vertx.ext.web.handler.StaticHandler
Default of whether access to the root of the file system should be allowed or just allow from the current working directory.
DEFAULT_SALT_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuth
The default name of the property for the salt field
DEFAULT_SCHEDULE - Static variable in class io.vertx.ext.hawkular.VertxHawkularOptions
Default value for metric collection interval (in seconds) = 1.
DEFAULT_SEND_BUFFER_SIZE - Static variable in class io.vertx.core.net.NetworkOptions
The default value of TCP send buffer size
DEFAULT_SERVERS - Static variable in class io.vertx.core.dns.AddressResolverOptions
The default list of DNS servers = null (uses system name server's list like resolve.conf otherwise Google Public DNS)
DEFAULT_SESSION_CACHE_ENABLED - Static variable in class io.vertx.core.net.OpenSSLEngineOptions
Default value of whether session cache is enabled in open SSL session server context = true
DEFAULT_SESSION_COOKIE_NAME - Static variable in interface io.vertx.ext.web.handler.SessionHandler
Default name of session cookie
DEFAULT_SESSION_MAP_NAME - Static variable in interface io.vertx.ext.web.sstore.ClusteredSessionStore
The default name used for the session map
DEFAULT_SESSION_MAP_NAME - Static variable in interface io.vertx.ext.web.sstore.LocalSessionStore
Default name for map used to store sessions
DEFAULT_SESSION_TIMEOUT - Static variable in class io.vertx.ext.shell.ShellServerOptions
Default time, in ms, that a shell session lasts for without being accessed before expiring.
DEFAULT_SESSION_TIMEOUT - Static variable in interface io.vertx.ext.web.handler.SessionHandler
Default time, in ms, that a session lasts for without being accessed before expiring.
DEFAULT_SESSION_TIMEOUT - Static variable in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
 
DEFAULT_SKIP - Static variable in class io.vertx.ext.mongo.FindOptions
The default value of skip = 0
DEFAULT_SO_LINGER - Static variable in class io.vertx.core.net.TCPSSLOptions
The default value of SO_linger = -1
DEFAULT_SPARSE - Static variable in class io.vertx.core.file.OpenOptions
 
DEFAULT_SSL - Static variable in class io.vertx.core.net.TCPSSLOptions
SSL enable by default = false
DEFAULT_SSL - Static variable in class io.vertx.ext.mail.MailConfig
 
DEFAULT_SSL_ENGINE - Static variable in class io.vertx.core.net.TCPSSLOptions
The default SSL engine options = null (autoguess)
DEFAULT_STOMP_HEARTBEAT - Static variable in interface io.vertx.ext.stomp.StompOptions
 
DEFAULT_STOMP_HOST - Static variable in interface io.vertx.ext.stomp.StompOptions
 
DEFAULT_STOMP_PORT - Static variable in interface io.vertx.ext.stomp.StompOptions
 
DEFAULT_SUPPORTED_VERSIONS - Static variable in interface io.vertx.ext.stomp.StompOptions
 
DEFAULT_SYNC - Static variable in class io.vertx.core.file.OpenOptions
 
DEFAULT_TCP_KEEP_ALIVE - Static variable in class io.vertx.core.net.TCPSSLOptions
The default value of TCP keep alive = false
DEFAULT_TCP_NO_DELAY - Static variable in class io.vertx.core.net.TCPSSLOptions
The default value of TCP-no-delay = true (Nagle disabled)
DEFAULT_TEMPLATE_DIRECTORY - Static variable in interface io.vertx.ext.web.handler.TemplateHandler
The default directory where templates will be looked for
DEFAULT_TEMPLATE_EXTENSION - Static variable in interface io.vertx.ext.web.templ.HandlebarsTemplateEngine
Default template extension
DEFAULT_TEMPLATE_EXTENSION - Static variable in interface io.vertx.ext.web.templ.JadeTemplateEngine
Default template extension
DEFAULT_TEMPLATE_EXTENSION - Static variable in interface io.vertx.ext.web.templ.MVELTemplateEngine
Default template extension
DEFAULT_TEMPLATE_MODE - Static variable in interface io.vertx.ext.web.templ.ThymeleafTemplateEngine
 
DEFAULT_TENANT - Static variable in class io.vertx.ext.hawkular.VertxHawkularOptions
The default Hawkular tenant = default.
DEFAULT_TEST_TIMEOUT - Static variable in interface io.vertx.ext.asyncsql.MySQLClient
The default timeout for tests.
DEFAULT_TEST_TIMEOUT - Static variable in interface io.vertx.ext.asyncsql.PostgreSQLClient
The default timeout for tests.
DEFAULT_TIMEOUT - Static variable in class io.vertx.circuitbreaker.CircuitBreakerOptions
Default timeout in milliseconds.
DEFAULT_TIMEOUT - Static variable in class io.vertx.core.eventbus.DeliveryOptions
The default send timeout.
DEFAULT_TIMEOUT - Static variable in class io.vertx.ext.unit.TestOptions
The default time out value in milliseconds: 2 minutes.
DEFAULT_TIMEOUT - Static variable in interface io.vertx.ext.web.handler.TimeoutHandler
The default timeout, in ms
DEFAULT_TLS - Static variable in class io.vertx.ext.mail.MailConfig
 
DEFAULT_TO - Static variable in class io.vertx.ext.unit.report.ReportOptions
The console is the default to value.
DEFAULT_TRAFFIC_CLASS - Static variable in class io.vertx.core.net.NetworkOptions
The default value of traffic class
DEFAULT_TRAILING_LINE - Static variable in interface io.vertx.ext.stomp.StompOptions
 
DEFAULT_TRANSACTION_CHUNK_SIZE - Static variable in class io.vertx.ext.stomp.StompServerOptions
 
DEFAULT_TRUNCATEEXISTING - Static variable in class io.vertx.core.file.OpenOptions
 
DEFAULT_TRUST_ALL - Static variable in class io.vertx.core.eventbus.EventBusOptions
The default value of whether all servers (SSL/TLS) should be trusted = true
DEFAULT_TRUST_ALL - Static variable in class io.vertx.core.net.ClientOptionsBase
The default value of whether all servers (SSL/TLS) should be trusted = false
DEFAULT_TRUST_ALL - Static variable in class io.vertx.ext.mail.MailConfig
 
DEFAULT_TRY_USE_COMPRESSION - Static variable in class io.vertx.core.http.HttpClientOptions
Default value of whether the client will attempt to use compression = false
DEFAULT_TYPE - Static variable in class io.vertx.core.net.ProxyOptions
The default proxy type (HTTP)
DEFAULT_TYPE - Static variable in class io.vertx.ext.auth.shiro.ShiroAuthOptions
 
DEFAULT_TYPE - Static variable in class io.vertx.ext.dropwizard.Match
The default value : MatchType.EQUALS
DEFAULT_TYPE - Static variable in interface io.vertx.servicediscovery.types.JDBCDataSource
 
DEFAULT_UPLOADS_DIRECTORY - Static variable in interface io.vertx.ext.web.handler.BodyHandler
Default uploads directory on server for file uploads
DEFAULT_UPSERT - Static variable in class io.vertx.ext.mongo.UpdateOptions
The default value of upsert = false
DEFAULT_USAGE_ADDRESS - Static variable in class io.vertx.servicediscovery.ServiceDiscoveryOptions
 
DEFAULT_USAGE_PREFIX - Static variable in class io.vertx.core.cli.UsageMessageFormatter
the string to display at the beginning of the usage statement
DEFAULT_USE_ALPN - Static variable in class io.vertx.core.net.TCPSSLOptions
Default use alpn = false
DEFAULT_USE_EVENT_LOOP - Static variable in class io.vertx.ext.unit.TestOptions
The default value for using or not the event loop: null.
DEFAULT_USE_POOLED_BUFFERS - Static variable in class io.vertx.core.net.TCPSSLOptions
The default value of Netty use pooled buffers = false
DEFAULT_USER - Static variable in interface io.vertx.ext.asyncsql.MySQLClient
The default database user.
DEFAULT_USER - Static variable in interface io.vertx.ext.asyncsql.PostgreSQLClient
The default database user.
DEFAULT_USERNAME_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuth
The default name of the property for the username, like it is stored in mongodb
DEFAULT_USERNAME_PARAM - Static variable in interface io.vertx.ext.web.handler.FormLoginHandler
The default value of the form attribute which will contain the username
DEFAULT_VERIFY_HOST - Static variable in class io.vertx.core.http.HttpClientOptions
Default value of whether hostname verification (for SSL/TLS) is enabled = true
DEFAULT_WEB_ROOT - Static variable in interface io.vertx.ext.web.handler.StaticHandler
Default value of the web-root, where files are served from
DEFAULT_WEBSOCKET_PATH - Static variable in class io.vertx.ext.stomp.StompServerOptions
 
DEFAULT_WELCOME_MESSAGE - Static variable in class io.vertx.ext.shell.ShellServerOptions
 
DEFAULT_WIDTH - Static variable in class io.vertx.core.cli.UsageMessageFormatter
default number of characters per line
DEFAULT_WORKER - Static variable in class io.vertx.core.DeploymentOptions
 
DEFAULT_WORKER_POOL_SIZE - Static variable in class io.vertx.core.VertxOptions
The default number of threads in the worker pool = 20
DEFAULT_WRITE - Static variable in class io.vertx.core.file.OpenOptions
 
DEFAULT_WRITE_QUEUE_MAX_SIZE - Static variable in interface io.vertx.core.eventbus.MessageProducer
 
DefaultAbortHandler - Class in io.vertx.ext.stomp
STOMP compliant actions executed when receiving a ABORT frame.
DefaultAbortHandler() - Constructor for class io.vertx.ext.stomp.DefaultAbortHandler
 
DefaultAckHandler - Class in io.vertx.ext.stomp
STOMP compliant actions executed when receiving a ACK frame.
DefaultAckHandler() - Constructor for class io.vertx.ext.stomp.DefaultAckHandler
 
DefaultBeginHandler - Class in io.vertx.ext.stomp
STOMP compliant actions executed when receiving a BEGIN frame.
DefaultBeginHandler() - Constructor for class io.vertx.ext.stomp.DefaultBeginHandler
 
DefaultCommand - Class in io.vertx.core.spi.launcher
Default implementation of Command using annotation to define itself.
DefaultCommand() - Constructor for class io.vertx.core.spi.launcher.DefaultCommand
 
DefaultCommandFactory<C extends Command> - Class in io.vertx.core.spi.launcher
Default implementation of CommandFactory.
DefaultCommandFactory(Class<C>) - Constructor for class io.vertx.core.spi.launcher.DefaultCommandFactory
Creates a new CommandFactory.
DefaultCommitHandler - Class in io.vertx.ext.stomp
STOMP compliant actions executed when receiving a COMMIT frame.
DefaultCommitHandler() - Constructor for class io.vertx.ext.stomp.DefaultCommitHandler
 
DefaultConnectHandler - Class in io.vertx.ext.stomp
STOMP compliant actions executed when receiving a CONNECT frame.
DefaultConnectHandler() - Constructor for class io.vertx.ext.stomp.DefaultConnectHandler
 
DefaultNackHandler - Class in io.vertx.ext.stomp
STOMP compliant actions executed when receiving a NACK sf.frame().
DefaultNackHandler() - Constructor for class io.vertx.ext.stomp.DefaultNackHandler
 
DefaultSendHandler - Class in io.vertx.ext.stomp
STOMP compliant actions executed when receiving a SEND sf.frame().
DefaultSendHandler() - Constructor for class io.vertx.ext.stomp.DefaultSendHandler
 
defaultShellHtmlResource() - Static method in class io.vertx.ext.shell.term.HttpTermOptions
 
DefaultSubscribeHandler - Class in io.vertx.ext.stomp
STOMP compliant actions executed when receiving a SUBSCRIBE frame.
DefaultSubscribeHandler() - Constructor for class io.vertx.ext.stomp.DefaultSubscribeHandler
 
defaultTermJsResource() - Static method in class io.vertx.ext.shell.term.HttpTermOptions
 
DefaultUnsubscribeHandler - Class in io.vertx.ext.stomp
STOMP compliant actions executed when receiving a UNSUBSCRIBE frame.
DefaultUnsubscribeHandler() - Constructor for class io.vertx.ext.stomp.DefaultUnsubscribeHandler
 
DefaultValue - Annotation Type in io.vertx.core.cli.annotations
Annotation to set a default value to an option.
defaultValue - Variable in class io.vertx.core.cli.Argument
The optional default value of this argument.
defaultValue - Variable in class io.vertx.core.cli.Option
the option default value.
defaultVertxShellJsResource() - Static method in class io.vertx.ext.shell.term.HttpTermOptions
 
define(Class<?>) - Static method in class io.vertx.core.cli.annotations.CLIConfigurator
Creates an instance of the given class, and extracts the metadata from the given class.
define() - Method in interface io.vertx.core.spi.launcher.CommandFactory
Creates a new CLI instance.
define() - Method in class io.vertx.core.spi.launcher.DefaultCommandFactory
 
DEFLATE_GZIP - Static variable in class io.vertx.core.http.HttpHeaders
deflate,gzip header value
del(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Delete a key
del(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Delete a key
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 interface io.vertx.core.file.FileSystem
Deletes the file represented by the specified path, asynchronously.
delete(int, String, String) - Method in interface io.vertx.core.http.HttpClient
Create an HTTP DELETE request to send to the server at the specified host and port.
delete(String, String) - Method in interface io.vertx.core.http.HttpClient
Create an HTTP DELETE request to send to the server at the specified host and default port.
delete(int, String, String, Handler<HttpClientResponse>) - Method in interface io.vertx.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 interface io.vertx.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 interface io.vertx.core.http.HttpClient
Create an HTTP DELETE request to send to the server at the default host and port.
delete(String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
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 interface io.vertx.ext.web.Router
Add a route that matches any HTTP DELETE request
delete(String) - Method in interface io.vertx.ext.web.Router
Add a route that matches a HTTP DELETE request and the specified path
delete(String, Handler<AsyncResult<Boolean>>) - Method in interface io.vertx.ext.web.sstore.SessionStore
Delete the session with the specified ID
delete(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Deletes the file represented by the specified path, asynchronously.
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(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.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<Boolean>>) - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
Delete the session with the specified ID
deleteAbs(String) - Method in interface io.vertx.core.http.HttpClient
Create an HTTP DELETE request to send to the server using an absolute URI
deleteAbs(String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
Create an HTTP DELETE request to send to the server using an absolute URI, specifying a response handler to receive the response
deleteAbs(String) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP DELETE request to send to the server using an absolute URI
deleteAbs(String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP DELETE request to send to the server using an absolute URI, specifying a response handler to receive the response
deleteBlocking(String) - Method in interface io.vertx.core.file.FileSystem
deleteBlocking(String) - Method in class io.vertx.rxjava.core.file.FileSystem
deleteObservable(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Deletes the file represented by the specified path, asynchronously.
deleteObservable(String) - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
Delete the session with the specified ID
deleteRecursive(String, boolean, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
Deletes the file represented by the specified path, asynchronously.
deleteRecursive(String, boolean, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Deletes the file represented by the specified path, asynchronously.
deleteRecursiveBlocking(String, boolean) - Method in interface io.vertx.core.file.FileSystem
deleteRecursiveBlocking(String, boolean) - Method in class io.vertx.rxjava.core.file.FileSystem
deleteRecursiveObservable(String, boolean) - Method in class io.vertx.rxjava.core.file.FileSystem
Deletes the file represented by the specified path, asynchronously.
deleteWithRegex(String) - Method in interface io.vertx.ext.web.Router
Add a route that matches a HTTP DELETE request and the specified path regex
deleteWithRegex(String) - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches a HTTP DELETE request and the specified path regex
delimitedMode(String) - Method in interface io.vertx.core.parsetools.RecordParser
Flip the parser into delimited mode, and where the delimiter can be represented by the String delim encoded in latin-1 .
delimitedMode(Buffer) - Method in interface io.vertx.core.parsetools.RecordParser
Flip the parser into delimited mode, and where the delimiter can be represented by the delimiter delim.
delimitedMode(String) - Method in class io.vertx.rxjava.core.parsetools.RecordParser
Flip the parser into delimited mode, and where the delimiter can be represented by the String delim encoded in latin-1 .
delimitedMode(Buffer) - Method in class io.vertx.rxjava.core.parsetools.RecordParser
Flip the parser into delimited mode, and where the delimiter can be represented by the delimiter delim.
deliver(int) - Method in interface io.vertx.ext.shell.term.SignalHandler
 
deliver(int) - Method in class io.vertx.rxjava.ext.shell.term.SignalHandler
 
DeliveryOptions - Class in io.vertx.core.eventbus
Delivery options are used to configure message delivery.
DeliveryOptions() - Constructor for class io.vertx.core.eventbus.DeliveryOptions
Default constructor
DeliveryOptions(DeliveryOptions) - Constructor for class io.vertx.core.eventbus.DeliveryOptions
Copy constructor
DeliveryOptions(JsonObject) - Constructor for class io.vertx.core.eventbus.DeliveryOptions
Create a delivery options from JSON
deliveryOptions(DeliveryOptions) - Method in interface io.vertx.core.eventbus.MessageProducer
Update the delivery options of this producer.
deliveryOptions(DeliveryOptions) - Method in class io.vertx.rxjava.core.eventbus.MessageProducer
Update the delivery options of this producer.
delMany(List<String>, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Delete many keys
delMany(List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Delete many keys
delMany(List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Delete many keys
delMany(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Delete many keys
delManyObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
Delete many keys
delManyObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Delete many keys
delObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
Delete a key
delObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Delete a key
DEPLOYMENT_OPTIONS_PROP_PREFIX - Static variable in class io.vertx.core.Starter
Deprecated.
 
deploymentID() - Method in class io.vertx.core.AbstractVerticle
Get the deployment ID of the verticle deployment
deploymentID() - Method in interface io.vertx.core.Context
If the context is associated with a Verticle deployment, this returns the deployment ID of that deployment.
deploymentID() - Method in class io.vertx.rxjava.core.Context
If the context is associated with a Verticle deployment, this returns the deployment ID of that deployment.
deploymentIDs() - Method in interface io.vertx.core.Vertx
Return a Set of deployment IDs for the currently deployed deploymentIDs.
deploymentIDs() - Method in class io.vertx.rxjava.core.Vertx
Return a Set of deployment IDs for the currently deployed deploymentIDs.
DeploymentOptions - Class in io.vertx.core
Options for configuring a verticle deployment.
DeploymentOptions() - Constructor for class io.vertx.core.DeploymentOptions
Default constructor
DeploymentOptions(DeploymentOptions) - Constructor for class io.vertx.core.DeploymentOptions
Copy constructor
DeploymentOptions(JsonObject) - Constructor for class io.vertx.core.DeploymentOptions
Constructor for creating a instance from JSON
deploymentOptions - Variable in class io.vertx.core.Starter
Deprecated.
 
deployVerticle(Verticle) - Method in interface io.vertx.core.Vertx
Deploy a verticle instance that you have created yourself.
deployVerticle(Verticle, Handler<AsyncResult<String>>) - Method in interface io.vertx.core.Vertx
Like Vertx.deployVerticle(Verticle) but the completionHandler will be notified when the deployment is complete.
deployVerticle(Verticle, DeploymentOptions) - Method in interface io.vertx.core.Vertx
Like Vertx.deployVerticle(Verticle) but DeploymentOptions are provided to configure the deployment.
deployVerticle(Verticle, DeploymentOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.core.Vertx
Like Vertx.deployVerticle(Verticle, Handler) but DeploymentOptions are provided to configure the deployment.
deployVerticle(String) - Method in interface io.vertx.core.Vertx
Deploy a verticle instance given a name.
deployVerticle(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.core.Vertx
Like Vertx.deployVerticle(String) but the completionHandler will be notified when the deployment is complete.
deployVerticle(String, DeploymentOptions) - Method in interface io.vertx.core.Vertx
Like Vertx.deployVerticle(Verticle) but DeploymentOptions are provided to configure the deployment.
deployVerticle(String, DeploymentOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.core.Vertx
Like Vertx.deployVerticle(String, Handler) 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.
deployVerticleObservable(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.
deployVerticleObservable(String, DeploymentOptions) - Method in class io.vertx.rxjava.core.Vertx
Like Vertx.deployVerticle(java.lang.String) but DeploymentOptions are provided to configure the deployment.
dequeueRequest(E, T) - Method in interface io.vertx.core.spi.metrics.HttpClientMetrics
Called when a request for connection is satisfied.
Description - Annotation Type in io.vertx.core.cli.annotations
Annotation used to write the option or command documentation.
description - Variable in class io.vertx.core.cli.Argument
The argument description.
description - Variable in class io.vertx.core.cli.Option
The option description.
Destination - Interface in io.vertx.ext.stomp
Represents a STOMP destination.
destination() - Method in interface io.vertx.ext.stomp.Destination
 
DESTINATION - Static variable in class io.vertx.ext.stomp.Frame
 
Destination - Class in io.vertx.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 - Interface in io.vertx.ext.stomp
Interface implemented to customize the destination creation.
destinationFactory(DestinationFactory) - Method in interface io.vertx.ext.stomp.StompServerHandler
Configures the DestinationFactory used to create Destination objects.
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 interface io.vertx.ext.web.Session
Destroy the session
destroy() - Method in class io.vertx.rxjava.ext.web.Session
Destroy the session
disable() - Method in interface io.vertx.ext.web.Route
Disable this route.
disable() - Method in class io.vertx.rxjava.ext.web.Route
Disable this route.
discard(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Discard all commands issued after MULTI
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
Discard all commands issued after MULTI
disconnect() - Method in interface io.vertx.ext.stomp.StompClientConnection
Disconnects the client.
disconnect(Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Disconnects the client.
disconnect(Frame) - Method in interface io.vertx.ext.stomp.StompClientConnection
Disconnects the client.
disconnect(Frame, Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Disconnects the client.
disconnect() - Method in 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.
disconnected(W) - Method in interface io.vertx.core.spi.metrics.HttpClientMetrics
Called when the web socket has disconnected.
disconnected(W) - Method in interface io.vertx.core.spi.metrics.HttpServerMetrics
Called when the server web socket has disconnected.
disconnected(S, SocketAddress) - Method in interface io.vertx.core.spi.metrics.TCPMetrics
Called when a client has disconnected, which is applicable for TCP connections.
disconnectHandler(Handler<ServerFrame>) - Method in interface io.vertx.ext.stomp.StompServerHandler
Configures the action to execute when a DISCONNECT frame is received.
disconnectHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Configures the action to execute when a DISCONNECT frame is received.
dispatch(StompServerConnection, Frame) - Method in interface io.vertx.ext.stomp.Destination
Dispatches the given frame.
dispatch(StompServerConnection, Frame) - Method in class io.vertx.rxjava.ext.stomp.Destination
Dispatches the given frame.
distinct(String, String, String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.ext.mongo.MongoClient
Gets the distinct values of the specified field name.
distinct(String, String, String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Gets the distinct values of the specified field name.
distinctBatch(String, String, String, Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.ext.mongo.MongoClient
Gets the distinct values of the specified field name.
distinctBatch(String, String, String, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Gets the distinct values of the specified field name.
distinctBatchObservable(String, String, String) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Gets the distinct values of the specified field name.
distinctObservable(String, String, String) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Gets the distinct values of the specified field name.
DnsClient - Interface in io.vertx.core.dns
Provides a way to asynchronously lookup information from DNS servers.
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
 
DnsException - Exception in io.vertx.core.dns
Exception which is used to notify the AsyncResult if the DNS query returns a DnsResponseCode which indicates and error.
DnsException(DnsResponseCode) - Constructor for exception io.vertx.core.dns.DnsException
 
DnsResponseCode - Enum in io.vertx.core.dns
Represents the possible response codes a server may send after receiving a query.
DOC_MATCHED - Static variable in class io.vertx.ext.mongo.MongoClientUpdateResult
Constant to be used when storing and retrieving Json for documents matched.
DOC_MODIFIED - Static variable in class io.vertx.ext.mongo.MongoClientUpdateResult
Constant to be used when storing and retrieving Json for documents modified.
DockerLinksServiceImporter - Class in io.vertx.servicediscovery.docker
A discovery bridge analyzing environment variables to detect Docker links.
DockerLinksServiceImporter() - Constructor for class io.vertx.servicediscovery.docker.DockerLinksServiceImporter
 
doIsPermitted(String, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.ext.auth.AbstractUser
 
doRequest(HttpClient, File, URI, File, URI, Handler<AsyncResult<HttpServiceFactory.Result>>) - Method in class io.vertx.ext.httpservicefactory.HttpServiceFactory
 
drainHandler(Handler<Void>) - Method in interface io.vertx.core.datagram.PacketWritestream
 
drainHandler(Handler<Void>) - Method in interface io.vertx.core.eventbus.MessageProducer
 
drainHandler(Handler<Void>) - Method in interface io.vertx.core.file.AsyncFile
 
drainHandler(Handler<Void>) - Method in interface io.vertx.core.http.HttpClientRequest
 
drainHandler(Handler<Void>) - Method in interface io.vertx.core.http.HttpServerResponse
 
drainHandler(Handler<Void>) - Method in interface io.vertx.core.http.ServerWebSocket
 
drainHandler(Handler<Void>) - Method in interface io.vertx.core.http.WebSocket
 
drainHandler(Handler<Void>) - Method in interface io.vertx.core.http.WebSocketBase
 
drainHandler(Handler<Void>) - Method in interface io.vertx.core.net.NetSocket
 
drainHandler(Handler<Void>) - Method in interface io.vertx.core.streams.WriteStream
Set a drain handler on the stream.
drainHandler(Handler<Void>) - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
 
drainHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.datagram.PacketWritestream
 
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
 
dropCollection(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoClient
Drop a collection
dropCollection(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Drop a collection
dropCollectionObservable(String) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Drop a collection
DropwizardMetricsOptions - Class in io.vertx.ext.dropwizard
Vert.x Dropwizard metrics configuration.
DropwizardMetricsOptions() - Constructor for class io.vertx.ext.dropwizard.DropwizardMetricsOptions
Default constructor
DropwizardMetricsOptions(MetricsOptions) - Constructor for class io.vertx.ext.dropwizard.DropwizardMetricsOptions
Copy constructor with base metrics options
DropwizardMetricsOptions(DropwizardMetricsOptions) - Constructor for class io.vertx.ext.dropwizard.DropwizardMetricsOptions
Copy constructor
DropwizardMetricsOptions(JsonObject) - Constructor for class io.vertx.ext.dropwizard.DropwizardMetricsOptions
Create an instance from a JsonObject
DS_TYPE - Static variable in interface io.vertx.servicediscovery.types.DataSource
 
Dummy - Class in io.vertx.ext.sockjs.proxy
This class is just there to enable the javadoc generation.
Dummy() - Constructor for class io.vertx.ext.sockjs.proxy.Dummy
 
dump(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Return a serialized version of the value stored at the specified key.
dump(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Return a serialized version of the value stored at the specified key.
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
Return a serialized version of the value stored at the specified key.
dumpObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Return a serialized version of the value stored at the specified key.
durationTime() - Method in interface io.vertx.ext.unit.report.TestResult
How long the test lasted in millis.
durationTime() - Method in class io.vertx.rxjava.ext.unit.report.TestResult
How long the test lasted in millis.

E

Echo - Class in io.vertx.ext.shell.command.base
 
Echo() - Constructor for class io.vertx.ext.shell.command.base.Echo
 
echo(String) - Method in interface io.vertx.ext.shell.term.Term
Echo some text in the terminal, escaped if necessary.

echo(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Echo the given string
echo(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Echo the given string
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
Echo the given string
echoObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Echo the given string
EmailAddress - Class in io.vertx.ext.mail.mailencoder
represent a mail address with an email address part and an optional full name e.g.
EmailAddress(String) - Constructor for class io.vertx.ext.mail.mailencoder.EmailAddress
parse and create an email address
enable() - Method in interface io.vertx.ext.web.Route
Enable this route.
enable() - Method in class io.vertx.rxjava.ext.web.Route
Enable this route.
encode(Object) - Static method in class io.vertx.core.json.Json
 
encode() - Method in class io.vertx.core.json.JsonArray
Encode the JSON array to a string
encode() - Method in class io.vertx.core.json.JsonObject
Encode this JSON object as a string.
encode() - Method in class io.vertx.ext.mail.mailencoder.MailEncoder
encode the MailMessage to a String
encode() - Method in interface io.vertx.ext.web.Cookie
Encode the cookie to a string.
encode() - Method in class io.vertx.rxjava.ext.web.Cookie
Encode the cookie to a string.
EncodeException - Exception in io.vertx.core.json
 
EncodeException(String) - Constructor for exception io.vertx.core.json.EncodeException
 
EncodeException() - Constructor for exception io.vertx.core.json.EncodeException
 
encodePrettily(Object) - Static method in class io.vertx.core.json.Json
 
encodePrettily() - Method in class io.vertx.core.json.JsonArray
Encode the JSON array prettily as a string
encodePrettily() - Method in class io.vertx.core.json.JsonObject
Encode this JSON object a a string, with whitespace to make the object easier to read by a human, or other sentient organism.
encodeToWire(Buffer, S) - Method in interface io.vertx.core.eventbus.MessageCodec
Called by Vert.x when marshalling a message to the wire.
encodeToWire(Buffer, ServiceException) - Method in class io.vertx.serviceproxy.ServiceExceptionMessageCodec
 
encoding() - Method in class io.vertx.ext.stomp.Frame
Read the frame encoding.
end() - Method in interface io.vertx.core.eventbus.MessageProducer
Closes the producer, calls MessageProducer.close()
end() - Method in interface io.vertx.core.file.AsyncFile
Close the file, see AsyncFile.close().
end(String) - Method in interface io.vertx.core.http.HttpClientRequest
Same as HttpClientRequest.end(Buffer) but writes a String in UTF-8 encoding
end(String, String) - Method in interface io.vertx.core.http.HttpClientRequest
Same as HttpClientRequest.end(Buffer) but writes a String with the specified encoding
end(Buffer) - Method in interface io.vertx.core.http.HttpClientRequest
Same as HttpClientRequest.end() but writes some data to the request body before ending.
end() - Method in interface io.vertx.core.http.HttpClientRequest
Ends the request.
end(String) - Method in interface io.vertx.core.http.HttpServerResponse
Same as HttpServerResponse.end(Buffer) but writes a String in UTF-8 encoding before ending the response.
end(String, String) - Method in interface io.vertx.core.http.HttpServerResponse
Same as HttpServerResponse.end(Buffer) but writes a String with the specified encoding before ending the response.
end(Buffer) - Method in interface io.vertx.core.http.HttpServerResponse
Same as HttpServerResponse.end() but writes some data to the response body before ending.
end() - Method in interface io.vertx.core.http.HttpServerResponse
Ends the response.
end() - Method in interface io.vertx.core.http.WebSocketBase
end() - Method in interface io.vertx.core.net.NetSocket
end(T, boolean) - Method in interface io.vertx.core.spi.metrics.PoolMetrics
The submitted tasks has completed its execution and release the resource.
end() - Method in interface io.vertx.core.streams.WriteStream
Ends the stream.
end(T) - Method in interface io.vertx.core.streams.WriteStream
Same as WriteStream.end() but writes some data to the stream before ending.
end() - Method in interface io.vertx.ext.shell.command.CommandProcess
End the process with the exit status 0
end(int) - Method in interface io.vertx.ext.shell.command.CommandProcess
End the process.
end() - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
end() - Method in class io.vertx.rxjava.core.datagram.PacketWritestream
Ends the stream.
end(Buffer) - Method in class io.vertx.rxjava.core.datagram.PacketWritestream
Same as WriteStream.end() but writes some data to the stream before ending.
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 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
 
end() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
ended() - Method in interface io.vertx.core.http.HttpServerResponse
 
ended() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
 
endHandleMessage(H, Throwable) - Method in interface io.vertx.core.spi.metrics.EventBusMetrics
Called when an handler finish to process a message.

The thread model depends on the actual context thats registered the handler.

endHandler(Handler<Void>) - Method in interface io.vertx.core.datagram.DatagramSocket
 
endHandler(Handler<Void>) - Method in interface io.vertx.core.eventbus.MessageConsumer
 
endHandler(Handler<Void>) - Method in interface io.vertx.core.file.AsyncFile
 
endHandler(Handler<Void>) - Method in interface io.vertx.core.http.HttpClientRequest
 
endHandler(Handler<Void>) - Method in interface io.vertx.core.http.HttpClientResponse
 
endHandler(Handler<Void>) - Method in interface io.vertx.core.http.HttpServerFileUpload
 
endHandler(Handler<Void>) - Method in interface io.vertx.core.http.HttpServerRequest
 
endHandler(Handler<Void>) - Method in interface io.vertx.core.http.HttpServerRequestStream
 
endHandler(Handler<Void>) - Method in interface io.vertx.core.http.ServerWebSocket
 
endHandler(Handler<Void>) - Method in interface io.vertx.core.http.ServerWebSocketStream
 
endHandler(Handler<Void>) - Method in interface io.vertx.core.http.WebSocket
 
endHandler(Handler<Void>) - Method in interface io.vertx.core.http.WebSocketBase
 
endHandler(Handler<Void>) - Method in interface io.vertx.core.http.WebSocketStream
 
endHandler(Handler<Void>) - Method in interface io.vertx.core.net.NetSocket
 
endHandler(Handler<Void>) - Method in interface io.vertx.core.net.NetSocketStream
 
endHandler(Handler<Void>) - Method in interface io.vertx.core.streams.ReadStream
Set an end handler.
endHandler(Handler<Void>) - Method in interface io.vertx.core.TimeoutStream
 
endHandler(Handler<Void>) - Method in interface io.vertx.ext.shell.command.CommandProcess
Set an end handler, this handler is called when the command is ended, for instance the command is running and the shell closes.
endHandler(Handler<TestResult>) - Method in interface io.vertx.ext.unit.report.TestCaseReport
Set a callback for completion, the specified handler is invoked when the test exec has completed.
endHandler(Handler<Void>) - Method in interface io.vertx.ext.unit.report.TestSuiteReport
 
endHandler(Handler<Void>) - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
 
endHandler(Handler<Void>) - Method in 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.HttpServerRequestStream
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.ServerWebSocketStream
 
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.http.WebSocketStream
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.net.NetSocket
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.net.NetSocketStream
 
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<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
 
ENDPOINT - Static variable in class io.vertx.servicediscovery.Record
 
endpointConnected(E, S) - Method in interface io.vertx.core.spi.metrics.HttpClientMetrics
Called when a connection is made to a endpoint.
endpointDisconnected(E, S) - Method in interface io.vertx.core.spi.metrics.HttpClientMetrics
Called when a connection to an endpoint is closed.
enqueueRequest(E) - Method in interface io.vertx.core.spi.metrics.HttpClientMetrics
Called when a connection is requested.
ensureValidity() - Method in class io.vertx.core.cli.Argument
Checks that the argument configuration is valid.
ensureValidity() - Method in class io.vertx.core.cli.Option
Checks whether or not the option is valid.
ensureValidity() - Method in class io.vertx.core.cli.TypedArgument
Checks whether or not the argument configuration is valid.
ensureValidity() - Method in class io.vertx.core.cli.TypedOption
 
entries() - Method in class io.vertx.core.http.CaseInsensitiveHeaders
 
entries() - Method in interface io.vertx.core.MultiMap
Returns all entries in the multi-map.
equals(Object) - Method in class io.vertx.core.datagram.DatagramSocketOptions
 
equals(Object) - Method in class io.vertx.core.DeploymentOptions
 
equals(Object) - Method in class io.vertx.core.dns.AddressResolverOptions
 
equals(Object) - Method in class io.vertx.core.http.Http2Settings
 
equals(Object) - Method in class io.vertx.core.http.HttpClientOptions
 
equals(Object) - Method in class io.vertx.core.http.HttpServerOptions
 
equals(Object) - Method in class io.vertx.core.json.JsonArray
 
equals(Object) - Method in class io.vertx.core.json.JsonObject
 
equals(Object) - Method in class io.vertx.core.metrics.MetricsOptions
 
equals(Object) - Method in class io.vertx.core.net.ClientOptionsBase
 
equals(Object) - Method in class io.vertx.core.net.JdkSSLEngineOptions
 
equals(Object) - Method in class io.vertx.core.net.JksOptions
 
equals(Object) - Method in class io.vertx.core.net.NetClientOptions
 
equals(Object) - Method in class io.vertx.core.net.NetServerOptions
 
equals(Object) - Method in class io.vertx.core.net.NetworkOptions
 
equals(Object) - Method in class io.vertx.core.net.OpenSSLEngineOptions
 
equals(Object) - Method in class io.vertx.core.net.PemKeyCertOptions
 
equals(Object) - Method in class io.vertx.core.net.PfxOptions
 
equals(Object) - Method in class io.vertx.core.net.ProxyOptions
 
equals(Object) - Method in class io.vertx.core.net.TCPSSLOptions
 
equals(Object) - Method in class io.vertx.core.VertxOptions
 
equals(Object) - Method in class io.vertx.ext.mail.MailAttachment
 
equals(Object) - Method in class io.vertx.ext.mail.MailConfig
 
equals(Object) - Method in class io.vertx.ext.mail.MailMessage
 
equals(Object) - Method in class io.vertx.ext.mongo.FindOptions
 
equals(Object) - Method in class io.vertx.ext.mongo.MongoClientDeleteResult
 
equals(Object) - Method in class io.vertx.ext.mongo.MongoClientUpdateResult
 
equals(Object) - Method in class io.vertx.ext.mongo.UpdateOptions
 
equals(Object) - Method in class io.vertx.ext.sql.ResultSet
 
equals(Object) - Method in class io.vertx.ext.sql.UpdateResult
 
equals(Object) - Method in class io.vertx.maven.resolver.ResolutionOptions
 
error(Object) - Method in class io.vertx.core.logging.JULLogDelegate
 
error(Object, Object...) - Method in class io.vertx.core.logging.JULLogDelegate
 
error(Object, Throwable) - Method in class io.vertx.core.logging.JULLogDelegate
 
error(Object, Throwable, Object...) - Method in class io.vertx.core.logging.JULLogDelegate
 
error(Object) - Method in class io.vertx.core.logging.Log4j2LogDelegate
 
error(Object, Object...) - Method in class io.vertx.core.logging.Log4j2LogDelegate
 
error(Object, Throwable) - Method in class io.vertx.core.logging.Log4j2LogDelegate
 
error(Object, Throwable, Object...) - Method in class io.vertx.core.logging.Log4j2LogDelegate
 
error(Object) - Method in class io.vertx.core.logging.Log4jLogDelegate
 
error(Object, Object...) - Method in class io.vertx.core.logging.Log4jLogDelegate
 
error(Object, Throwable) - Method in class io.vertx.core.logging.Log4jLogDelegate
 
error(Object, Throwable, Object...) - Method in class io.vertx.core.logging.Log4jLogDelegate
 
error(Object) - Method in class io.vertx.core.logging.Logger
 
error(Object, Throwable) - Method in class io.vertx.core.logging.Logger
 
error(Object, Object...) - Method in class io.vertx.core.logging.Logger
 
error(Object, Throwable, Object...) - Method in class io.vertx.core.logging.Logger
 
error(Object) - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
error(Object, Object...) - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
error(Object, Throwable) - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
error(Object, Throwable, Object...) - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
error(Object) - Method in interface io.vertx.core.spi.logging.LogDelegate
 
error(Object, Object...) - Method in interface io.vertx.core.spi.logging.LogDelegate
 
error(Object, Throwable) - Method in interface io.vertx.core.spi.logging.LogDelegate
 
error(Object, Throwable, Object...) - Method in interface io.vertx.core.spi.logging.LogDelegate
 
errorFrameHandler(Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClient
A general error frame handler.
errorFrameHandler(Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClient
A general error frame handler.
errorHandler(Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Sets a handler notified when an ERROR frame is received by the client.
ErrorHandler - Interface in io.vertx.ext.web.handler
A pretty error handler for rendering error pages.
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
 
ETAG - Static variable in class io.vertx.core.http.HttpHeaders
Etag header name
eval(String, List<String>, List<String>, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Execute a Lua script server side.
eval(String, List<String>, List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Execute a Lua script server side.
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
Execute a Lua script server side.
evalObservable(String, List<String>, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Execute a Lua script server side.
evalsha(String, List<String>, List<String>, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Execute a Lua script server side.
evalsha(String, List<String>, List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Execute a Lua script server side.
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
Execute a Lua script server side.
evalshaObservable(String, List<String>, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Execute a Lua script server side.
EVENT_TEST_CASE_BEGIN - Static variable in interface io.vertx.ext.unit.collect.EventBusCollector
Json type field value that signals a test case begins, used as part of the test reporting protocol for the event bus.
EVENT_TEST_CASE_END - Static variable in interface io.vertx.ext.unit.collect.EventBusCollector
Json type field value that signals a test case ends, used as part of the test reporting protocol for the event bus.
EVENT_TEST_SUITE_BEGIN - Static variable in interface io.vertx.ext.unit.collect.EventBusCollector
Json type field value that signals a test suite begins, used as part of the test reporting protocol for the event bus.
EVENT_TEST_SUITE_END - Static variable in interface io.vertx.ext.unit.collect.EventBusCollector
Json type field value that signals a test suite ends, used as part of the test reporting protocol for the event bus.
EVENT_TEST_SUITE_ERROR - Static variable in interface io.vertx.ext.unit.collect.EventBusCollector
Json type field value that reports a test suite error, used as part of the test reporting protocol for the event bus.
EventBus - Interface in io.vertx.core.eventbus
A Vert.x event-bus is a light-weight distributed messaging system which allows different parts of your application, or different applications and services to communicate with each in a loosely coupled way.
eventBus() - Method in interface io.vertx.core.Vertx
Get the event bus object.
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 - Interface in io.vertx.ext.unit.collect
The event bus collector listen to events on the Vert.x event bus and translate them into reports.
EventBusCollector - 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
 
eventBusInitialized(EventBus) - Method in interface io.vertx.core.spi.metrics.VertxMetrics
Metrics cannot use the event bus in their constructor as the event bus is not yet initialized.
EventBusMetrics<H> - Interface in io.vertx.core.spi.metrics
The event bus metrics SPI which Vert.x will use to call when each event occurs.
EventBusOptions - Class in io.vertx.core.eventbus
Options to configure the event bus.
EventBusOptions() - Constructor for class io.vertx.core.eventbus.EventBusOptions
Creates a new instance of EventBusOptions using the default configuration.
EventBusOptions(EventBusOptions) - Constructor for class io.vertx.core.eventbus.EventBusOptions
Copy constructor to create an instance of EventBusOptions using the values of the given object.
EventBusOptions(JsonObject) - Constructor for class io.vertx.core.eventbus.EventBusOptions
Creates a new instance of EventBusOptions from the JSON object.
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
 
EventBusService - Interface in io.vertx.servicediscovery.types
ServiceType for event bus services (service proxies).
eventReceived(Watcher.Action, Service) - Method in class io.vertx.servicediscovery.kubernetes.KubernetesServiceImporter
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.Context
Set an exception handler called when the context runs an action throwing an uncaught throwable.

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

exceptionHandler() - Method in interface io.vertx.core.Context
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.datagram.DatagramSocket
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.datagram.PacketWritestream
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.eventbus.MessageConsumer
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.eventbus.MessageProducer
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.file.AsyncFile
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.http.HttpClientRequest
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.http.HttpClientResponse
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.http.HttpConnection
Set an handler called when a connection error happens
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.http.HttpServerFileUpload
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.http.HttpServerRequest
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.http.HttpServerRequestStream
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.http.HttpServerResponse
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.http.ServerWebSocket
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.http.ServerWebSocketStream
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.http.WebSocket
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.http.WebSocketBase
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.http.WebSocketStream
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.net.NetSocket
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.net.NetSocketStream
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.streams.ReadStream
Set an exception handler on the read stream.
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.streams.StreamBase
Set an exception handler.
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.streams.WriteStream
Set an exception handler on the write stream.
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.TimeoutStream
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.Vertx
Set a default exception handler for Context, set on Context.exceptionHandler(Handler) at creation.
exceptionHandler() - Method in interface io.vertx.core.Vertx
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.ext.unit.report.TestSuiteReport
Set an exception handler, the exception handler reports the test suite errors, it can be called mulitple times before the test ends.
exceptionHandler() - Method in interface io.vertx.ext.unit.TestContext
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.ext.web.Router
Specify a handler for any unhandled exceptions on this router.
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.datagram.PacketWritestream
 
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.HttpServerFileUpload
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.core.http.HttpServerRequestStream
 
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.ServerWebSocketStream
 
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.http.WebSocketStream
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.core.net.NetSocket
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.core.net.NetSocketStream
 
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.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.
exceptionOccurred(S, SocketAddress, Throwable) - Method in interface io.vertx.core.spi.metrics.NetworkMetrics
Called when exceptions occur for a specific connection.
exchangeBind(String, String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Bind an exchange to an exchange.
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
Bind an exchange to an exchange.
exchangeDeclare(String, String, boolean, boolean, Handler<AsyncResult<Void>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Declare an exchange.
exchangeDeclare(String, String, boolean, boolean, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Declare an exchange.
exchangeDeclareObservable(String, String, boolean, boolean) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Declare an exchange.
exchangeDelete(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Delete an exchange, without regard for whether it is in use or not.
exchangeDelete(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.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
Delete an exchange, without regard for whether it is in use or not.
exchangeUnbind(String, String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Unbind an exchange from an exchange.
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
Unbind an exchange from an exchange.
exec(Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisTransaction
Execute all commands issued after MULTI
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
Execute all commands issued after MULTI
ExecStatus - Enum in io.vertx.ext.shell.system
The status of an execution.
execute(Handler<Future<T>>) - Method in interface io.vertx.circuitbreaker.CircuitBreaker
Same as CircuitBreaker.executeWithFallback(Handler, Function) but using the circuit breaker default fallback.
execute(String, String...) - Method in class io.vertx.core.spi.launcher.ExecutionContext
Executes another command.
execute(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.sql.SQLConnection
Executes the given SQL statement
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 interface io.vertx.circuitbreaker.CircuitBreaker
Same as CircuitBreaker.executeAndReportWithFallback(Future, Handler, Function) but using the circuit breaker default fallback.
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 interface io.vertx.circuitbreaker.CircuitBreaker
Executes the given operation with the circuit breaker control.
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 interface io.vertx.core.Context
Safely execute some blocking code.
executeBlocking(Handler<Future<T>>, Handler<AsyncResult<T>>) - Method in interface io.vertx.core.Context
executeBlocking(Handler<Future<T>>, boolean, Handler<AsyncResult<T>>) - Method in interface io.vertx.core.Vertx
Safely execute some blocking code.
executeBlocking(Handler<Future<T>>, Handler<AsyncResult<T>>) - Method in interface io.vertx.core.Vertx
Like Vertx.executeBlocking(Handler, boolean, Handler) called with ordered = true.
executeBlocking(Handler<Future<T>>, boolean, Handler<AsyncResult<T>>) - Method in interface io.vertx.core.WorkerExecutor
Safely execute some blocking code.
executeBlocking(Handler<Future<T>>, Handler<AsyncResult<T>>) - Method in interface io.vertx.core.WorkerExecutor
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
Safely execute some blocking code.
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
Safely execute some blocking code.
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
Safely execute some blocking code.
executeBlockingObservable(Handler<Future<T>>) - Method in class io.vertx.rxjava.core.WorkerExecutor
executeCommand(String, String...) - Static method in class io.vertx.core.Launcher
Utility method to execute a specific command.
executeObservable(String) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Executes the given SQL statement
executeWithFallback(Handler<Future<T>>, Function<Throwable, T>) - Method in interface io.vertx.circuitbreaker.CircuitBreaker
Executes the given operation with the circuit breaker control.
executeWithFallback(Handler<Future<T>>, Function<Throwable, T>) - Method in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
Executes the given operation with the circuit breaker control.
executionContext - Variable in class io.vertx.core.spi.launcher.DefaultCommand
The execution context of the command.
ExecutionContext - Class in io.vertx.core.spi.launcher
The execution context contains various information on the execution.
ExecutionContext(Command, VertxCommandLauncher, CommandLine) - Constructor for class io.vertx.core.spi.launcher.ExecutionContext
Creates a new instance of ExecutionContext.
exists(String, Handler<AsyncResult<Boolean>>) - Method in interface io.vertx.core.file.FileSystem
Determines whether the file as specified by the path path exists, asynchronously.
exists(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Determine if a key exists
exists(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Determine if a key exists
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 interface io.vertx.core.file.FileSystem
existsBlocking(String) - Method in class io.vertx.rxjava.core.file.FileSystem
existsObservable(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Determines whether the file as specified by the path path exists, asynchronously.
existsObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
Determine if a key exists
existsObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Determine if a key exists
exitCode() - Method in interface io.vertx.ext.shell.system.Process
 
exitCode() - Method in class io.vertx.rxjava.ext.shell.system.Process
 
EXPECT - Static variable in class io.vertx.core.http.HttpHeaders
Expect header name
expire(String, int, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Set a key's time to live in seconds
expire(String, int, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Set a key's time to live in seconds
expire(String, int, 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 interface io.vertx.redis.RedisClient
Set the expiration for a key as a UNIX timestamp
expireat(String, long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Set the expiration for a key as a UNIX timestamp
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
Set the expiration for a key as a UNIX timestamp
expireatObservable(String, long) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set the expiration for a key as a UNIX timestamp
expired() - Method in interface io.vertx.ext.auth.oauth2.AccessToken
Check if the access token is expired or not.
expired() - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
Check if the access token is expired or not.
expireObservable(String, int) - Method in class io.vertx.rxjava.redis.RedisClient
Set a key's time to live in seconds
expireObservable(String, int) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set a key's time to live in seconds
EXPIRES - Static variable in class io.vertx.core.http.HttpHeaders
Expires header name
exposedHeader(String) - Method in interface io.vertx.ext.web.handler.CorsHandler
Add an exposed header
exposedHeader(String) - Method in class io.vertx.rxjava.ext.web.handler.CorsHandler
Add an exposed header
exposedHeaders(Set<String>) - Method in interface io.vertx.ext.web.handler.CorsHandler
Add a set of exposed headers
exposedHeaders(Set<String>) - Method in class io.vertx.rxjava.ext.web.handler.CorsHandler
Add a set of exposed headers
extension() - Method in class io.vertx.maven.MavenCoords
 

F

factory - Static variable in interface io.vertx.core.buffer.Buffer
 
factory - Static variable in interface io.vertx.core.Future
 
factory - Static variable in interface io.vertx.core.http.WebSocketFrame
 
factory - Static variable in interface io.vertx.core.streams.Pump
 
factory - Static variable in interface io.vertx.core.Vertx
 
factory - Static variable in interface io.vertx.ext.unit.report.Reporter
 
fail(int, String) - Method in interface io.vertx.core.eventbus.Message
Signal to the sender that processing of this message failed.
fail(Throwable) - Method in interface io.vertx.core.Future
Set the failure.
fail(String) - Method in interface io.vertx.core.Future
Set the failure.
fail() - Method in interface io.vertx.ext.unit.TestContext
Throw a failure.
fail(String) - Method in interface io.vertx.ext.unit.TestContext
Throw a failure with the specified failure message.
fail(Throwable) - Method in interface io.vertx.ext.unit.TestContext
Throw a failure with the specified failure cause.
fail(int) - Method in interface io.vertx.ext.web.RoutingContext
Fail the context with the specified status code.
fail(Throwable) - Method in interface io.vertx.ext.web.RoutingContext
Fail the context with the specified throwable.
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
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.
fail(int, String) - Static method in exception io.vertx.serviceproxy.ServiceException
Create a failed Future containing a ServiceException.
fail(int, String, JsonObject) - Static method in exception io.vertx.serviceproxy.ServiceException
Create a failed Future containing a ServiceException.
failed() - Method in interface io.vertx.core.AsyncResult
Did it fail?
failed(int) - Method in interface io.vertx.core.CompositeFuture
Returns true if a wrapped future is failed
failed() - Method in interface io.vertx.core.Future
Did it fail?
failed() - Method in interface io.vertx.ext.unit.report.TestResult
Did it fail?
failed() - Method in interface io.vertx.ext.web.RoutingContext
 
failed(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.unit.report.TestResult
Did it fail?
failed() - Method in class io.vertx.rxjava.ext.web.RoutingContext
 
failedFuture(Throwable) - Static method in interface io.vertx.core.Future
Create a failed future with the specified failure cause.
failedFuture(String) - Static method in interface io.vertx.core.Future
Create a failed future with the specified failure message.
failedFuture(Throwable) - Method in interface io.vertx.core.spi.FutureFactory
 
failedFuture(String) - Static method in class io.vertx.rxjava.core.Future
Create a failed future with the specified failure message.
failedResult(Object) - Static method in class io.vertx.lang.ruby.Helper
 
FailoverOptions - Enum in io.vertx.redis.op
 
Failure - Interface in io.vertx.ext.unit.report
A failure provides the details of a failure that happened during the execution of a test case.

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

failure() - Method in interface io.vertx.ext.unit.report.TestResult
An exception describing failure, null if the test succeeded.
failure() - Method in interface io.vertx.ext.web.RoutingContext
If the context is being routed to failure handlers after a failure has been triggered by calling RoutingContext.fail(Throwable) then this will return that throwable.
Failure - 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() - 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.
failureCode() - Method in exception io.vertx.core.eventbus.ReplyException
Get the failure code for the message
failureCount() - Method in interface io.vertx.circuitbreaker.CircuitBreaker
 
failureCount() - Method in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
 
failureFuture(String) - Method in interface io.vertx.core.spi.FutureFactory
 
failureHandler(Handler<RoutingContext>) - Method in interface io.vertx.ext.web.Route
Specify a failure handler for the route.
failureHandler(Handler<RoutingContext>) - Method in class io.vertx.rxjava.ext.web.Route
Specify a failure handler for the route.
failureType() - Method in exception io.vertx.core.eventbus.ReplyException
Get the failure type for the message
fallback(Function<Throwable, T>) - Method in interface io.vertx.circuitbreaker.CircuitBreaker
Sets a default Function invoked when the bridge is open to handle the "request", or on failure if CircuitBreakerOptions.isFallbackOnFailure() is enabled.
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.
fatal(Object) - Method in class io.vertx.core.logging.JULLogDelegate
 
fatal(Object, Throwable) - Method in class io.vertx.core.logging.JULLogDelegate
 
fatal(Object) - Method in class io.vertx.core.logging.Log4j2LogDelegate
 
fatal(Object, Throwable) - Method in class io.vertx.core.logging.Log4j2LogDelegate
 
fatal(Object) - Method in class io.vertx.core.logging.Log4jLogDelegate
 
fatal(Object, Throwable) - Method in class io.vertx.core.logging.Log4jLogDelegate
 
fatal(Object) - Method in class io.vertx.core.logging.Logger
 
fatal(Object, Throwable) - Method in class io.vertx.core.logging.Logger
 
fatal(Object) - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
fatal(Object, Throwable) - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
fatal(Object) - Method in interface io.vertx.core.spi.logging.LogDelegate
 
fatal(Object, Throwable) - Method in interface io.vertx.core.spi.logging.LogDelegate
 
FaviconHandler - Interface in io.vertx.ext.web.handler
A handler that serves favicons.
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
 
fiberHandler(Handler<T>) - Static method in class io.vertx.ext.sync.Sync
Convert a standard handler to a handler which runs on a fiber.
fieldNames() - Method in class io.vertx.core.json.JsonObject
Return the set of field names in the JSON objects
filename() - Method in interface io.vertx.core.http.HttpServerFileUpload
 
fileName() - Method in interface io.vertx.ext.web.FileUpload
 
filename() - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
 
fileName() - Method in class io.vertx.rxjava.ext.web.FileUpload
 
FileProps - Interface in io.vertx.core.file
Represents properties of a file on the file system.
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 - Interface in io.vertx.core.file
Contains a broad set of operations for manipulating files on the file system.
fileSystem() - Method in interface io.vertx.core.Vertx
Get the filesystem object.
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.
FileSystemCd - Class in io.vertx.ext.shell.command.base
 
FileSystemCd() - Constructor for class io.vertx.ext.shell.command.base.FileSystemCd
 
FileSystemException - Exception in io.vertx.core.file
Exception thrown by the FileSystem class
FileSystemException(String) - Constructor for exception io.vertx.core.file.FileSystemException
 
FileSystemException(String, Throwable) - Constructor for exception io.vertx.core.file.FileSystemException
 
FileSystemException(Throwable) - Constructor for exception io.vertx.core.file.FileSystemException
 
FileSystemLs - Class in io.vertx.ext.shell.command.base
 
FileSystemLs() - Constructor for class io.vertx.ext.shell.command.base.FileSystemLs
 
FileSystemProps - Interface in io.vertx.core.file
Represents properties of the file system.
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
 
FileSystemPwd - Class in io.vertx.ext.shell.command.base
 
FileSystemPwd() - Constructor for class io.vertx.ext.shell.command.base.FileSystemPwd
 
FileUpload - Interface in io.vertx.ext.web
Represents a file-upload from an HTTP multipart form submission.
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 interface io.vertx.ext.web.RoutingContext
 
fileUploads() - Method in class io.vertx.rxjava.ext.web.RoutingContext
 
filter(MetricFilter) - Method in class io.vertx.ext.dropwizard.reporters.JmxReporter.Builder
Only report metrics which match the given filter.
filter(BiPredicate<String, Object>) - Method in class io.vertx.ext.dropwizard.ScheduledMetricsConsumer
 
FilteringInterceptor - Class in io.vertx.core.eventbus
 
FilteringInterceptor(String) - Constructor for class io.vertx.core.eventbus.FilteringInterceptor
 
find(String, JsonObject, Handler<AsyncResult<List<JsonObject>>>) - Method in interface io.vertx.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.MongoClient
Find matching documents in the specified collection
findBatch(String, JsonObject, Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.ext.mongo.MongoClient
Find matching documents in the specified collection.
findBatch(String, JsonObject, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Find matching documents in the specified collection.
findBatchObservable(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Find matching documents in the specified collection.
findBatchWithOptions(String, JsonObject, FindOptions, Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.ext.mongo.MongoClient
Find matching documents in the specified collection, specifying options.
findBatchWithOptions(String, JsonObject, FindOptions, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Find matching documents in the specified collection, specifying options.
findBatchWithOptionsObservable(String, JsonObject, FindOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Find matching documents in the specified collection, specifying options.
findLongestCommonPrefix(Collection<String>) - Static method in interface io.vertx.ext.shell.cli.Completion
 
findObservable(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Find matching documents in the specified collection
findOne(String, JsonObject, JsonObject, Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.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.MongoClient
Find a single matching document in the specified collection
findOneObservable(String, JsonObject, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Find a single matching document in the specified collection
FindOptions - Class in io.vertx.ext.mongo
Options used to configure find operations.
FindOptions() - Constructor for class io.vertx.ext.mongo.FindOptions
Default constructor
FindOptions(FindOptions) - Constructor for class io.vertx.ext.mongo.FindOptions
Copy constructor
FindOptions(JsonObject) - Constructor for class io.vertx.ext.mongo.FindOptions
Constructor from JSON
findWithOptions(String, JsonObject, FindOptions, Handler<AsyncResult<List<JsonObject>>>) - Method in interface io.vertx.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.MongoClient
Find matching documents in the specified collection, specifying options
findWithOptionsObservable(String, JsonObject, FindOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Find matching documents in the specified collection, specifying options
findWrapPos(String, int, int) - Static method in class io.vertx.core.cli.UsageMessageFormatter
Finds the next text wrap position after startPos for the text in text with the column width width.
fireComplete() - Method in class io.vertx.rx.java.SingleOnSubscribeAdapter
Fire completed to active observer
fireError(Throwable) - Method in class io.vertx.rx.java.SingleOnSubscribeAdapter
Fire error to active observer
fireNext(T) - Method in class io.vertx.rx.java.SingleOnSubscribeAdapter
Fire next to active observer
fireResult(T) - Method in class io.vertx.rx.java.SingleOnSubscribeAdapter
Fire result to active observer
fixedSizeMode(int) - Method in interface io.vertx.core.parsetools.RecordParser
Flip the parser into fixed size mode, where the record size is specified by size in bytes.
fixedSizeMode(int) - Method in class io.vertx.rxjava.core.parsetools.RecordParser
Flip the parser into fixed size mode, where the record size is specified by size in bytes.
flag - Variable in class io.vertx.core.cli.Option
whether or not the option is a flag.
flags() - Method in interface io.vertx.core.http.HttpFrame
 
flags() - Method in class io.vertx.rxjava.core.http.HttpFrame
 
flush() - Method in interface io.vertx.core.file.AsyncFile
Flush any writes made to this file to underlying persistent storage.
flush(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.AsyncFile
Same as AsyncFile.flush() but the handler will be called when the flush is complete or if an error occurs
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
flushall(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Remove all keys from all databases
flushall(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Remove all keys from all databases
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
Remove all keys from all databases
flushallObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Remove all keys from all databases
flushdb(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Remove all keys from the current database
flushdb(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Remove all keys from the current database
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
Remove all keys from the current database
flushdbObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Remove all keys from the current database
flushObservable() - 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
forEach(Consumer<? super Map.Entry<String, String>>) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
 
foregroundHandler(Handler<Void>) - Method in interface io.vertx.ext.shell.command.CommandProcess
Set a foreground handler, this handler is called when the command is running and put to foreground.
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 interface io.vertx.ext.shell.system.JobController
 
foregroundJob() - Method in class io.vertx.rxjava.ext.shell.system.JobController
 
format(LogRecord) - Method in class io.vertx.core.logging.VertxLoggerFormatter
 
formAttributes() - Method in interface io.vertx.core.http.HttpServerRequest
Returns a map of all form attributes in the request.
formAttributes() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
Returns a map of all form attributes in the request.
FormLoginHandler - Interface in io.vertx.ext.web.handler
Handler that handles login from a form on a custom login page.
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
 
forRegistry(MetricRegistry) - Static method in class io.vertx.ext.dropwizard.reporters.JmxReporter
Returns a new JmxReporter.Builder for JmxReporter.
Frame - Class in io.vertx.ext.stomp
Represents a STOMP frame.
Frame() - Constructor for class io.vertx.ext.stomp.Frame
Creates an un-configured frame.
Frame(Frame) - Constructor for class io.vertx.ext.stomp.Frame
Creates a new instance of Frame by copying the values from the other frame.
Frame(JsonObject) - Constructor for class io.vertx.ext.stomp.Frame
Creates a new instance of Frame from its JSON representation.
Frame(Frame.Command, Map<String, String>, Buffer) - Constructor for class io.vertx.ext.stomp.Frame
Creates a new instance of Frame.
frame() - Method in interface io.vertx.ext.stomp.ServerFrame
 
frame() - Method in class io.vertx.rxjava.ext.stomp.ServerFrame
 
Frame.Command - Enum in io.vertx.ext.stomp
The list of command defined by the STOMP specification.
Frame.Heartbeat - Class in io.vertx.ext.stomp
Represents the heartbeat configuration.
FrameConverter - Class in io.vertx.ext.stomp
Converter for Frame.
FrameConverter() - Constructor for class io.vertx.ext.stomp.FrameConverter
 
frameHandler(Handler<WebSocketFrame>) - Method in interface io.vertx.core.http.ServerWebSocket
 
frameHandler(Handler<WebSocketFrame>) - Method in interface io.vertx.core.http.WebSocket
 
frameHandler(Handler<WebSocketFrame>) - Method in interface io.vertx.core.http.WebSocketBase
Set a frame handler on the connection.
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 interface io.vertx.ext.stomp.Acknowledgement
 
Frames - Interface in io.vertx.ext.stomp
Utility methods to build common Frames.
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
 
FROM - Static variable in class io.vertx.core.cli.converters.FromBasedConverter
 
FROM - Static variable in class io.vertx.core.http.HttpHeaders
From header name
FROM_STRING - Static variable in class io.vertx.core.cli.converters.FromStringBasedConverter
 
FromBasedConverter<T> - Class in io.vertx.core.cli.converters
This 'default' converter tries to create objects using a static 'from' method taking a single String argument.
fromCamel(String) - Static method in class io.vertx.camel.InboundMapping
Creates an InboundMapping from the given Camel endpoint.
fromCamel(Endpoint) - Static method in class io.vertx.camel.InboundMapping
Creates an InboundMapping from the given Camel endpoint.
fromInt(int) - Static method in enum io.vertx.core.eventbus.ReplyFailure
 
fromJson(JsonObject, AmqpBridgeOptions) - Static method in class io.vertx.amqpbridge.AmqpBridgeOptionsConverter
 
fromJson(JsonObject, CircuitBreakerOptions) - Static method in class io.vertx.circuitbreaker.CircuitBreakerOptionsConverter
 
fromJson(JsonObject) - Method in class io.vertx.core.DeploymentOptions
Initialise the fields of this instance from the specified JSON
fromJson(JsonObject, JDBCAuthOptions) - Static method in class io.vertx.ext.auth.jdbc.JDBCAuthOptionsConverter
 
fromJson(JsonObject, MongoAuthOptions) - Static method in class io.vertx.ext.auth.mongo.MongoAuthOptionsConverter
 
fromJson(JsonObject, OAuth2ClientOptions) - Static method in class io.vertx.ext.auth.oauth2.OAuth2ClientOptionsConverter
 
fromJson(JsonObject, ShiroAuthOptions) - Static method in class io.vertx.ext.auth.shiro.ShiroAuthOptionsConverter
 
fromJson(JsonObject, BridgeOptions) - Static method in class io.vertx.ext.bridge.BridgeOptionsConverter
 
fromJson(JsonObject, PermittedOptions) - Static method in class io.vertx.ext.bridge.PermittedOptionsConverter
 
fromJson(JsonObject, AuthenticationOptions) - Static method in class io.vertx.ext.hawkular.AuthenticationOptionsConverter
 
fromJson(JsonObject, VertxHawkularOptions) - Static method in class io.vertx.ext.hawkular.VertxHawkularOptionsConverter
 
fromJson(JsonObject, ShellServerOptions) - Static method in class io.vertx.ext.shell.ShellServerOptionsConverter
 
fromJson(JsonObject, ShellServiceOptions) - Static method in class io.vertx.ext.shell.ShellServiceOptionsConverter
 
fromJson(JsonObject, HttpTermOptions) - Static method in class io.vertx.ext.shell.term.HttpTermOptionsConverter
 
fromJson(JsonObject, SSHTermOptions) - Static method in class io.vertx.ext.shell.term.SSHTermOptionsConverter
 
fromJson(JsonObject, TelnetTermOptions) - Static method in class io.vertx.ext.shell.term.TelnetTermOptionsConverter
 
fromJson(JsonObject, ResultSet) - Static method in class io.vertx.ext.sql.ResultSetConverter
 
fromJson(JsonObject, UpdateResult) - Static method in class io.vertx.ext.sql.UpdateResultConverter
 
fromJson(JsonObject, Frame) - Static method in class io.vertx.ext.stomp.FrameConverter
 
fromJson(JsonObject, StompClientOptions) - Static method in class io.vertx.ext.stomp.StompClientOptionsConverter
 
fromJson(JsonObject, StompServerOptions) - Static method in class io.vertx.ext.stomp.StompServerOptionsConverter
 
fromJson(JsonObject, ReportingOptions) - Static method in class io.vertx.ext.unit.report.ReportingOptionsConverter
 
fromJson(JsonObject, ReportOptions) - Static method in class io.vertx.ext.unit.report.ReportOptionsConverter
 
fromJson(JsonObject, TestOptions) - Static method in class io.vertx.ext.unit.TestOptionsConverter
 
fromJson(JsonObject, Record) - Static method in class io.vertx.servicediscovery.RecordConverter
 
fromJson(JsonObject, ServiceDiscoveryOptions) - Static method in class io.vertx.servicediscovery.ServiceDiscoveryOptionsConverter
 
fromJson(JsonObject, HttpLocation) - Static method in class io.vertx.servicediscovery.types.HttpLocationConverter
 
fromString(String) - Method in class io.vertx.core.cli.converters.BooleanConverter
Creates the boolean value from the given String.
fromString(String) - Method in class io.vertx.core.cli.converters.CharacterConverter
 
fromString(String) - Method in class io.vertx.core.cli.converters.ConstructorBasedConverter
Converts the given input to an object by using the constructor approach.
fromString(String) - Method in interface io.vertx.core.cli.converters.Converter
 
fromString(String) - Method in class io.vertx.core.cli.converters.FromBasedConverter
Converts the given input to an object by using the 'from' method.
fromString(String) - Method in class io.vertx.core.cli.converters.FromStringBasedConverter
Converts the given input to an object by using the 'fromString' method.
fromString(String) - Method in class io.vertx.core.cli.converters.StringConverter
Just returns the given input.
fromString(String) - Method in class io.vertx.core.cli.converters.ValueOfBasedConverter
Converts the given input to an object by using the 'valueOf' method.
FromStringBasedConverter<T> - Class in io.vertx.core.cli.converters
This 'default' converter tries to create objects using a static 'from' method taking a single String argument.
fromVertx(String) - Static method in class io.vertx.camel.OutboundMapping
Creates an OutboundMapping from the given Vert.x address.
fsProps(String, Handler<AsyncResult<FileSystemProps>>) - Method in interface io.vertx.core.file.FileSystem
Returns properties of the file-system being used by the specified path, asynchronously.
fsProps(String, Handler<AsyncResult<FileSystemProps>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Returns properties of the file-system being used by the specified path, asynchronously.
fsPropsBlocking(String) - Method in interface io.vertx.core.file.FileSystem
fsPropsBlocking(String) - Method in class io.vertx.rxjava.core.file.FileSystem
fsPropsObservable(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Returns properties of the file-system being used by the specified path, asynchronously.
Future<T> - Interface in io.vertx.core
Represents the result of an action that may, or may not, have occurred yet.
future() - Static method in interface io.vertx.core.Future
Create a future that hasn't completed yet
future() - Method in interface io.vertx.core.spi.FutureFactory
 
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() - Static method in class io.vertx.rxjava.core.Future
Create a future that hasn't completed yet
FutureFactory - Interface in io.vertx.core.spi
 

G

generateToken(JsonObject, JWTOptions) - Method in interface io.vertx.ext.auth.jwt.JWTAuth
Generate a new JWT token.
generateToken(JsonObject, JWTOptions) - Method in class io.vertx.rxjava.ext.auth.jwt.JWTAuth
Generate a new JWT token.
geoadd(String, double, double, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.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 interface io.vertx.redis.RedisTransaction
Add one or more geospatial items in the geospatial index represented using a sorted set.
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 interface io.vertx.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 interface io.vertx.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
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.RedisTransaction
Add one or more geospatial items in the geospatial index represented using a sorted set.
geoaddObservable(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.
geoaddObservable(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.
geodist(String, String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.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 interface io.vertx.redis.RedisTransaction
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.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
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.RedisTransaction
Return the distance between two members in the geospatial index represented by the sorted set.
geodistWithUnit(String, String, String, GeoUnit, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Return the distance between two members in the geospatial index represented by the sorted set.
geodistWithUnit(String, String, String, GeoUnit, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Return the distance between two members in the geospatial index represented by the sorted set.
geodistWithUnit(String, String, String, GeoUnit, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Return the distance between two members in the geospatial index represented by the sorted set.
geodistWithUnit(String, String, String, GeoUnit, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Return the distance between two members in the geospatial index represented by the sorted set.
geodistWithUnitObservable(String, String, String, GeoUnit) - Method in class io.vertx.rxjava.redis.RedisClient
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.RedisTransaction
Return the distance between two members in the geospatial index represented by the sorted set.
geohash(String, String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.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 interface io.vertx.redis.RedisTransaction
Return valid Geohash strings representing the position of one or more elements in a sorted set value representing a geospatial index (where elements were added using GEOADD).
geohash(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 interface io.vertx.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 interface io.vertx.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
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.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).
geohashObservable(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).
geohashObservable(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).
GeoMember - Class in io.vertx.redis.op
 
GeoMember() - Constructor for class io.vertx.redis.op.GeoMember
 
GeoMember(GeoMember) - Constructor for class io.vertx.redis.op.GeoMember
 
GeoMember(JsonObject) - Constructor for class io.vertx.redis.op.GeoMember
 
geopos(String, String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.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 interface io.vertx.redis.RedisTransaction
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<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 interface io.vertx.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 interface io.vertx.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
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.RedisTransaction
Return the positions (longitude,latitude) of all the specified members of the geospatial index represented by the sorted set at key.
geoposObservable(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.
geoposObservable(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.
georadius(String, double, double, double, GeoUnit, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.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 interface io.vertx.redis.RedisTransaction
Return the members of a sorted set populated with geospatial information using GEOADD, which are within the borders of the area specified with the center location and the maximum distance from the center (the radius).
georadius(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 interface io.vertx.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 interface io.vertx.redis.RedisTransaction
This command is exactly like GEORADIUS with the sole difference that instead of taking, as the center of the area to query, a longitude and latitude value, it takes the name of a member already existing inside the geospatial index represented by the sorted set.
georadiusbymember(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
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.RedisTransaction
This command is exactly like GEORADIUS with the sole difference that instead of taking, as the center of the area to query, a longitude and latitude value, it takes the name of a member already existing inside the geospatial index represented by the sorted set.
georadiusbymemberWithOptions(String, String, double, GeoUnit, GeoRadiusOptions, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
This command is exactly like GEORADIUS with the sole difference that instead of taking, as the center of the area to query, a longitude and latitude value, it takes the name of a member already existing inside the geospatial index represented by the sorted set.
georadiusbymemberWithOptions(String, String, double, GeoUnit, GeoRadiusOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
This command is exactly like GEORADIUS with the sole difference that instead of taking, as the center of the area to query, a longitude and latitude value, it takes the name of a member already existing inside the geospatial index represented by the sorted set.
georadiusbymemberWithOptions(String, String, double, GeoUnit, GeoRadiusOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
This command is exactly like GEORADIUS with the sole difference that instead of taking, as the center of the area to query, a longitude and latitude value, it takes the name of a member already existing inside the geospatial index represented by the sorted set.
georadiusbymemberWithOptions(String, String, double, GeoUnit, GeoRadiusOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
This command is exactly like GEORADIUS with the sole difference that instead of taking, as the center of the area to query, a longitude and latitude value, it takes the name of a member already existing inside the geospatial index represented by the sorted set.
georadiusbymemberWithOptionsObservable(String, String, double, GeoUnit, GeoRadiusOptions) - Method in class io.vertx.rxjava.redis.RedisClient
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.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.
georadiusObservable(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).
georadiusObservable(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).
GeoRadiusOptions - Class in io.vertx.redis.op
 
GeoRadiusOptions() - Constructor for class io.vertx.redis.op.GeoRadiusOptions
 
GeoRadiusOptions(GeoRadiusOptions) - Constructor for class io.vertx.redis.op.GeoRadiusOptions
 
GeoRadiusOptions(JsonObject) - Constructor for class io.vertx.redis.op.GeoRadiusOptions
 
georadiusWithOptions(String, double, double, double, GeoUnit, GeoRadiusOptions, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.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 interface io.vertx.redis.RedisTransaction
Return the members of a sorted set populated with geospatial information using GEOADD, which are within the borders of the area specified with the center location and the maximum distance from the center (the radius).
georadiusWithOptions(String, double, double, double, GeoUnit, GeoRadiusOptions, Handler<AsyncResult<JsonArray>>) - Method in 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
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.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).
GeoUnit - Enum in io.vertx.redis.op
GeoUnit represents a geo spatial unit it covers both the metric and imperial systems.
get(String) - Method in interface io.vertx.core.Context
Get some data from the context.
get(String) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
 
get(CharSequence) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
 
get(int) - Method in class io.vertx.core.http.Http2Settings
Return a setting value according to its identifier.
get(int, String, String) - Method in interface io.vertx.core.http.HttpClient
Create an HTTP GET request to send to the server at the specified host and port.
get(String, String) - Method in interface io.vertx.core.http.HttpClient
Create an HTTP GET request to send to the server at the specified host and default port.
get(int, String, String, Handler<HttpClientResponse>) - Method in interface io.vertx.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 interface io.vertx.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 interface io.vertx.core.http.HttpClient
Create an HTTP GET request to send to the server at the default host and port.
get(String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
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 - Static variable in class io.vertx.core.http.HttpHeaders
GET header value
get(CharSequence) - Method in interface io.vertx.core.MultiMap
 
get(String) - Method in interface io.vertx.core.MultiMap
Returns the value of with the specified name.
get(K, Handler<AsyncResult<V>>) - Method in interface io.vertx.core.shareddata.AsyncMap
Get a value from the map, asynchronously.
get(Handler<AsyncResult<Long>>) - Method in interface io.vertx.core.shareddata.Counter
Get the current value of the counter
get(K) - Method in interface io.vertx.core.shareddata.LocalMap
Get a value from the map
get(K, Handler<AsyncResult<ChoosableIterable<V>>>) - Method in interface io.vertx.core.spi.cluster.AsyncMultiMap
Get a list of values from the map for the key
get(String) - Method in interface io.vertx.ext.shell.session.Session
Get some data from the session
get(String) - Method in interface io.vertx.ext.unit.TestContext
Get some data from the context.
get() - Method in interface io.vertx.ext.web.Router
Add a route that matches any HTTP GET request
get(String) - Method in interface io.vertx.ext.web.Router
Add a route that matches a HTTP GET request and the specified path
get(String) - Method in interface io.vertx.ext.web.RoutingContext
Get some data from the context.
get(String) - Method in interface io.vertx.ext.web.Session
Get some data from the session
get(String, Handler<AsyncResult<Session>>) - Method in interface io.vertx.ext.web.sstore.SessionStore
Get the session with the specified ID
get(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Get the value of a key
get(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Get the value of a key
get(String) - Method in class io.vertx.rxjava.core.Context
Get some data from the context.
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(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(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(K) - Method in class io.vertx.rxjava.core.shareddata.LocalMap
Get a value from the map
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() - 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.
get() - Method in interface io.vertx.servicediscovery.ServiceReference
Gets the object to access the service.
get(Vertx, ServiceDiscovery, Record, JsonObject) - Method in interface io.vertx.servicediscovery.spi.ServiceType
Gets the `service` for the given record.
get() - Method in class io.vertx.servicediscovery.types.AbstractServiceReference
Gets the service object.
get50thPercentile() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxHistogramMBean
 
get50thPercentile() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxTimerMBean
 
get75thPercentile() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxHistogramMBean
 
get75thPercentile() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxTimerMBean
 
get95thPercentile() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxHistogramMBean
 
get95thPercentile() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxTimerMBean
 
get98thPercentile() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxHistogramMBean
 
get98thPercentile() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxTimerMBean
 
get999thPercentile() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxHistogramMBean
 
get999thPercentile() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxTimerMBean
 
get99thPercentile() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxHistogramMBean
 
get99thPercentile() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxTimerMBean
 
getAbs(String) - Method in interface io.vertx.core.http.HttpClient
Create an HTTP GET request to send to the server using an absolute URI
getAbs(String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
Create an HTTP GET request to send to the server using an absolute URI, specifying a response handler to receive the response
getAbs(String) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP GET request to send to the server using an absolute URI
getAbs(String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP GET request to send to the server using an absolute URI, specifying a response handler to receive the response
getAcceptableContentType() - Method in interface io.vertx.ext.web.RoutingContext
If the route specifies produces matches, e.g.
getAcceptableContentType() - Method in class io.vertx.rxjava.ext.web.RoutingContext
If the route specifies produces matches, e.g.
getAcceptBacklog() - Method in class io.vertx.core.eventbus.EventBusOptions
 
getAcceptBacklog() - Method in class io.vertx.core.net.NetServerOptions
 
getAcceptedVersions() - Method in class io.vertx.ext.stomp.StompClientOptions
Gets the list of STOMP protocol versions accepted by the client.
getAck() - Method in class io.vertx.ext.stomp.Frame
Gets the value of the ack header.
getAddress() - Method in class io.vertx.camel.CamelMapping
 
getAddress() - Method in class io.vertx.ext.bridge.PermittedOptions
 
getAddress() - Method in class io.vertx.ext.web.handler.sockjs.PermittedOptions
 
getAddress() - Method in class io.vertx.redis.RedisOptions
Get the default `PUB/SUB` eventbus address prefix, default `io.vertx.redis`.
getAddressRegex() - Method in class io.vertx.ext.bridge.PermittedOptions
 
getAddressRegex() - Method in class io.vertx.ext.web.handler.sockjs.PermittedOptions
 
getAddressResolverOptions() - Method in class io.vertx.core.VertxOptions
 
getAlgorithm() - Method in class io.vertx.ext.auth.jwt.JWTOptions
 
getAll(String) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
 
getAll(CharSequence) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
 
getAll(String) - Method in interface io.vertx.core.MultiMap
Returns the values with the specified name
getAll(CharSequence) - Method in interface io.vertx.core.MultiMap
Like MultiMap.getAll(String) but accepting a CharSequence as a parameter
getAll(String) - Method in class io.vertx.rxjava.core.MultiMap
Returns the values with the specified name
getAlpnVersions() - Method in class io.vertx.core.http.HttpClientOptions
 
getAlpnVersions() - Method in class io.vertx.core.http.HttpServerOptions
 
getAndAdd(long, Handler<AsyncResult<Long>>) - Method in interface io.vertx.core.shareddata.Counter
Add the value to the counter atomically and return the value before the add
getAndAdd(long, Handler<AsyncResult<Long>>) - Method in class io.vertx.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
Add the value to the counter atomically and return the value before the add
getAndIncrement(Handler<AsyncResult<Long>>) - Method in interface io.vertx.core.shareddata.Counter
Increment the counter atomically and return the value before the increment.
getAndIncrement(Handler<AsyncResult<Long>>) - Method in class io.vertx.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
Increment the counter atomically and return the value before the increment.
getAnnounceAddress() - Method in class io.vertx.servicediscovery.ServiceDiscoveryOptions
 
getArgName() - Method in class io.vertx.core.cli.Argument
 
getArgName() - Method in class io.vertx.core.cli.Option
 
getArgName() - Method in class io.vertx.core.cli.UsageMessageFormatter
 
getArgument(String) - Method in interface io.vertx.core.cli.CLI
Gets an Argument based on its name (argument name).
getArgument(int) - Method in interface io.vertx.core.cli.CLI
Gets an Argument based on its index.
getArgument() - Method in exception io.vertx.core.cli.InvalidValueException
 
getArgument() - Method in exception io.vertx.core.cli.MissingValueException
 
getArgument(String) - Method in class io.vertx.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 interface io.vertx.core.cli.CLI
Gets the list of defined arguments.
getArguments() - Method in class io.vertx.rxjava.core.cli.CLI
Gets the list of defined arguments.
getArgumentValue(String) - Method in interface io.vertx.core.cli.CommandLine
Gets the value of an argument with the matching name (arg name).
getArgumentValue(int) - Method in interface io.vertx.core.cli.CommandLine
Gets the value of an argument with the given index.
getArgumentValue(String) - Method in class io.vertx.rxjava.core.cli.CommandLine
Gets the value of an argument with the matching name (arg name).
getArgumentValue(int) - Method in class io.vertx.rxjava.core.cli.CommandLine
Gets the value of an argument with the given index.
getArgumentValues(int) - Method in interface io.vertx.core.cli.CommandLine
Gets the values of an argument with the matching index.
getAsyncMap(String, Handler<AsyncResult<AsyncMap<K, V>>>) - Method in interface io.vertx.core.spi.cluster.ClusterManager
Return an async map for the given name
getAsyncMap(String, Handler<AsyncResult<AsyncMap<K, V>>>) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
 
getAsyncMap(String, Handler<AsyncResult<AsyncMap<K, V>>>) - Method in class io.vertx.spi.cluster.ignite.IgniteClusterManager
 
getAsyncMap(String, Handler<AsyncResult<AsyncMap<K, V>>>) - Method in class io.vertx.spi.cluster.jgroups.JGroupsClusterManager
 
getAsyncMultiMap(String, Handler<AsyncResult<AsyncMultiMap<K, V>>>) - Method in interface io.vertx.core.spi.cluster.ClusterManager
Return an async multi-map for the given name
getAsyncMultiMap(String, Handler<AsyncResult<AsyncMultiMap<K, V>>>) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
Every eventbus handler has an ID.
getAsyncMultiMap(String, Handler<AsyncResult<AsyncMultiMap<K, V>>>) - Method in class io.vertx.spi.cluster.ignite.IgniteClusterManager
 
getAsyncMultiMap(String, Handler<AsyncResult<AsyncMultiMap<K, V>>>) - Method in class io.vertx.spi.cluster.jgroups.JGroupsClusterManager
 
getAttachment() - Method in class io.vertx.ext.mail.MailMessage
get the list of attachments of this mail
getAudience() - Method in class io.vertx.ext.auth.jwt.JWTOptions
 
getAuth() - Method in class io.vertx.redis.RedisOptions
Get the password for authentication at connection time.
getAuthenticationOptions() - Method in class io.vertx.ext.hawkular.VertxHawkularOptions
 
getAuthenticationQuery() - Method in class io.vertx.ext.auth.jdbc.JDBCAuthOptions
 
getAuthMethods() - Method in class io.vertx.ext.mail.MailConfig
get string of allowed auth methods, if set only these methods will be used if the server supports them.
getAuthOptions() - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
getAuthOptions() - Method in class io.vertx.ext.shell.term.SSHTermOptions
 
getAuthorizationPath() - Method in class io.vertx.ext.auth.oauth2.OAuth2ClientOptions
 
getBackendConfiguration() - Method in class io.vertx.servicediscovery.ServiceDiscoveryOptions
 
getBaseName(Measured) - Method in interface io.vertx.ext.dropwizard.MetricsService
 
getBaseName(Measured) - Method in class io.vertx.rxjava.ext.dropwizard.MetricsService
 
getBatchDelay() - Method in class io.vertx.ext.hawkular.VertxHawkularOptions
 
getBatchSize() - Method in class io.vertx.ext.hawkular.VertxHawkularOptions
 
getBcc() - Method in class io.vertx.ext.mail.MailMessage
get list of bcc addresses
getBinary(int) - Method in class io.vertx.core.json.JsonArray
Get the byte[] at position pos in the array.
getBinary(String) - Method in class io.vertx.core.json.JsonObject
Get the binary value with the specified key.
getBinary(String, byte[]) - Method in class io.vertx.core.json.JsonObject
Like JsonObject.getBinary(String) but specifying a default value to return if there is no entry.
getBinary(String, Handler<AsyncResult<Buffer>>) - Method in interface io.vertx.redis.RedisClient
Get the value of a key - without decoding as utf-8
getBinary(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Get the value of a key - without decoding as utf-8
getBinary(String, Handler<AsyncResult<Buffer>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get the value of a key - without decoding as utf-8
getBinary(String, Handler<AsyncResult<String>>) - 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
Get the value of a key - without decoding as utf-8
getBinaryObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get the value of a key - without decoding as utf-8
getbit(String, long, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Returns the bit value at offset in the string value stored at key
getbit(String, long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Returns the bit value at offset in the string value stored at key
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
Returns the bit value at offset in the string value stored at key
getbitObservable(String, long) - Method in class io.vertx.rxjava.redis.RedisTransaction
Returns the bit value at offset in the string value stored at key
getBlockedThreadCheckInterval() - Method in class io.vertx.core.VertxOptions
Get the value of blocked thread check period, in ms.
getBody() - Method in class io.vertx.ext.stomp.Frame
 
getBody() - Method in interface io.vertx.ext.web.RoutingContext
 
getBody() - Method in class io.vertx.rxjava.ext.web.RoutingContext
 
getBodyAsByteArray() - Method in class io.vertx.ext.stomp.Frame
 
getBodyAsJson() - Method in interface io.vertx.ext.web.RoutingContext
 
getBodyAsJson() - Method in class io.vertx.rxjava.ext.web.RoutingContext
 
getBodyAsJsonArray() - Method in interface io.vertx.ext.web.RoutingContext
 
getBodyAsJsonArray() - Method in class io.vertx.rxjava.ext.web.RoutingContext
 
getBodyAsString(String) - Method in class io.vertx.ext.stomp.Frame
Gets the body of the frames as a String encoded in the given encoding.
getBodyAsString() - Method in class io.vertx.ext.stomp.Frame
Gets the body of the frames as a String encoded in the frame encoding.
getBodyAsString() - Method in interface io.vertx.ext.web.RoutingContext
 
getBodyAsString(String) - Method in interface io.vertx.ext.web.RoutingContext
Get the entire HTTP request body as a string, assuming the specified encoding.
getBodyAsString() - Method in class io.vertx.rxjava.ext.web.RoutingContext
 
getBodyAsString(String) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Get the entire HTTP request body as a string, assuming the specified encoding.
getBodyType() - Method in class io.vertx.camel.InboundMapping
 
getBoolean(int) - Method in class io.vertx.core.json.JsonArray
Get the Boolean at position pos in the array,
getBoolean(String) - Method in class io.vertx.core.json.JsonObject
Get the Boolean value with the specified key
getBoolean(String, Boolean) - Method in class io.vertx.core.json.JsonObject
Like JsonObject.getBoolean(String) but specifying a default value to return if there is no entry.
getBounceAddress() - Method in class io.vertx.ext.mail.MailMessage
get bounce address of this mail
getBuffer(int, int) - Method in interface io.vertx.core.buffer.Buffer
Returns a copy of a sub-sequence the Buffer as a Buffer starting at position start and ending at position end - 1
getBuffer(int, int) - Method in class io.vertx.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 interface io.vertx.core.buffer.Buffer
Returns the byte at position pos in the Buffer.
getByte(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns the byte at position pos in the Buffer.
getByteBuf() - Method in interface io.vertx.core.buffer.Buffer
Returns the Buffer as a Netty ByteBuf.
getBytes() - Method in interface io.vertx.core.buffer.Buffer
Returns a copy of the entire Buffer as a byte[]
getBytes(int, int) - Method in interface io.vertx.core.buffer.Buffer
Returns a copy of a sub-sequence the Buffer as a byte[] starting at position start and ending at position end - 1
getBytes(byte[]) - Method in interface io.vertx.core.buffer.Buffer
Transfers the content of the Buffer into a byte[].
getBytes(byte[], int) - Method in interface io.vertx.core.buffer.Buffer
Transfers the content of the Buffer into a byte[] at the specific destination.
getBytes(int, int, byte[]) - Method in interface io.vertx.core.buffer.Buffer
Transfers the content of the Buffer starting at position start and ending at position end - 1 into a byte[].
getBytes(int, int, byte[], int) - Method in interface io.vertx.core.buffer.Buffer
Transfers the content of the Buffer starting at position start and ending at position end - 1 into a byte[] at the specific destination.
getCacheMaxTimeToLive() - Method in class io.vertx.core.dns.AddressResolverOptions
 
getCacheMinTimeToLive() - Method in class io.vertx.core.dns.AddressResolverOptions
 
getCacheNegativeTimeToLive() - Method in class io.vertx.core.dns.AddressResolverOptions
 
getCamelContext() - Method in class io.vertx.camel.CamelBridgeOptions
 
getCc() - Method in class io.vertx.ext.mail.MailMessage
get list of cc addresses
getCertPath() - Method in class io.vertx.core.net.PemKeyCertOptions
Get the path to the certificate file
getCertPaths() - Method in class io.vertx.core.net.PemTrustOptions
 
getCertValue() - Method in class io.vertx.core.net.PemKeyCertOptions
Get the certificate as a buffer
getCertValues() - Method in class io.vertx.core.net.PemTrustOptions
 
getCharset() - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
getCharset() - Method in class io.vertx.ext.shell.term.TelnetTermOptions
 
getChoices() - Method in class io.vertx.core.cli.Option
 
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, Handler<AsyncResult<HttpClient>>) - Static method in interface io.vertx.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured HttpClient.
getClientAuth() - Method in class io.vertx.core.eventbus.EventBusOptions
 
getClientAuth() - Method in class io.vertx.core.net.NetServerOptions
 
getClientID() - Method in class io.vertx.ext.auth.oauth2.OAuth2ClientOptions
 
getClientObservable(ServiceDiscovery, JsonObject) - Static method in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
getClientSecret() - Method in class io.vertx.ext.auth.oauth2.OAuth2ClientOptions
 
getClientSecretParameterName() - Method in class io.vertx.ext.auth.oauth2.OAuth2ClientOptions
 
getClusterHost() - Method in class io.vertx.core.VertxOptions
Get the host name to be used for clustering.
getClusterManager() - Method in class io.vertx.core.VertxOptions
Get the cluster manager to be used when clustering.
getClusterPingInterval() - Method in class io.vertx.core.eventbus.EventBusOptions
Get the value of cluster ping reply interval, in ms.
getClusterPingInterval() - Method in class io.vertx.core.VertxOptions
Get the value of cluster ping interval, in ms.
getClusterPingReplyInterval() - Method in class io.vertx.core.eventbus.EventBusOptions
Get the value of cluster ping reply interval, in ms.
getClusterPingReplyInterval() - Method in class io.vertx.core.VertxOptions
Get the value of cluster ping reply interval, in ms.
getClusterPort() - Method in class io.vertx.core.VertxOptions
Get the port to be used for clustering
getClusterPublicHost() - Method in class io.vertx.core.eventbus.EventBusOptions
Get the public facing port to be used when clustering.
getClusterPublicHost() - Method in class io.vertx.core.VertxOptions
Get the public facing hostname to be used when clustering.
getClusterPublicPort() - Method in class io.vertx.core.eventbus.EventBusOptions
Gets the public facing port to be used when clustering.
getClusterPublicPort() - Method in class io.vertx.core.VertxOptions
Get the public facing port to be used when clustering.
getClusterWideMap(String, Handler<AsyncResult<AsyncMap<K, V>>>) - Method in interface io.vertx.core.shareddata.SharedData
Get the cluster wide map with the specified name.
getClusterWideMap(String, Handler<AsyncResult<AsyncMap<K, V>>>) - Method in class io.vertx.rxjava.core.shareddata.SharedData
Get the cluster wide map with the specified name.
getClusterWideMapObservable(String) - Method in class io.vertx.rxjava.core.shareddata.SharedData
Get the cluster wide map with the specified name.
getCode() - Method in exception io.vertx.core.http.StreamResetException
 
getCodecName() - Method in class io.vertx.core.eventbus.DeliveryOptions
Get the codec name.
getCollectionName() - Method in interface io.vertx.ext.auth.mongo.MongoAuth
The name of the collection used to store User objects inside.
getCollectionName() - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
 
getCollectionName() - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
The name of the collection used to store User objects inside.
getCollections(Handler<AsyncResult<List<String>>>) - Method in interface io.vertx.ext.mongo.MongoClient
Get a list of all collections in the database.
getCollections(Handler<AsyncResult<List<String>>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Get a list of all collections in the database.
getCollectionsObservable() - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Get a list of all collections in the database.
getColumnNames() - Method in class io.vertx.ext.sql.ResultSet
Get the column names
getCommand(String) - Method in interface io.vertx.ext.shell.command.CommandResolver
Returns a single command by its name.
getCommand() - Method in class io.vertx.ext.stomp.Frame
 
getCommand(String) - Method in class io.vertx.rxjava.ext.shell.command.CommandResolver
Returns a single command by its name.
getConfig() - Method in class io.vertx.core.DeploymentOptions
Get the JSON configuration that will be passed to the verticle(s) when deployed.
getConfig() - Method in class io.vertx.ext.auth.jdbc.JDBCAuthOptions
 
getConfig() - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
 
getConfig() - Method in class io.vertx.ext.auth.shiro.ShiroAuthOptions
 
getConfig() - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
Get the Hazelcast config
getConfigPath() - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
 
getConfigStream() - Static method in class io.vertx.spi.cluster.jgroups.JGroupsClusterManager
 
getConfigurationProperties() - Method in class io.vertx.servicediscovery.hazelcast.HazelcastKubernetesDiscoveryStrategyFactory
 
getConnection(Handler<AsyncResult<SQLConnection>>) - Method in interface io.vertx.ext.asyncsql.AsyncSQLClient
Returns a connection that can be used to perform SQL operations on.
getConnection(Handler<AsyncResult<SQLConnection>>) - Method in interface io.vertx.ext.jdbc.JDBCClient
Returns a connection that can be used to perform SQL operations on.
getConnection(Handler<AsyncResult<SQLConnection>>) - Method in class io.vertx.rxjava.ext.asyncsql.AsyncSQLClient
Returns a connection that can be used to perform SQL operations on.
getConnection(Handler<AsyncResult<SQLConnection>>) - Method in class io.vertx.rxjava.ext.jdbc.JDBCClient
Returns a connection that can be used to perform SQL operations on.
getConnectionObservable() - Method in class io.vertx.rxjava.ext.asyncsql.AsyncSQLClient
Returns a connection that can be used to perform SQL operations on.
getConnectionObservable() - Method in class io.vertx.rxjava.ext.jdbc.JDBCClient
Returns a connection that can be used to perform SQL operations on.
getConnectTimeout() - Method in class io.vertx.core.eventbus.EventBusOptions
 
getConnectTimeout() - Method in class io.vertx.core.net.ClientOptionsBase
 
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, JsonObject, Handler<AsyncResult<MessageConsumer<T>>>) - Static method in interface io.vertx.servicediscovery.types.MessageSource
Convenient method that looks for a message source and provides the configured MessageConsumer.
getConsumerObservable(ServiceDiscovery, JsonObject) - Static method in class io.vertx.rxjava.servicediscovery.types.MessageSource
Convenient method that looks for a message source and provides the configured .
getContentId() - Method in class io.vertx.ext.mail.MailAttachment
get the Content-ID field
getContentType() - Method in class io.vertx.ext.mail.MailAttachment
get the Content-Type
getContextScheduler() - Static method in class io.vertx.ext.sync.Sync
Get the `FiberScheduler` for the current context.
getConverter() - Method in class io.vertx.core.cli.TypedArgument
 
getConverter() - Method in class io.vertx.core.cli.TypedOption
 
getCookie(String) - Method in interface io.vertx.ext.web.RoutingContext
Get the cookie with the specified name.
getCookie(String) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Get the cookie with the specified name.
getCount() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxCounterMBean
 
getCount() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxHistogramMBean
 
getCount() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxMeterMBean
 
getCounter(String, Handler<AsyncResult<Counter>>) - Method in interface io.vertx.core.shareddata.SharedData
Get a cluster wide counter.
getCounter(String, Handler<AsyncResult<Counter>>) - Method in interface io.vertx.core.spi.cluster.ClusterManager
 
getCounter(String, Handler<AsyncResult<Counter>>) - Method in class io.vertx.rxjava.core.shareddata.SharedData
Get a cluster wide counter.
getCounter(String, Handler<AsyncResult<Counter>>) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
 
getCounter(String, Handler<AsyncResult<Counter>>) - Method in class io.vertx.spi.cluster.ignite.IgniteClusterManager
 
getCounter(String, Handler<AsyncResult<Counter>>) - Method in class io.vertx.spi.cluster.jgroups.JGroupsClusterManager
 
getCounterObservable(String) - Method in class io.vertx.rxjava.core.shareddata.SharedData
Get a cluster wide counter.
getCrlPaths() - Method in class io.vertx.core.net.TCPSSLOptions
 
getCrlValues() - Method in class io.vertx.core.net.TCPSSLOptions
Get the CRL values
getCwd() - Method in class io.vertx.core.spi.launcher.DefaultCommand
 
getData() - Method in class io.vertx.ext.mail.MailAttachment
get the data
getDataSource(JsonObject) - Method in interface io.vertx.ext.jdbc.spi.DataSourceProvider
 
getDataSourceMetadata(ServiceDiscovery, JsonObject, Handler<AsyncResult<JsonObject>>) - Static method in interface io.vertx.servicediscovery.types.DataSource
Gets the metadata of a data source service.
getDatasourceName() - Method in class io.vertx.ext.auth.jdbc.JDBCAuthOptions
 
getDatasourceName() - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
 
getDebugData() - Method in class io.vertx.core.http.GoAway
 
getDebugInfo() - Method in exception io.vertx.serviceproxy.ServiceException
Get the Debugging information provided to this ServiceException
getDefaultCharset() - Method in class io.vertx.ext.shell.term.SSHTermOptions
 
getDefaultHost() - Method in class io.vertx.core.http.HttpClientOptions
Get the default host name to be used by this client in requests if none is provided when making the request.
getDefaultKubernetesMasterUrl() - Static method in class io.vertx.servicediscovery.kubernetes.KubernetesUtils
Computes the default master url based on the KUBERNETES_SERVICE_HOST and KUBERNETES_SERVICE_PORT environment variables
getDefaultPort() - Method in class io.vertx.core.http.HttpClientOptions
Get the default port to be used by this client in requests if none is provided when making the request.
getDefaultValue() - Method in class io.vertx.core.cli.Argument
 
getDefaultValue() - Method in class io.vertx.core.cli.Option
 
getDelegate() - Method in class io.vertx.ext.rxjava.eventbus.bridge.tcp.TcpEventBusBridge
 
getDelegate() - Method in class io.vertx.rxjava.amqpbridge.AmqpBridge
 
getDelegate() - Method in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
 
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.datagram.PacketWritestream
 
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.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.eventbus.SendContext
 
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.HttpServerRequestStream
 
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.ServerWebSocketStream
 
getDelegate() - Method in class io.vertx.rxjava.core.http.WebSocket
 
getDelegate() - Method in interface io.vertx.rxjava.core.http.WebSocketBase
 
getDelegate() - Method in class io.vertx.rxjava.core.http.WebSocketFrame
 
getDelegate() - Method in class io.vertx.rxjava.core.http.WebSocketStream
 
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.NetSocketStream
 
getDelegate() - Method in class io.vertx.rxjava.core.net.SocketAddress
 
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.jdbc.JDBCAuth
 
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.OAuth2Auth
 
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.dropwizard.MetricsService
 
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.mail.MailService
 
getDelegate() - Method in class io.vertx.rxjava.ext.mongo.MongoClient
 
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.SQLConnection
 
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 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.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.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.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.Locale
 
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.HandlebarsTemplateEngine
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.templ.JadeTemplateEngine
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.templ.MVELTemplateEngine
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.templ.TemplateEngine
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.templ.ThymeleafTemplateEngine
 
getDelegate() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
 
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.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
 
getDescPadding() - Method in class io.vertx.core.cli.UsageMessageFormatter
 
getDescription() - Method in class io.vertx.core.cli.Argument
 
getDescription() - Method in interface io.vertx.core.cli.CLI
 
getDescription() - Method in class io.vertx.core.cli.Option
 
getDescription() - Method in class io.vertx.ext.mail.MailAttachment
get the description field
getDescription() - Method in class io.vertx.rxjava.core.cli.CLI
 
getDestination() - Method in class io.vertx.ext.stomp.Frame
 
getDestination(String) - Method in interface io.vertx.ext.stomp.StompServerHandler
Gets the destination with the given name.
getDestination(String) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Gets the destination with the given name.
getDestinations() - Method in interface io.vertx.ext.stomp.StompServerHandler
 
getDestinations() - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
 
getDisabledMetricsTypes() - Method in class io.vertx.ext.hawkular.VertxHawkularOptions
 
getDisabledTransports() - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
 
getDiscoveryStrategyType() - Method in class io.vertx.servicediscovery.hazelcast.HazelcastKubernetesDiscoveryStrategyFactory
 
getDisposition() - Method in class io.vertx.ext.mail.MailAttachment
get the disposition field
getDocMatched() - Method in class io.vertx.ext.mongo.MongoClientUpdateResult
Get the number of documents that're matched
getDocModified() - Method in class io.vertx.ext.mongo.MongoClientUpdateResult
Get the number of documents that're modified
getDocUpsertedId() - Method in class io.vertx.ext.mongo.MongoClientUpdateResult
Get the document id that's upserted
getDomain() - Method in interface io.vertx.ext.web.Cookie
 
getDomain() - Method in class io.vertx.rxjava.ext.web.Cookie
 
getDouble(int) - Method in interface io.vertx.core.buffer.Buffer
Returns the double at position pos in the Buffer.
getDouble(int) - Method in class io.vertx.core.json.JsonArray
Get the Double at position pos in the array,
getDouble(String) - Method in class io.vertx.core.json.JsonObject
Get the Double value with the specified key
getDouble(String, Double) - Method in class io.vertx.core.json.JsonObject
Like JsonObject.getDouble(String) but specifying a default value to return if there is no entry.
getDouble(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns the double at position pos in the Buffer.
getDurationUnit() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxTimerMBean
 
getEmail() - Method in class io.vertx.ext.mail.mailencoder.EmailAddress
get the email part of the address
getEnabledCipherSuites() - Method in class io.vertx.core.net.TCPSSLOptions
 
getEnabledSecureTransportProtocols() - Method in class io.vertx.core.net.TCPSSLOptions
Returns the enabled SSL/TLS protocols
getEncoding() - Method in class io.vertx.redis.RedisOptions
Return the character encoding for Strings, default `UTF-8`.
getEndpoint() - Method in class io.vertx.servicediscovery.types.HttpLocation
 
getErrorCode() - Method in class io.vertx.core.http.GoAway
 
getEventBusOptions() - Method in class io.vertx.core.VertxOptions
 
getEventLoopPoolSize() - Method in class io.vertx.core.VertxOptions
Get the number of event loop threads to be used by the Vert.x instance.
getExclusions() - Method in class io.vertx.maven.resolver.ResolutionOptions
 
getExpected() - Method in exception io.vertx.core.cli.MissingOptionException
 
getExpiresInMinutes() - Method in class io.vertx.ext.auth.jwt.JWTOptions
 
getExpiresInSeconds() - Method in class io.vertx.ext.auth.jwt.JWTOptions
 
getExtraClasspath() - Method in class io.vertx.core.DeploymentOptions
Get any extra classpath to be used when deploying the verticle.
getExtraSettings() - Method in class io.vertx.core.http.Http2Settings
 
getFactory() - Method in class io.vertx.core.metrics.MetricsOptions
Get the metrics factory to be used when metrics are enabled.
getFields() - Method in class io.vertx.ext.mongo.FindOptions
Get the fields
getFifteenMinuteRate() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxMeterMBean
 
getFiveMinuteRate() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxMeterMBean
 
getFloat(int) - Method in interface io.vertx.core.buffer.Buffer
Returns the float at position pos in the Buffer.
getFloat(int) - Method in class io.vertx.core.json.JsonArray
Get the Float at position pos in the array,
getFloat(String) - Method in class io.vertx.core.json.JsonObject
Get the Float value with the specified key
getFloat(String, Float) - Method in class io.vertx.core.json.JsonObject
Like JsonObject.getFloat(String) but specifying a default value to return if there is no entry.
getFloat(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns the float at position pos in the Buffer.
getFormat() - Method in class io.vertx.ext.unit.report.ReportOptions
 
getFormAttribute(String) - Method in interface io.vertx.core.http.HttpServerRequest
Return the first form attribute value with the specified name
getFormAttribute(String) - Method in class io.vertx.rxjava.core.http.HttpServerRequest
Return the first form attribute value with the specified name
getFrom() - Method in class io.vertx.ext.mail.MailMessage
get from address of this mail
getHAGroup() - Method in class io.vertx.core.VertxOptions
Get the HA group to be used when HA is enabled.
getHandlebars() - Method in interface io.vertx.ext.web.templ.HandlebarsTemplateEngine
Get a reference to the internal Handlebars object so it can be configured.
getHashedStoredPwd(JsonArray) - Method in interface io.vertx.ext.auth.jdbc.JDBCHashStrategy
Retrieve the hashed password from the result of the authentication query
getHashStrategy() - Method in interface io.vertx.ext.auth.mongo.MongoAuth
The HashStrategy which is used by the current instance
getHashStrategy() - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
The HashStrategy which is used by the current instance
getHazelcastInstance() - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
 
getHeader(String) - Method in interface io.vertx.core.http.HttpClientResponse
Return the first header value with the specified name
getHeader(CharSequence) - Method in interface io.vertx.core.http.HttpClientResponse
Return the first header value with the specified name
getHeader(String) - Method in interface io.vertx.core.http.HttpServerRequest
Return the first header value with the specified name
getHeader(CharSequence) - Method in interface io.vertx.core.http.HttpServerRequest
Return the first header value with the specified name
getHeader() - Method in class io.vertx.ext.auth.jwt.JWTOptions
 
getHeader(String) - Method in class io.vertx.ext.stomp.Frame
Gets the value of the header with the given name.
getHeader(String) - Method in class io.vertx.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
getHeaders() - Method in class io.vertx.core.eventbus.DeliveryOptions
Get the message headers
getHeaders() - Method in class io.vertx.ext.auth.oauth2.OAuth2ClientOptions
 
getHeaders() - Method in class io.vertx.ext.mail.MailAttachment
Get the headers to be added for this attachment.
getHeaders() - Method in class io.vertx.ext.mail.MailMessage
Get the headers.
getHeaders() - Method in class io.vertx.ext.stomp.Frame
Gets the frame headers.
getHeaderTableSize() - Method in class io.vertx.core.http.Http2Settings
 
getHeartbeat() - Method in class io.vertx.ext.stomp.StompClientOptions
Gets the heartbeat configuration.
getHeartbeat() - Method in class io.vertx.ext.stomp.StompServerOptions
Gets the heartbeat configuration.
getHeartbeatInterval() - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
 
getHost() - Method in class io.vertx.core.eventbus.EventBusOptions
 
getHost() - Method in interface io.vertx.core.http.HttpClientRequest
 
getHost() - Method in class io.vertx.core.net.NetServerOptions
 
getHost() - Method in class io.vertx.core.net.ProxyOptions
Get proxy host.
getHost() - Method in class io.vertx.ext.hawkular.VertxHawkularOptions
 
getHost() - Method in class io.vertx.ext.shell.term.SSHTermOptions
 
getHost() - Method in class io.vertx.ext.stomp.StompClientOptions
Gets the STOMP server host.
getHost() - Method in class io.vertx.redis.RedisOptions
Get the host name for the Redis server, default `localhost`.
getHost() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
 
getHost() - Method in class io.vertx.servicediscovery.types.HttpLocation
 
getHostname() - Method in class io.vertx.ext.mail.MailConfig
get the hostname of the mailserver
getHostnameVerificationAlgorithm() - Method in class io.vertx.core.net.NetClientOptions
 
getHostsPath() - Method in class io.vertx.core.dns.AddressResolverOptions
 
getHostsValue() - Method in class io.vertx.core.dns.AddressResolverOptions
 
getHtml() - Method in class io.vertx.ext.mail.MailMessage
get the html text of this mail
getHttp2ConnectionWindowSize() - Method in class io.vertx.core.http.HttpClientOptions
 
getHttp2ConnectionWindowSize() - Method in class io.vertx.core.http.HttpServerOptions
 
getHttp2MaxPoolSize() - Method in class io.vertx.core.http.HttpClientOptions
Get the maximum pool size for HTTP/2 connections
getHttp2MultiplexingLimit() - Method in class io.vertx.core.http.HttpClientOptions
 
getHttpHeaders() - Method in class io.vertx.ext.hawkular.VertxHawkularOptions
 
getHttpOptions() - Method in class io.vertx.ext.hawkular.VertxHawkularOptions
 
getHttpOptions() - Method in class io.vertx.ext.shell.ShellServiceOptions
 
getHttpProxy() - Method in class io.vertx.maven.ResolverOptions
 
getHttpsProxy() - Method in class io.vertx.maven.ResolverOptions
 
getId() - Method in class io.vertx.ext.hawkular.AuthenticationOptions
 
getId() - Method in class io.vertx.ext.stomp.Frame
 
getIdleTimeout() - Method in class io.vertx.core.net.TCPSSLOptions
 
getIfEligible(Class<T>) - Static method in class io.vertx.core.cli.converters.ConstructorBasedConverter
Checks whether the given class can be used by the ConstructorBasedConverter (i.e.
getIfEligible(Class<T>) - Static method in class io.vertx.core.cli.converters.FromBasedConverter
Checks whether the given class can be used by the FromBasedConverter (i.e.
getIfEligible(Class<T>) - Static method in class io.vertx.core.cli.converters.FromStringBasedConverter
Checks whether the given class can be used by the FromStringBasedConverter (i.e.
getIfEligible(Class<T>) - Static method in class io.vertx.core.cli.converters.ValueOfBasedConverter
Checks whether the given class can be used by the ValueOfBasedConverter (i.e.
getInBinary() - Method in class io.vertx.ext.shell.term.TelnetTermOptions
 
getInboundMappings() - Method in class io.vertx.camel.CamelBridgeOptions
 
getInboundPermitteds() - Method in class io.vertx.ext.bridge.BridgeOptions
 
getInboundPermitteds() - Method in class io.vertx.ext.web.handler.sockjs.BridgeOptions
 
getIndex() - Method in class io.vertx.core.cli.Argument
 
getInitialSettings() - Method in class io.vertx.core.http.HttpClientOptions
 
getInitialSettings() - Method in class io.vertx.core.http.HttpServerOptions
 
getInitialWindowSize() - Method in class io.vertx.core.http.Http2Settings
 
getInlineAttachment() - Method in class io.vertx.ext.mail.MailMessage
get the list of inline attachments of this mail
getInstanceCount() - Method in interface io.vertx.core.Context
 
getInstanceCount() - Method in class io.vertx.rxjava.core.Context
 
getInstances() - Method in class io.vertx.core.DeploymentOptions
Get the number of instances that should be deployed.
getInstant(int) - Method in class io.vertx.core.json.JsonArray
Get the Instant at position pos in the array.
getInstant(String) - Method in class io.vertx.core.json.JsonObject
Get the instant value with the specified key.
getInstant(String, Instant) - Method in class io.vertx.core.json.JsonObject
Like JsonObject.getInstant(String) but specifying a default value to return if there is no entry.
getInstantThroughput() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxThroughputMeterMBean
 
getInstantThroughput() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxThroughputTimerMBean
 
getInt(int) - Method in interface io.vertx.core.buffer.Buffer
Returns the int at position pos in the Buffer.
getInt(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns the int at position pos in the Buffer.
getInteger(int) - Method in class io.vertx.core.json.JsonArray
Get the Integer at position pos in the array,
getInteger(String) - Method in class io.vertx.core.json.JsonObject
Get the Integer value with the specified key
getInteger(String, Integer) - Method in class io.vertx.core.json.JsonObject
Like JsonObject.getInteger(String) but specifying a default value to return if there is no entry.
getInternalBlockingPoolSize() - Method in class io.vertx.core.VertxOptions
Get the value of internal blocking pool size.
getIntLE(int) - Method in interface io.vertx.core.buffer.Buffer
Gets a 32-bit integer at the specified absolute index in this buffer with Little Endian Byte Order.
getIntLE(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Gets a 32-bit integer at the specified absolute index in this buffer with Little Endian Byte Order.
getIntputrc() - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
getIntputrc() - Method in class io.vertx.ext.shell.term.SSHTermOptions
 
getIntputrc() - Method in class io.vertx.ext.shell.term.TelnetTermOptions
 
getIsolatedClasses() - Method in class io.vertx.core.DeploymentOptions
Get the list of isolated class names, the names can be a Java class fully qualified name such as 'com.mycompany.myproject.engine.MyClass' or a wildcard matching such as `com.mycompany.myproject.*`.
getIsolationGroup() - Method in class io.vertx.core.DeploymentOptions
Get the isolation group that will be used when deploying the verticle(s)
getIssuer() - Method in class io.vertx.ext.auth.jwt.JWTOptions
 
getJadeConfiguration() - Method in interface io.vertx.ext.web.templ.JadeTemplateEngine
Get a reference to the internal JadeConfiguration object so it can be configured.
getJDBCClient(ServiceDiscovery, JsonObject, Handler<AsyncResult<JDBCClient>>) - Static method in class io.vertx.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, JsonObject, Handler<AsyncResult<JDBCClient>>) - Static method in interface io.vertx.servicediscovery.types.JDBCDataSource
Convenient method that looks for a JDBC datasource source and provides the configured JDBCClient.
getJDBCClient(ServiceDiscovery, JsonObject, JsonObject, Handler<AsyncResult<JDBCClient>>) - Static method in interface io.vertx.servicediscovery.types.JDBCDataSource
Convenient method that looks for a JDBC datasource source and provides the configured JDBCClient.
getJDBCClientObservable(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.
getJDBCClientObservable(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.
getJmxDomain() - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
Get the JMX domain to use when JMX metrics are enabled.
getJob(int) - Method in interface io.vertx.ext.shell.system.JobController
Returns an active job in this session by its id.
getJob(int) - Method in class io.vertx.rxjava.ext.shell.system.JobController
Returns an active job in this session by its .
getJsonArray(int) - Method in class io.vertx.core.json.JsonArray
Get the JsonArray at position pos in the array.
getJsonArray(String) - Method in class io.vertx.core.json.JsonObject
Get the JsonArray value with the specified key
getJsonArray(String, JsonArray) - Method in class io.vertx.core.json.JsonObject
Like JsonObject.getJsonArray(String) but specifying a default value to return if there is no entry.
getJsonObject(int) - Method in class io.vertx.core.json.JsonArray
Get the JsonObject at position pos in the array.
getJsonObject(String) - Method in class io.vertx.core.json.JsonObject
Get the JsonObject value with the specified key
getJsonObject(String, JsonObject) - Method in class io.vertx.core.json.JsonObject
Like JsonObject.getJsonObject(String) but specifying a default value to return if there is no entry.
getKeyCertOptions() - Method in class io.vertx.core.net.TCPSSLOptions
 
getKeyManagerFactory(Vertx) - Method in interface io.vertx.core.net.KeyCertOptions
Create and return the key manager factory for these options.
getKeyPairOptions() - Method in class io.vertx.ext.shell.term.SSHTermOptions
 
getKeyPath() - Method in class io.vertx.core.net.PemKeyCertOptions
Get the path to the key file
getKeys() - Method in class io.vertx.ext.sql.UpdateResult
Get any generated keys
getKeyStore() - Method in class io.vertx.ext.mail.MailConfig
get the key store filename to be used when opening SMTP connections
getKeyStorePassword() - Method in class io.vertx.ext.mail.MailConfig
get the key store password to be used when opening SMTP connections
getKeyValue() - Method in class io.vertx.core.net.PemKeyCertOptions
Get the key as a buffer
getLastStreamId() - Method in class io.vertx.core.http.GoAway
 
getLeftPadding() - Method in class io.vertx.core.cli.UsageMessageFormatter
 
getLibraryURL() - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
 
getLimit() - Method in class io.vertx.ext.mongo.FindOptions
Get the limit - this determines the max number of rows to return
getList() - Method in class io.vertx.core.json.JsonArray
Get the unerlying List
getListSeparator() - Method in class io.vertx.core.cli.TypedOption
 
getLocalMap(String) - Method in interface io.vertx.core.shareddata.SharedData
Return a LocalMap with the specific name.
getLocalMap(String) - Method in class io.vertx.rxjava.core.shareddata.SharedData
Return a LocalMap with the specific name.
getLocalRepository() - Method in class io.vertx.maven.ResolverOptions
 
getLocation() - Method in class io.vertx.servicediscovery.Record
 
getLock(String, Handler<AsyncResult<Lock>>) - Method in interface io.vertx.core.shareddata.SharedData
Get a cluster wide lock with the specified name.
getLock(String, Handler<AsyncResult<Lock>>) - Method in class io.vertx.rxjava.core.shareddata.SharedData
Get a cluster wide lock with the specified name.
getLockObservable(String) - Method in class io.vertx.rxjava.core.shareddata.SharedData
Get a cluster wide lock with the specified name.
getLockWithTimeout(String, long, Handler<AsyncResult<Lock>>) - Method in interface io.vertx.core.shareddata.SharedData
Like SharedData.getLock(String, Handler) but specifying a timeout.
getLockWithTimeout(String, long, Handler<AsyncResult<Lock>>) - Method in interface io.vertx.core.spi.cluster.ClusterManager
 
getLockWithTimeout(String, long, Handler<AsyncResult<Lock>>) - Method in class io.vertx.rxjava.core.shareddata.SharedData
getLockWithTimeout(String, long, Handler<AsyncResult<Lock>>) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
 
getLockWithTimeout(String, long, Handler<AsyncResult<Lock>>) - Method in class io.vertx.spi.cluster.ignite.IgniteClusterManager
 
getLockWithTimeout(String, long, Handler<AsyncResult<Lock>>) - Method in class io.vertx.spi.cluster.jgroups.JGroupsClusterManager
 
getLockWithTimeoutObservable(String, long) - Method in class io.vertx.rxjava.core.shareddata.SharedData
getLogActivity() - Method in class io.vertx.core.net.NetworkOptions
 
getLogger(Class<?>) - Static method in class io.vertx.core.logging.LoggerFactory
 
getLogger(String) - Static method in class io.vertx.core.logging.LoggerFactory
 
getLogin() - Method in class io.vertx.ext.mail.MailConfig
get login options
getLogin() - Method in class io.vertx.ext.stomp.StompClientOptions
Gets the configured login.
getLogoutPath() - Method in class io.vertx.ext.auth.oauth2.OAuth2ClientOptions
 
getLong(int) - Method in interface io.vertx.core.buffer.Buffer
Returns the long at position pos in the Buffer.
getLong(int) - Method in class io.vertx.core.json.JsonArray
Get the Long at position pos in the array,
getLong(String) - Method in class io.vertx.core.json.JsonObject
Get the Long value with the specified key
getLong(String, Long) - Method in class io.vertx.core.json.JsonObject
Like JsonObject.getLong(String) but specifying a default value to return if there is no entry.
getLong(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns the long at position pos in the Buffer.
getLongLE(int) - Method in interface io.vertx.core.buffer.Buffer
Gets a 64-bit long integer at the specified absolute index in this buffer in Little Endian Byte Order.
getLongLE(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Gets a 64-bit long integer at the specified absolute index in this buffer in Little Endian Byte Order.
getLongName() - Method in class io.vertx.core.cli.Option
 
getLongOptionPrefix() - Method in class io.vertx.core.cli.UsageMessageFormatter
 
getLongOptionSeparator() - Method in class io.vertx.core.cli.UsageMessageFormatter
Returns the separator displayed between a long option and its value.
getMap() - Method in class io.vertx.core.json.JsonObject
Get the underlying Map.
getMatch() - Method in class io.vertx.ext.bridge.PermittedOptions
 
getMatch() - Method in class io.vertx.ext.web.handler.sockjs.PermittedOptions
 
getMax() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxHistogramMBean
 
getMax() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxTimerMBean
 
getMaxAddressLength() - Method in class io.vertx.ext.web.handler.sockjs.BridgeOptions
 
getMaxBodyLength() - Method in class io.vertx.ext.stomp.StompServerOptions
Gets the max length of the frame body accepted by the server.
getMaxBufferedMessages() - Method in interface io.vertx.core.eventbus.MessageConsumer
 
getMaxBufferedMessages() - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
 
getMaxBytesStreaming() - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
 
getMaxChunkSize() - Method in class io.vertx.core.http.HttpClientOptions
Returns the maximum HTTP chunk size
getMaxChunkSize() - Method in class io.vertx.core.http.HttpServerOptions
Returns the maximum HTTP chunk size
getMaxConcurrentStreams() - Method in class io.vertx.core.http.Http2Settings
 
getMaxEventLoopExecuteTime() - Method in class io.vertx.core.VertxOptions
Get the value of max event loop execute time, in ns.
getMaxFailures() - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
 
getMaxFrameInTransaction() - Method in class io.vertx.ext.stomp.StompServerOptions
Gets the maximum number of frames that can be added to a transaction.
getMaxFrameSize() - Method in class io.vertx.core.http.Http2Settings
 
getMaxHandlersPerSocket() - Method in class io.vertx.ext.web.handler.sockjs.BridgeOptions
 
getMaxHeaderLength() - Method in class io.vertx.ext.stomp.StompServerOptions
Gets the max length of header's value.
getMaxHeaderListSize() - Method in class io.vertx.core.http.Http2Settings
 
getMaxHeaders() - Method in class io.vertx.ext.stomp.StompServerOptions
Gets the maximum number of headers supported by the server.
getMaxHeaderSize() - Method in class io.vertx.core.http.HttpServerOptions
 
getMaxInitialLineLength() - Method in class io.vertx.core.http.HttpServerOptions
 
getMaxPoolSize() - Method in class io.vertx.core.http.HttpClientOptions
Get the maximum pool size for connections
getMaxPoolSize() - Method in class io.vertx.ext.mail.MailConfig
get the max allowed number of open connections to the mailserver if not set the default is 10
getMaxQueries() - Method in class io.vertx.core.dns.AddressResolverOptions
 
getMaxSubscriptionsByClient() - Method in class io.vertx.ext.stomp.StompServerOptions
Gets the maximum of subscriptions a client is allowed to register.
getMaxWaitQueueSize() - Method in class io.vertx.core.http.HttpClientOptions
Returns the maximum wait queue size
getMaxWebsocketFrameSize() - Method in class io.vertx.core.http.HttpClientOptions
Get the maximum websocket framesize to use
getMaxWebsocketFrameSize() - Method in class io.vertx.core.http.HttpServerOptions
 
getMaxWorkerExecuteTime() - Method in class io.vertx.core.DeploymentOptions
Get the value of max worker execute time, in ns.
getMaxWorkerExecuteTime() - Method in class io.vertx.core.VertxOptions
Get the value of max worker execute time, in ns.
getMean() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxHistogramMBean
 
getMean() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxTimerMBean
 
getMeanRate() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxMeterMBean
 
getMedium(int) - Method in interface io.vertx.core.buffer.Buffer
Gets a 24-bit medium integer at the specified absolute index in this buffer.
getMedium(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Gets a 24-bit medium integer at the specified absolute index in this buffer.
getMediumLE(int) - Method in interface io.vertx.core.buffer.Buffer
Gets a 24-bit medium integer at the specified absolute index in this buffer in the Little Endian Byte Order.
getMediumLE(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Gets a 24-bit medium integer at the specified absolute index in this buffer in the Little Endian Byte Order.
getMessageID() - Method in class io.vertx.ext.mail.mailencoder.MailEncoder
 
getMessageID() - Method in class io.vertx.ext.mail.MailResult
 
getMetadata() - Method in class io.vertx.servicediscovery.Record
Gets the metadata attached to the record.
getMetrics() - Method in interface io.vertx.core.spi.metrics.MetricsProvider
Returns the metrics implementation.
getMetricsBridgeAddress() - Method in class io.vertx.ext.hawkular.VertxHawkularOptions
 
getMetricsName() - Method in class io.vertx.core.net.ClientOptionsBase
 
getMetricsOptions() - Method in class io.vertx.core.VertxOptions
 
getMetricsServiceUri() - Method in class io.vertx.ext.hawkular.VertxHawkularOptions
 
getMetricsSnapshot(Measured) - Method in interface io.vertx.ext.dropwizard.MetricsService
Will return the metrics that correspond with the measured object, null if no metrics is available.

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

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

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

getMetricsSnapshot(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.

getMin() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxHistogramMBean
 
getMin() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxTimerMBean
 
getMonitoredEventBusHandlers() - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
 
getMonitoredHttpClientUris() - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
 
getMonitoredHttpServerUris() - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
 
getMulticastNetworkInterface() - Method in class io.vertx.core.datagram.DatagramSocketOptions
Get the multicast network interface address
getMulticastTimeToLive() - Method in class io.vertx.core.datagram.DatagramSocketOptions
 
getName() - Method in interface io.vertx.core.cli.CLI
 
getName() - Method in class io.vertx.core.cli.Option
 
getName() - Method in class io.vertx.ext.mail.MailAttachment
get the name
getName() - Method in class io.vertx.ext.mail.mailencoder.EmailAddress
get the name part of the address
getName() - Method in class io.vertx.ext.unit.junit.VertxUnitRunnerWithParameters
 
getName() - Method in interface io.vertx.ext.web.Cookie
 
getName() - Method in class io.vertx.lang.groovy.GroovyDocGenerator
 
getName() - Method in class io.vertx.lang.ruby.JRubyDocGenerator
 
getName() - Method in class io.vertx.rxjava.core.cli.CLI
 
getName() - Method in class io.vertx.rxjava.ext.web.Cookie
 
getName() - Method in class io.vertx.servicediscovery.Record
Gets the name of the service.
getName() - Method in class io.vertx.servicediscovery.ServiceDiscoveryOptions
Gets the service discovery name used in service usage events.
getNewLine() - Method in class io.vertx.core.cli.UsageMessageFormatter
 
getNodeID() - Method in interface io.vertx.core.spi.cluster.ClusterManager
Return the unique node ID for this node
getNodeID() - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
 
getNodeID() - Method in class io.vertx.spi.cluster.ignite.IgniteClusterManager
 
getNodeID() - Method in class io.vertx.spi.cluster.jgroups.JGroupsClusterManager
 
getNodes() - Method in interface io.vertx.core.spi.cluster.ClusterManager
Return a list of node IDs corresponding to the nodes in the cluster
getNodes() - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
 
getNodes() - Method in class io.vertx.spi.cluster.ignite.IgniteClusterManager
 
getNodes() - Method in class io.vertx.spi.cluster.jgroups.JGroupsClusterManager
 
getNotificationAddress() - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
 
getNotificationPeriod() - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
 
getNoTimestamp() - Method in class io.vertx.ext.auth.jwt.JWTOptions
 
getNow(int, String, String, Handler<HttpClientResponse>) - Method in interface io.vertx.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 interface io.vertx.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 interface io.vertx.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
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
getNumColumns() - Method in class io.vertx.ext.sql.ResultSet
Return the number of columns in the result set
getNumRows() - Method in class io.vertx.ext.sql.ResultSet
Return the number of rows in the result set
getObservable(K) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
Get a value from the map, asynchronously.
getObservable() - Method in class io.vertx.rxjava.core.shareddata.Counter
Get the current value of the counter
getObservable(String) - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
Get the session with the specified ID
getObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
Get the value of a key
getObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get the value of a key
getOneMinuteRate() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxMeterMBean
 
getOption(String) - Method in interface io.vertx.core.cli.CLI
Gets an Option based on its name (short name, long name or argument name).
getOption() - Method in exception io.vertx.core.cli.InvalidValueException
 
getOption() - Method in exception io.vertx.core.cli.MissingValueException
 
getOption(String) - Method in class io.vertx.rxjava.core.cli.CLI
Gets an Option based on its name (short name, long name or argument name).
getOptionComparator() - Method in class io.vertx.core.cli.UsageMessageFormatter
Comparator used to sort the options when they output in help text.
getOptionPrefix() - Method in class io.vertx.core.cli.UsageMessageFormatter
 
getOptions() - Method in exception io.vertx.core.cli.AmbiguousOptionException
 
getOptions() - Method in interface io.vertx.core.cli.CLI
Gets the list of options.
getOptions() - Method in class io.vertx.rxjava.core.cli.CLI
Gets the list of options.
getOptionValue(String) - Method in interface io.vertx.core.cli.CommandLine
Gets the value of an option with the matching name (can be the long name, short name or arg name).
getOptionValue(String) - Method in class io.vertx.rxjava.core.cli.CommandLine
Gets the value of an option with the matching name (can be the long name, short name or arg name).
getOptionValues(String) - Method in interface io.vertx.core.cli.CommandLine
Gets the values of an option with the matching name (can be the long name, short name or arg name).
getOrCreateContext() - Method in interface io.vertx.core.Vertx
Gets the current context, or creates one if there isn't one
getOrCreateContext() - Method in class io.vertx.rxjava.core.Vertx
Gets the current context, or creates one if there isn't one
getOrCreateDestination(String) - Method in interface io.vertx.ext.stomp.StompServerHandler
Gets a Destination object if existing, or create a new one.
getOrCreateDestination(String) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Gets a Destination object if existing, or create a new one.
getOutBinary() - Method in class io.vertx.ext.shell.term.TelnetTermOptions
 
getOutboundMappings() - Method in class io.vertx.camel.CamelBridgeOptions
 
getOutboundPermitteds() - Method in class io.vertx.ext.bridge.BridgeOptions
 
getOutboundPermitteds() - Method in class io.vertx.ext.web.handler.sockjs.BridgeOptions
 
getOutput() - Method in class io.vertx.ext.sql.ResultSet
Get the registered outputs
getOwnHostname() - Method in class io.vertx.ext.mail.MailConfig
get the hostname to be used for HELO/EHLO and the Message-ID
getParam(String) - Method in interface io.vertx.core.http.HttpServerRequest
Return the first param value with the specified name
getParam(String) - Method in class io.vertx.rxjava.core.http.HttpServerRequest
Return the first param value with the specified name
getPasscode() - Method in class io.vertx.ext.stomp.StompClientOptions
Gets the configured passcode.
getPassword() - Method in class io.vertx.core.net.JksOptions
 
getPassword() - Method in class io.vertx.core.net.PfxOptions
Get the password
getPassword() - Method in class io.vertx.core.net.ProxyOptions
Get proxy password.
getPassword() - Method in class io.vertx.ext.mail.MailConfig
get password
getPasswordCredentialField() - Method in interface io.vertx.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(JsonObject, io.vertx.core.Handler).
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 interface io.vertx.ext.auth.mongo.MongoAuth
Get the name of the field to be used for the password Defaults to MongoAuth.DEFAULT_PASSWORD_FIELD
getPasswordField() - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
 
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.core.net.JksOptions
Get the path to the ksy store
getPath() - Method in class io.vertx.core.net.PfxOptions
Get the path
getPath() - Method in interface io.vertx.ext.web.Cookie
 
getPath() - Method in interface io.vertx.ext.web.Route
 
getPath() - Method in class io.vertx.rxjava.ext.web.Cookie
 
getPath() - Method in class io.vertx.rxjava.ext.web.Route
 
getPermissionField() - Method in interface io.vertx.ext.auth.mongo.MongoAuth
Get the name of the field to be used for the permissions.
getPermissionField() - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
 
getPermissionField() - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
Get the name of the field to be used for the permissions.
getPermissionsQuery() - Method in class io.vertx.ext.auth.jdbc.JDBCAuthOptions
 
getPerms() - Method in class io.vertx.core.file.OpenOptions
Get the permissions string to be used if creating a file
getPingTimeout() - Method in class io.vertx.ext.web.handler.sockjs.BridgeOptions
 
getPipeliningLimit() - Method in class io.vertx.core.http.HttpClientOptions
 
getPort() - Method in class io.vertx.core.eventbus.EventBusOptions
 
getPort() - Method in class io.vertx.core.net.NetServerOptions
 
getPort() - Method in class io.vertx.core.net.ProxyOptions
Get proxy port.
getPort() - Method in class io.vertx.ext.hawkular.VertxHawkularOptions
 
getPort() - Method in class io.vertx.ext.mail.MailConfig
get the port of the mailserver
getPort() - Method in class io.vertx.ext.shell.term.SSHTermOptions
 
getPort() - Method in class io.vertx.ext.stomp.StompClientOptions
Gets the STOMP server port.
getPort() - Method in class io.vertx.ext.stomp.StompServerOptions
 
getPort() - Method in class io.vertx.redis.RedisOptions
Get the tcp port where the Redis server is listening, default 6379.
getPort() - Method in class io.vertx.servicediscovery.types.HttpLocation
 
getPrefix() - Method in class io.vertx.ext.hawkular.VertxHawkularOptions
 
getPrintStream() - Method in class io.vertx.core.spi.launcher.ExecutionContext
 
getProtocolVersion() - Method in class io.vertx.core.http.HttpClientOptions
Get the protocol version.
getProxy(ServiceDiscovery, JsonObject, Handler<AsyncResult<T>>) - Static method in class io.vertx.rxjava.servicediscovery.types.EventBusService
Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).
getProxy(ServiceDiscovery, String, String, Handler<AsyncResult<T>>) - Static method in class io.vertx.rxjava.servicediscovery.types.EventBusService
 
getProxy(ServiceDiscovery, JsonObject, String, Handler<AsyncResult<T>>) - Static method in class io.vertx.rxjava.servicediscovery.types.EventBusService
 
getProxy(ServiceDiscovery, String, 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).
getProxy(ServiceDiscovery, JsonObject, Handler<AsyncResult<T>>) - Static method in interface io.vertx.servicediscovery.types.EventBusService
Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).
getProxy(ServiceDiscovery, Class<T>, Handler<AsyncResult<T>>) - Static method in interface io.vertx.servicediscovery.types.EventBusService
Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).
getProxy(ServiceDiscovery, String, String, Handler<AsyncResult<T>>) - Static method in interface io.vertx.servicediscovery.types.EventBusService
 
getProxy(ServiceDiscovery, JsonObject, String, Handler<AsyncResult<T>>) - Static method in interface io.vertx.servicediscovery.types.EventBusService
 
getProxy(ServiceDiscovery, String, Handler<AsyncResult<T>>) - Static method in interface io.vertx.servicediscovery.types.EventBusService
Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).
getProxyObservable(ServiceDiscovery, JsonObject) - 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).
getProxyObservable(ServiceDiscovery, String, String) - Static method in class io.vertx.rxjava.servicediscovery.types.EventBusService
 
getProxyObservable(ServiceDiscovery, JsonObject, String) - Static method in class io.vertx.rxjava.servicediscovery.types.EventBusService
 
getProxyObservable(ServiceDiscovery, String) - 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).
getProxyOptions() - Method in class io.vertx.core.net.ClientOptionsBase
Get proxy options for connections
getPublicKey() - Method in class io.vertx.ext.auth.oauth2.OAuth2ClientOptions
 
getPublicKey(byte[], long) - Static method in class io.vertx.ext.httpservicefactory.PGPHelper
Get a public key from a public key block.
getQueryTimeout() - Method in class io.vertx.core.dns.AddressResolverOptions
 
getQuorumSize() - Method in class io.vertx.core.VertxOptions
Get the quorum size to be used when HA is enabled.
getrange(String, long, long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Get a substring of the string stored at a key
getrange(String, long, long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Get a substring of the string stored at a key
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
Get a substring of the string stored at a key
getrangeObservable(String, long, long) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get a substring of the string stored at a key
getRateUnit() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxMeterMBean
 
getRawMessage() - Method in interface io.vertx.ext.web.handler.sockjs.BridgeEvent
Get the raw JSON message for the event.
getRawMessage() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.BridgeEvent
Get the raw JSON message for the event.
getRawMethod() - Method in interface io.vertx.core.http.HttpClientRequest
 
getRawMethod() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
 
getRawValueForArgument(Argument) - Method in interface io.vertx.core.cli.CommandLine
Gets the raw value of the given argument.
getRawValueForArgument(Argument) - Method in class io.vertx.rxjava.core.cli.CommandLine
Gets the raw value of the given argument.
getRawValueForOption(Option) - Method in interface io.vertx.core.cli.CommandLine
Gets the raw value of the given option.
getRawValueForOption(Option) - Method in class io.vertx.rxjava.core.cli.CommandLine
Gets the raw value of the given option.
getRawValues(Option) - Method in interface io.vertx.core.cli.CommandLine
getRawValues(Option) - Method in class io.vertx.rxjava.core.cli.CommandLine
Gets the raw values of the given option.
getRawValuesForArgument(Argument) - Method in interface io.vertx.core.cli.CommandLine
Gets the raw values of the given argument.
getRawValuesForArgument(Argument) - Method in class io.vertx.rxjava.core.cli.CommandLine
Gets the raw values of the given argument.
getRawValuesForOption(Option) - Method in interface io.vertx.core.cli.CommandLine
Gets the raw values of the given option.
getRawValuesForOption(Option) - Method in class io.vertx.rxjava.core.cli.CommandLine
Gets the raw values of the given option.
getRdFlag() - Method in class io.vertx.core.dns.AddressResolverOptions
 
getReaperInterval() - Method in class io.vertx.ext.shell.ShellServerOptions
 
getReceipt() - Method in class io.vertx.ext.stomp.Frame
 
getReceiveBufferSize() - Method in class io.vertx.core.datagram.DatagramSocketOptions
 
getReceiveBufferSize() - Method in class io.vertx.core.net.NetworkOptions
Return the TCP receive buffer size, in bytes
getRecipients() - Method in class io.vertx.ext.mail.MailResult
 
getReconnectAttempts() - Method in class io.vertx.core.eventbus.EventBusOptions
 
getReconnectAttempts() - Method in class io.vertx.core.net.NetClientOptions
 
getReconnectInterval() - Method in class io.vertx.core.eventbus.EventBusOptions
 
getReconnectInterval() - Method in class io.vertx.core.net.NetClientOptions
 
getRecord(JsonObject, Handler<AsyncResult<Record>>) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Lookups for a single record.
getRecord(Function<Record, Boolean>, Handler<AsyncResult<Record>>) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Lookups for a single record.
getRecord(Function<Record, Boolean>, boolean, Handler<AsyncResult<Record>>) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Lookups for a single record.
getRecord(String, Handler<AsyncResult<Record>>) - Method in class io.vertx.servicediscovery.backend.redis.RedisBackendService
 
getRecord(JsonObject, Handler<AsyncResult<Record>>) - Method in interface io.vertx.servicediscovery.ServiceDiscovery
Lookups for a single record.
getRecord(Function<Record, Boolean>, Handler<AsyncResult<Record>>) - Method in interface io.vertx.servicediscovery.ServiceDiscovery
Lookups for a single record.
getRecord(Function<Record, Boolean>, boolean, Handler<AsyncResult<Record>>) - Method in interface io.vertx.servicediscovery.ServiceDiscovery
Lookups for a single record.
getRecord(String, Handler<AsyncResult<Record>>) - Method in interface io.vertx.servicediscovery.spi.ServiceDiscoveryBackend
Get the record with the given uuid.
getRecordObservable(JsonObject) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Lookups for a single record.
getRecordObservable(Function<Record, Boolean>) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Lookups for a single record.
getRecordObservable(Function<Record, Boolean>, boolean) - 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.
getRecords(Handler<AsyncResult<List<Record>>>) - Method in class io.vertx.servicediscovery.backend.redis.RedisBackendService
 
getRecords(JsonObject, Handler<AsyncResult<List<Record>>>) - Method in interface io.vertx.servicediscovery.ServiceDiscovery
Lookups for a set of records.
getRecords(Function<Record, Boolean>, Handler<AsyncResult<List<Record>>>) - Method in interface io.vertx.servicediscovery.ServiceDiscovery
Lookups for a set of records.
getRecords(Function<Record, Boolean>, boolean, Handler<AsyncResult<List<Record>>>) - Method in interface io.vertx.servicediscovery.ServiceDiscovery
Lookups for a set of records.
getRecords(Handler<AsyncResult<List<Record>>>) - Method in interface io.vertx.servicediscovery.spi.ServiceDiscoveryBackend
Gets all the records
getRecordsObservable(JsonObject) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Lookups for a set of records.
getRecordsObservable(Function<Record, Boolean>) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Lookups for a set of records.
getRecordsObservable(Function<Record, Boolean>, boolean) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Lookups for a set of records.
getReference(Record) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Gets a service reference from the given record.
getReference(Record) - Method in interface io.vertx.servicediscovery.ServiceDiscovery
Gets a service reference from the given record.
getReferenceWithConfiguration(Record, JsonObject) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Gets a service reference from the given record, the reference is configured with the given json object.
getReferenceWithConfiguration(Record, JsonObject) - Method in interface io.vertx.servicediscovery.ServiceDiscovery
Gets a service reference from the given record, the reference is configured with the given json object.
getRegistration() - Method in class io.vertx.servicediscovery.Record
Gets the registration id if any.
getRegistryName() - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
An optional name used for registering the metrics in the Dropwizard shared registry.
getRemoteRepositories() - Method in class io.vertx.maven.ResolverOptions
 
getRemoteSnapshotPolicy() - Method in class io.vertx.maven.ResolverOptions
Gets the remote snapshot policy.
getRemovedCount() - Method in class io.vertx.ext.mongo.MongoClientDeleteResult
Get the number of removed documents
getReplyTimeout() - Method in class io.vertx.ext.web.handler.sockjs.BridgeOptions
 
getReporters() - Method in class io.vertx.ext.unit.report.ReportingOptions
 
getRequiredAuthority() - Method in class io.vertx.ext.web.handler.sockjs.PermittedOptions
 
getResetTimeout() - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
 
getResolver() - Method in class io.vertx.maven.MavenVerticleFactory
 
getResults() - Method in class io.vertx.ext.sql.ResultSet
Get the results
getRevocationPath() - Method in class io.vertx.ext.auth.oauth2.OAuth2ClientOptions
 
getRoleField() - Method in interface io.vertx.ext.auth.mongo.MongoAuth
Get the name of the field to be used for the roles.
getRoleField() - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
 
getRoleField() - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
Get the name of the field to be used for the roles.
getRolesPrefix() - Method in class io.vertx.ext.auth.jdbc.JDBCAuthOptions
 
getRolesQuery() - Method in class io.vertx.ext.auth.jdbc.JDBCAuthOptions
 
getRoot() - Method in class io.vertx.servicediscovery.types.HttpLocation
 
getRoutes() - Method in interface io.vertx.ext.web.Router
 
getRoutes() - Method in class io.vertx.rxjava.ext.web.Router
 
getRows() - Method in class io.vertx.ext.sql.ResultSet
Get the rows - each row represented as a JsonObject where the keys are the column names and the values are the column values.
getRunnerAnnotations() - Method in class io.vertx.ext.unit.junit.VertxUnitRunnerWithParameters
 
getSalt(JsonArray) - Method in interface io.vertx.ext.auth.jdbc.JDBCHashStrategy
Retrieve the salt from the result of the authentication query
getSalt(User) - Method in interface io.vertx.ext.auth.mongo.HashStrategy
Retrieve the salt.
getSalt(User) - Method in class io.vertx.rxjava.ext.auth.mongo.HashStrategy
Retrieve the salt.
getSaltField() - Method in interface io.vertx.ext.auth.mongo.MongoAuth
Get the name of the field to be used for the salt.
getSaltField() - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
 
getSaltField() - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
Get the name of the field to be used for the salt.
getSaltStyle() - Method in interface io.vertx.ext.auth.mongo.HashStrategy
Get the defined HashSaltStyle of the current instance
getSaltStyle() - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
 
getSaltStyle() - Method in class io.vertx.rxjava.ext.auth.mongo.HashStrategy
Get the defined io.vertx.rxjava.ext.auth.mongo.HashSaltStyle of the current instance
getSchedule() - Method in class io.vertx.ext.hawkular.VertxHawkularOptions
 
getSecret() - Method in class io.vertx.ext.hawkular.AuthenticationOptions
 
getSelect() - Method in class io.vertx.redis.RedisOptions
Get the database to select at connection time.
getSendBufferSize() - Method in class io.vertx.core.datagram.DatagramSocketOptions
 
getSendBufferSize() - Method in class io.vertx.core.net.NetworkOptions
Return the TCP send buffer size, in bytes.
getSendTimeout() - Method in class io.vertx.core.eventbus.DeliveryOptions
Get the send timeout.
getServers() - Method in class io.vertx.core.dns.AddressResolverOptions
 
getSession() - Method in interface io.vertx.ext.shell.system.Process
 
getSession() - Method in class io.vertx.rxjava.ext.shell.system.Process
 
getSessionTimeout() - Method in class io.vertx.ext.shell.ShellServerOptions
 
getSessionTimeout() - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
 
getset(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Set the string value of a key and return its old value
getset(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
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.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
Set the string value of a key and return its old value
getsetObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set the string value of a key and return its old value
getShared() - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
 
getShared(Vertx) - Static method in interface io.vertx.ext.shell.command.CommandRegistry
Get the shared registry for the Vert.x instance.
getShared(Vertx) - Static method in class io.vertx.rxjava.ext.shell.command.CommandRegistry
Get the shared registry for the Vert.x instance.
getShellHtmlResource() - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
getShort(int) - Method in interface io.vertx.core.buffer.Buffer
Returns the short at position pos in the Buffer.
getShort(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns the short at position pos in the Buffer.
getShortLE(int) - Method in interface io.vertx.core.buffer.Buffer
Gets a 16-bit short integer at the specified absolute index in this buffer in Little Endian Byte Order.
getShortLE(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Gets a 16-bit short integer at the specified absolute index in this buffer in Little Endian Byte Order.
getShortName() - Method in class io.vertx.core.cli.Option
 
getSignature(byte[]) - Static method in class io.vertx.ext.httpservicefactory.PGPHelper
Get a signature from its bytes
getSite() - Method in class io.vertx.ext.auth.oauth2.OAuth2ClientOptions
 
getSkip() - Method in class io.vertx.ext.mongo.FindOptions
Get the skip.
getSockJSHandlerOptions() - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
getSockJSPath() - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
getSoLinger() - Method in class io.vertx.core.net.TCPSSLOptions
 
getSort() - Method in class io.vertx.ext.mongo.FindOptions
Get the sort document
getSSHOptions() - Method in class io.vertx.ext.shell.ShellServiceOptions
 
getSslEngineOptions() - Method in class io.vertx.core.net.TCPSSLOptions
 
getStarttls() - Method in class io.vertx.ext.mail.MailConfig
get security (TLS) options
getStatus() - Method in class io.vertx.servicediscovery.Record
Gets the current status of the service.
getStatusCode() - Method in interface io.vertx.core.http.HttpServerResponse
 
getStatusCode() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
 
getStatusMessage() - Method in interface io.vertx.core.http.HttpServerResponse
 
getStatusMessage() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
 
getStdDev() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxHistogramMBean
 
getStdDev() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxTimerMBean
 
getStoredPwd(User) - Method in interface io.vertx.ext.auth.mongo.HashStrategy
Retrieve the password from the user, or as clear text or as hashed version, depending on the definition
getStoredPwd(User) - Method in class io.vertx.rxjava.ext.auth.mongo.HashStrategy
Retrieve the password from the user, or as clear text or as hashed version, depending on the definition
getString(int, int, String) - Method in interface io.vertx.core.buffer.Buffer
Returns a copy of a sub-sequence the Buffer as a String starting at position start and ending at position end - 1 interpreted as a String in the specified encoding
getString(int, int) - Method in interface io.vertx.core.buffer.Buffer
Returns a copy of a sub-sequence the Buffer as a String starting at position start and ending at position end - 1 interpreted as a String in UTF-8 encoding
getString(int) - Method in class io.vertx.core.json.JsonArray
Get the String at position pos in the array,
getString(String) - Method in class io.vertx.core.json.JsonObject
Get the string value with the specified key
getString(String, String) - Method in class io.vertx.core.json.JsonObject
Like JsonObject.getString(String) but specifying a default value to return if there is no entry.
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
getSubject() - Method in class io.vertx.ext.auth.jwt.JWTOptions
 
getSubject() - Method in class io.vertx.ext.mail.MailMessage
get the subject of this mail
getSubscriber() - Method in class io.vertx.rx.java.SingleOnSubscribeAdapter
Get subscriber
getSubscriptions(StompServerConnection) - Method in interface io.vertx.ext.stomp.Destination
Gets all subscription ids for the given destination hold by the given client
getSubscriptions(StompServerConnection) - Method in class io.vertx.rxjava.ext.stomp.Destination
Gets all subscription ids for the given destination hold by the given client
getSummary() - Method in interface io.vertx.core.cli.CLI
 
getSummary() - Method in class io.vertx.rxjava.core.cli.CLI
 
getSupportedVersions() - Method in class io.vertx.ext.stomp.StompServerOptions
Gets the STOMP protocol versions supported by the server.
getSyncMap(String) - Method in interface io.vertx.core.spi.cluster.ClusterManager
Return a synchronous map for the given name
getSyncMap(String) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
 
getSyncMap(String) - Method in class io.vertx.spi.cluster.ignite.IgniteClusterManager
 
getSyncMap(String) - Method in class io.vertx.spi.cluster.jgroups.JGroupsClusterManager
 
getTelnetOptions() - Method in class io.vertx.ext.shell.ShellServiceOptions
 
getTenant() - Method in class io.vertx.ext.hawkular.VertxHawkularOptions
 
getTermJsResource() - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
getText() - Method in class io.vertx.ext.mail.MailMessage
get the plain text of this mail
getThymeleafTemplateEngine() - Method in interface io.vertx.ext.web.templ.ThymeleafTemplateEngine
Get a reference to the internal Thymeleaf TemplateEngine object so it can be configured.
getTimeFactor() - Method in class io.vertx.ext.stomp.StompServerOptions
Gets the time factor, i.e.
getTimeout() - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
 
getTimeout() - Method in class io.vertx.ext.unit.TestOptions
 
getTo() - Method in class io.vertx.ext.mail.MailMessage
get list of to addresses
getTo() - Method in class io.vertx.ext.unit.report.ReportOptions
 
getToken() - Method in exception io.vertx.core.cli.AmbiguousOptionException
 
getToken(JsonObject, Handler<AsyncResult<AccessToken>>) - Method in interface io.vertx.ext.auth.oauth2.OAuth2Auth
Returns the Access Token object.
getToken(JsonObject, Handler<AsyncResult<AccessToken>>) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
Returns the Access Token object.
getTokenFromFile() - Static method in class io.vertx.servicediscovery.kubernetes.KubernetesUtils
Gets the token stored in the /var/run/secrets/kubernetes.io/serviceaccount/token.
getTokenObservable(JsonObject) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
Returns the Access Token object.
getTokenPath() - Method in class io.vertx.ext.auth.oauth2.OAuth2ClientOptions
 
getTrafficClass() - Method in class io.vertx.core.datagram.DatagramSocketOptions
 
getTrafficClass() - Method in class io.vertx.core.net.NetworkOptions
 
getTrailer(String) - Method in interface io.vertx.core.http.HttpClientResponse
Return the first trailer value with the specified name
getTrailer(String) - Method in class io.vertx.rxjava.core.http.HttpClientResponse
Return the first trailer value with the specified name
getTransaction() - Method in class io.vertx.ext.stomp.Frame
 
getTransactionChunkSize() - Method in class io.vertx.ext.stomp.StompServerOptions
Gets the chunk size when replaying a transaction.
getTransactionIsolation(Handler<AsyncResult<TransactionIsolation>>) - Method in interface io.vertx.ext.sql.SQLConnection
Attempts to return the transaction isolation level for this Connection object to the one given.
getTransactionIsolation(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
Attempts to return the transaction isolation level for this Connection object to the one given.
getTrustManagerFactory(Vertx) - Method in interface io.vertx.core.net.TrustOptions
Create and return the trust manager factory for these options.
getTrustOptions() - Method in class io.vertx.core.net.TCPSSLOptions
 
getTty() - Method in interface io.vertx.ext.shell.system.Process
 
getTty() - Method in class io.vertx.rxjava.ext.shell.system.Process
 
getType() - Method in class io.vertx.core.cli.TypedArgument
 
getType() - Method in class io.vertx.core.cli.TypedOption
 
getType() - Method in class io.vertx.core.net.ProxyOptions
Get proxy type.
getType() - Method in class io.vertx.ext.auth.shiro.ShiroAuthOptions
 
getType() - Method in class io.vertx.ext.dropwizard.Match
 
getType() - Method in class io.vertx.servicediscovery.Record
Gets the service type.
getUnsignedByte(int) - Method in interface io.vertx.core.buffer.Buffer
Returns the unsigned byte at position pos in the Buffer, as a short.
getUnsignedByte(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns the unsigned byte at position pos in the Buffer, as a short.
getUnsignedInt(int) - Method in interface io.vertx.core.buffer.Buffer
Returns the unsigned int at position pos in the Buffer, as a long.
getUnsignedInt(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns the unsigned int at position pos in the Buffer, as a long.
getUnsignedIntLE(int) - Method in interface io.vertx.core.buffer.Buffer
Returns the unsigned int at position pos in the Buffer, as a long in Little Endian Byte Order.
getUnsignedIntLE(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns the unsigned int at position pos in the Buffer, as a long in Little Endian Byte Order.
getUnsignedMedium(int) - Method in interface io.vertx.core.buffer.Buffer
Gets an unsigned 24-bit medium integer at the specified absolute index in this buffer.
getUnsignedMedium(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Gets an unsigned 24-bit medium integer at the specified absolute index in this buffer.
getUnsignedMediumLE(int) - Method in interface io.vertx.core.buffer.Buffer
Gets an unsigned 24-bit medium integer at the specified absolute index in this buffer in Little Endian Byte Order.
getUnsignedMediumLE(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Gets an unsigned 24-bit medium integer at the specified absolute index in this buffer in Little Endian Byte Order.
getUnsignedShort(int) - Method in interface io.vertx.core.buffer.Buffer
Returns the unsigned short at position pos in the Buffer, as an int.
getUnsignedShort(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns the unsigned short at position pos in the Buffer, as an int.
getUnsignedShortLE(int) - Method in interface io.vertx.core.buffer.Buffer
Gets an unsigned 16-bit short integer at the specified absolute index in this buffer in Little Endian Byte Order.
getUnsignedShortLE(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Gets an unsigned 16-bit short integer at the specified absolute index in this buffer in Little Endian Byte Order.
getUpdated() - Method in class io.vertx.ext.sql.UpdateResult
Get the number of rows updated
getUri() - Method in class io.vertx.camel.CamelMapping
 
getUsageAddress() - Method in class io.vertx.servicediscovery.ServiceDiscoveryOptions
 
getUsagePrefix() - Method in class io.vertx.core.cli.UsageMessageFormatter
 
getUserAgent() - Method in class io.vertx.ext.auth.oauth2.OAuth2ClientOptions
 
getUserInfoPath() - Method in class io.vertx.ext.auth.oauth2.OAuth2ClientOptions
 
getUsername() - Method in class io.vertx.core.net.ProxyOptions
Get proxy username.
getUsername() - Method in class io.vertx.ext.mail.MailConfig
get username
getUsernameCredentialField() - Method in interface io.vertx.ext.auth.mongo.MongoAuth
Get the name of the field to be used as property for the username in the method AuthProvider.authenticate(JsonObject, io.vertx.core.Handler).
getUsernameCredentialField() - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
 
getUsernameCredentialField() - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
getUsernameField() - Method in interface io.vertx.ext.auth.mongo.MongoAuth
Get the name of the field to be used for the username.
getUsernameField() - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
 
getUsernameField() - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
Get the name of the field to be used for the username.
getValue() - Method in exception io.vertx.core.cli.InvalidValueException
 
getValue(int) - Method in class io.vertx.core.json.JsonArray
Get the Object value at position pos in the array.
getValue(String) - Method in class io.vertx.core.json.JsonObject
Get the value with the specified key, as an Object
getValue(String, Object) - Method in class io.vertx.core.json.JsonObject
Like JsonObject.getValue(String) but specifying a default value to return if there is no entry.
getValue() - Method in class io.vertx.core.net.JksOptions
Get the key store as a buffer
getValue() - Method in class io.vertx.core.net.PfxOptions
Get the store as a buffer
getValue() - Method in class io.vertx.ext.dropwizard.Match
 
getValue() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxGaugeMBean
 
getValue() - Method in class io.vertx.ext.dropwizard.ThroughputMeter
 
getValue() - Method in class io.vertx.ext.dropwizard.ThroughputTimer
 
getValue() - Method in interface io.vertx.ext.web.Cookie
 
getValue() - Method in class io.vertx.rxjava.ext.web.Cookie
 
getVersion() - Method in class io.vertx.core.Starter
Deprecated.
 
getVertsShellJsResource() - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
getVertx() - Method in class io.vertx.core.AbstractVerticle
Get the Vert.x instance
getVertx() - Method in interface io.vertx.core.Verticle
Get a reference to the Vert.x instance that deployed this verticle
getVertx() - Method in class io.vertx.lang.ruby.JRubyVerticle
 
getVirtualHost() - Method in class io.vertx.ext.stomp.StompClientOptions
Gets the virtual host that would be use a "host" header value in the `CONNECT` frame.
getWarningExceptionTime() - Method in class io.vertx.core.VertxOptions
Get the threshold value above this, the blocked warning contains a stack trace.
getWebsocketPath() - Method in class io.vertx.ext.stomp.StompServerOptions
Gets the path for the web socket.
getWebsocketSubProtocols() - Method in class io.vertx.core.http.HttpServerOptions
 
getWelcomeMessage() - Method in class io.vertx.ext.shell.ShellServerOptions
 
getWidth() - Method in class io.vertx.core.cli.UsageMessageFormatter
 
getWindowSize() - Method in interface io.vertx.core.http.HttpConnection
 
getWindowSize() - Method in class io.vertx.rxjava.core.http.HttpConnection
 
getWithRegex(String) - Method in interface io.vertx.ext.web.Router
Add a route that matches a HTTP GET request and the specified path regex
getWithRegex(String) - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches a HTTP GET request and the specified path regex
getWorkerPoolName() - Method in class io.vertx.core.DeploymentOptions
 
getWorkerPoolSize() - Method in class io.vertx.core.DeploymentOptions
Get the maximum number of worker threads to be used by the worker pool when the verticle is deployed with a DeploymentOptions.setWorkerPoolName(java.lang.String).
getWorkerPoolSize() - Method in class io.vertx.core.VertxOptions
Get the maximum number of worker threads to be used by the Vert.x instance.
getWriteOption() - Method in class io.vertx.ext.mongo.UpdateOptions
Get the write option.
GoAway - Class in io.vertx.core.http
A GOAWAY frame.
GoAway() - Constructor for class io.vertx.core.http.GoAway
 
GoAway(JsonObject) - Constructor for class io.vertx.core.http.GoAway
 
GoAway(GoAway) - Constructor for class io.vertx.core.http.GoAway
 
goAway(long) - Method in interface io.vertx.core.http.HttpConnection
Like HttpConnection.goAway(long, int) with a last stream id 2^31-1.
goAway(long, int) - Method in interface io.vertx.core.http.HttpConnection
goAway(long, int, Buffer) - Method in interface io.vertx.core.http.HttpConnection
Send a go away frame to the remote endpoint of the connection.
goAway(long) - Method in class io.vertx.rxjava.core.http.HttpConnection
Like HttpConnection.goAway(long) with a last stream id 2^31-1.
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 interface io.vertx.core.http.HttpConnection
Set an handler called when a GOAWAY frame is received.
goAwayHandler(Handler<GoAway>) - Method in class io.vertx.rxjava.core.http.HttpConnection
Set an handler called when a frame is received.
GroovyDocGenerator - Class in io.vertx.lang.groovy
 
GroovyDocGenerator() - Constructor for class io.vertx.lang.groovy.GroovyDocGenerator
 

H

halfOpenHandler(Handler<Void>) - Method in interface io.vertx.circuitbreaker.CircuitBreaker
Sets a Handler invoked when the circuit breaker state switches to half-open.
halfOpenHandler(Handler<Void>) - Method in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
Sets a invoked when the circuit breaker state switches to half-open.
handle(SendContext) - Method in class io.vertx.core.eventbus.FilteringInterceptor
 
handle(E) - Method in interface io.vertx.core.Handler
Something has happened, so handle it.
handle(Buffer) - Method in interface io.vertx.core.parsetools.RecordParser
This method is called to provide the parser with data.
handle(Void) - Method in class io.vertx.core.VoidHandler
 
handle() - Method in class io.vertx.core.VoidHandler
Handle the event.
handle(Message<JsonObject>) - Method in class io.vertx.ext.mail.MailServiceVertxProxyHandler
 
handle(ServerFrame) - Method in class io.vertx.ext.stomp.DefaultAbortHandler
 
handle(ServerFrame) - Method in class io.vertx.ext.stomp.DefaultAckHandler
 
handle(ServerFrame) - Method in class io.vertx.ext.stomp.DefaultBeginHandler
 
handle(ServerFrame) - Method in class io.vertx.ext.stomp.DefaultCommitHandler
 
handle(ServerFrame) - Method in class io.vertx.ext.stomp.DefaultConnectHandler
 
handle(ServerFrame) - Method in class io.vertx.ext.stomp.DefaultNackHandler
 
handle(ServerFrame) - Method in class io.vertx.ext.stomp.DefaultSendHandler
 
handle(ServerFrame) - Method in class io.vertx.ext.stomp.DefaultSubscribeHandler
 
handle(ServerFrame) - Method in class io.vertx.ext.stomp.DefaultUnsubscribeHandler
 
handle(J) - Method in class io.vertx.lang.rxjava.ReadStreamAdapter
 
handle(Buffer) - Method in class io.vertx.rxjava.core.parsetools.RecordParser
This method is called to provide the parser with data.
handle(SockJSSocket) - Method in class io.vertx.rxjava.ext.shell.term.SockJSTermHandler
 
handle(ServerFrame) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
 
handle(RoutingContext) - Method in interface io.vertx.rxjava.ext.web.handler.AuthHandler
 
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.BasicAuthHandler
 
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.BodyHandler
 
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.CookieHandler
 
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.CorsHandler
 
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.CSRFHandler
 
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.ErrorHandler
 
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.FaviconHandler
 
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.FormLoginHandler
 
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.JWTAuthHandler
 
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.LoggerHandler
 
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.OAuth2AuthHandler
 
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.RedirectAuthHandler
 
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.ResponseTimeHandler
 
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.SessionHandler
 
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSHandler
 
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
 
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.TemplateHandler
 
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.TimeoutHandler
 
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.UserSessionHandler
 
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.VirtualHostHandler
 
HandlebarsTemplateEngine - Interface in io.vertx.ext.web.templ
A template engine that uses the Handlebars library.
HandlebarsTemplateEngine - Class in io.vertx.rxjava.ext.web.templ
A template engine that uses the Handlebars library.
HandlebarsTemplateEngine(HandlebarsTemplateEngine) - Constructor for class io.vertx.rxjava.ext.web.templ.HandlebarsTemplateEngine
 
handleContext(SendContext) - Method in class io.vertx.core.eventbus.BridgeInterceptor
 
handleContext(SendContext) - Method in class io.vertx.core.eventbus.FilteringInterceptor
 
handleContext(RoutingContext) - Method in interface io.vertx.ext.web.Router
Used to route a context to the router.
handleContext(RoutingContext) - Method in class io.vertx.rxjava.ext.web.Router
Used to route a context to the router.
handleDeployFailed(Vertx, String, DeploymentOptions, Throwable) - Method in class io.vertx.core.Launcher
A deployment failure has been encountered.
handleDeployFailed() - Method in class io.vertx.core.Starter
Deprecated.
A deployment failure has been encountered.
handleFailure(RoutingContext) - Method in interface io.vertx.ext.web.Router
Used to route a failure to the router.
handleFailure(RoutingContext) - Method in class io.vertx.rxjava.ext.web.Router
Used to route a failure to the router.
handler(Handler<DatagramPacket>) - Method in interface io.vertx.core.datagram.DatagramSocket
 
handler(Handler<Message<T>>) - Method in interface io.vertx.core.eventbus.MessageConsumer
 
handler(Handler<Buffer>) - Method in interface io.vertx.core.file.AsyncFile
 
Handler<E> - Interface in io.vertx.core
A generic event handler.
handler(Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClientRequest
 
handler(Handler<Buffer>) - Method in interface io.vertx.core.http.HttpClientResponse
 
handler(Handler<Buffer>) - Method in interface io.vertx.core.http.HttpServerFileUpload
 
handler(Handler<Buffer>) - Method in interface io.vertx.core.http.HttpServerRequest
 
handler(Handler<HttpServerRequest>) - Method in interface io.vertx.core.http.HttpServerRequestStream
 
handler(Handler<Buffer>) - Method in interface io.vertx.core.http.ServerWebSocket
 
handler(Handler<ServerWebSocket>) - Method in interface io.vertx.core.http.ServerWebSocketStream
 
handler(Handler<Buffer>) - Method in interface io.vertx.core.http.WebSocket
 
handler(Handler<Buffer>) - Method in interface io.vertx.core.http.WebSocketBase
 
handler(Handler<WebSocket>) - Method in interface io.vertx.core.http.WebSocketStream
 
handler(Handler<Buffer>) - Method in interface io.vertx.core.net.NetSocket
 
handler(Handler<NetSocket>) - Method in interface io.vertx.core.net.NetSocketStream
 
handler(Handler<T>) - Method in interface io.vertx.core.streams.ReadStream
Set a data handler.
handler(Handler<Long>) - Method in interface io.vertx.core.TimeoutStream
 
handler(StompServerHandler) - Method in interface io.vertx.ext.stomp.StompServer
Configures the StompServerHandler.
handler() - Method in interface io.vertx.ext.stomp.StompServerConnection
 
handler(Handler<AsyncResult<T>>) - Method in interface io.vertx.ext.unit.Completion
Completion handler to receive a completion signal when this completions completes.
handler(Handler<TestCaseReport>) - Method in interface io.vertx.ext.unit.report.TestSuiteReport
 
handler(Handler<Buffer>) - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
 
handler(Handler<RoutingContext>) - Method in interface io.vertx.ext.web.Route
Specify a request handler for the route.
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<HttpServerRequest>) - Method in class io.vertx.rxjava.core.http.HttpServerRequestStream
 
handler(Handler<Buffer>) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
handler(Handler<ServerWebSocket>) - Method in class io.vertx.rxjava.core.http.ServerWebSocketStream
 
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<WebSocket>) - Method in class io.vertx.rxjava.core.http.WebSocketStream
 
handler(Handler<Buffer>) - Method in class io.vertx.rxjava.core.net.NetSocket
 
handler(Handler<NetSocket>) - Method in class io.vertx.rxjava.core.net.NetSocketStream
 
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(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<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<Buffer>) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
 
handler(Handler<RoutingContext>) - Method in class io.vertx.rxjava.ext.web.Route
Specify a request handler for the route.
handleReceipt(Frame, StompServerConnection) - Static method in interface io.vertx.ext.stomp.Frames
 
handleReceipt(Frame, StompServerConnection) - Static method in class io.vertx.rxjava.ext.stomp.Frames
 
handlerObservable() - Method in class io.vertx.rxjava.ext.unit.Completion
Completion handler to receive a completion signal when this completions completes.
HandlerReceiverAdaptor<T> - Interface in io.vertx.ext.sync
Represents an object that is both a handler of a particular event and also a receiver of that event.
handlerRegistered(String, String) - Method in interface io.vertx.core.spi.metrics.EventBusMetrics
Called when a handler is registered on the event bus.

No specific thread and context can be expected when this method is called.

handlerUnregistered(H) - Method in interface io.vertx.core.spi.metrics.EventBusMetrics
Called when a handler has been unregistered from the event bus.

No specific thread and context can be expected when this method is called.

hasEmptyBody() - Method in class io.vertx.ext.stomp.Frame
 
hashCode() - Method in class io.vertx.core.datagram.DatagramSocketOptions
 
hashCode() - Method in class io.vertx.core.DeploymentOptions
 
hashCode() - Method in class io.vertx.core.dns.AddressResolverOptions
 
hashCode() - Method in class io.vertx.core.http.Http2Settings
 
hashCode() - Method in class io.vertx.core.http.HttpClientOptions
 
hashCode() - Method in class io.vertx.core.http.HttpServerOptions
 
hashCode() - Method in class io.vertx.core.json.JsonArray
 
hashCode() - Method in class io.vertx.core.json.JsonObject
 
hashCode() - Method in class io.vertx.core.metrics.MetricsOptions
 
hashCode() - Method in class io.vertx.core.net.ClientOptionsBase
 
hashCode() - Method in class io.vertx.core.net.JdkSSLEngineOptions
 
hashCode() - Method in class io.vertx.core.net.JksOptions
 
hashCode() - Method in class io.vertx.core.net.NetClientOptions
 
hashCode() - Method in class io.vertx.core.net.NetServerOptions
 
hashCode() - Method in class io.vertx.core.net.NetworkOptions
 
hashCode() - Method in class io.vertx.core.net.OpenSSLEngineOptions
 
hashCode() - Method in class io.vertx.core.net.PemKeyCertOptions
 
hashCode() - Method in class io.vertx.core.net.PfxOptions
 
hashCode() - Method in class io.vertx.core.net.ProxyOptions
 
hashCode() - Method in class io.vertx.core.net.TCPSSLOptions
 
hashCode() - Method in class io.vertx.core.VertxOptions
 
hashCode() - Method in class io.vertx.ext.mail.MailAttachment
 
hashCode() - Method in class io.vertx.ext.mail.MailConfig
 
hashCode() - Method in class io.vertx.ext.mail.MailMessage
 
hashCode() - Method in class io.vertx.ext.mongo.FindOptions
 
hashCode() - Method in class io.vertx.ext.mongo.MongoClientDeleteResult
 
hashCode() - Method in class io.vertx.ext.mongo.MongoClientUpdateResult
 
hashCode() - Method in class io.vertx.ext.mongo.UpdateOptions
 
hashCode() - Method in class io.vertx.ext.sql.ResultSet
 
hashCode() - Method in class io.vertx.ext.sql.UpdateResult
 
hashCode() - Method in class io.vertx.maven.resolver.ResolutionOptions
 
HashSaltStyle - Enum in io.vertx.ext.auth.mongo
Password hash salt configuration.
HashStrategy - Interface in io.vertx.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 - 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
 
hasJWTToken() - Method in interface io.vertx.ext.auth.oauth2.OAuth2Auth
Returns true if this provider supports JWT tokens as the access_token.
hasJWTToken() - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
Returns true if this provider supports JWT tokens as the access_token.
hasNull(int) - Method in class io.vertx.core.json.JsonArray
Is there a null value at position pos?
HazelcastClusterManager - Class in io.vertx.spi.cluster.hazelcast
A cluster manager that uses Hazelcast
HazelcastClusterManager() - Constructor for class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
Constructor - gets config from classpath
HazelcastClusterManager(Config) - Constructor for class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
Constructor - config supplied
HazelcastClusterManager(HazelcastInstance) - Constructor for class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
 
HazelcastKubernetesDiscoveryStrategyFactory - Class in io.vertx.servicediscovery.hazelcast
Discovery SPI implementation of Hazelcast to support Kubernetes-based discovery.
HazelcastKubernetesDiscoveryStrategyFactory() - Constructor for class io.vertx.servicediscovery.hazelcast.HazelcastKubernetesDiscoveryStrategyFactory
 
hdel(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Delete one or more hash fields
hdel(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Delete one or more hash fields
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 interface io.vertx.redis.RedisClient
Delete one or more hash fields
hdelMany(String, List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.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
Delete one or more hash fields
hdelManyObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Delete one or more hash fields
hdelObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
Delete one or more hash fields
hdelObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Delete one or more hash fields
head(int, String, String) - Method in interface io.vertx.core.http.HttpClient
Create an HTTP HEAD request to send to the server at the specified host and port.
head(String, String) - Method in interface io.vertx.core.http.HttpClient
Create an HTTP HEAD request to send to the server at the specified host and default port.
head(int, String, String, Handler<HttpClientResponse>) - Method in interface io.vertx.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 interface io.vertx.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 interface io.vertx.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 interface io.vertx.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() - Method in interface io.vertx.ext.web.Router
Add a route that matches any HTTP HEAD request
head(String) - Method in interface io.vertx.ext.web.Router
Add a route that matches a HTTP HEAD request and the specified path
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(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() - 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 interface io.vertx.core.http.HttpClient
Create an HTTP HEAD request to send to the server using an absolute URI
headAbs(String, Handler<HttpClientResponse>) - Method in interface io.vertx.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.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
HEADER - Static variable in class io.vertx.amqpbridge.AmqpConstants
 
HEADER_DELIVERY_COUNT - Static variable in class io.vertx.amqpbridge.AmqpConstants
 
HEADER_DURABLE - Static variable in class io.vertx.amqpbridge.AmqpConstants
 
HEADER_FIRST_ACQUIRER - Static variable in class io.vertx.amqpbridge.AmqpConstants
 
HEADER_PRIORITY - Static variable in class io.vertx.amqpbridge.AmqpConstants
 
HEADER_TTL - Static variable in class io.vertx.amqpbridge.AmqpConstants
 
headers() - Method in interface io.vertx.core.eventbus.Message
Multi-map of message headers.
headers() - Method in interface io.vertx.core.http.HttpClientRequest
 
headers() - Method in interface io.vertx.core.http.HttpClientResponse
 
headers() - Method in interface io.vertx.core.http.HttpServerRequest
 
headers() - Method in interface io.vertx.core.http.HttpServerResponse
 
headers() - Method in interface io.vertx.core.http.ServerWebSocket
 
Headers - Class in io.vertx.ext.stomp.utils
An implementation of HashMap to store STOMP frame headers.
Headers() - Constructor for class io.vertx.ext.stomp.utils.Headers
 
headers() - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
Return the headers corresponding to the last request for this socket or the websocket handshake Any cookie headers will be removed for security reasons
headers() - Method in 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.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
headersEndHandler(Handler<Void>) - Method in interface io.vertx.core.http.HttpServerResponse
Provide a handler that will be called just before the headers are written to the wire.
headersEndHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Provide a handler that will be called just before the headers are written to the wire.
headNow(int, String, String, Handler<HttpClientResponse>) - Method in interface io.vertx.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 interface io.vertx.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 interface io.vertx.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
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 interface io.vertx.ext.web.Router
Add a route that matches a HTTP HEAD request and the specified path regex
headWithRegex(String) - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches a HTTP HEAD request and the specified path regex
headWritten() - Method in interface io.vertx.core.http.HttpServerResponse
 
headWritten() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
 
HEARTBEAT - Static variable in class io.vertx.ext.stomp.Frame
 
Heartbeat(int, int) - Constructor for class io.vertx.ext.stomp.Frame.Heartbeat
 
height() - Method in interface io.vertx.ext.shell.term.Tty
 
height() - Method in class io.vertx.rxjava.ext.shell.term.Tty
 
help - Variable in class io.vertx.core.cli.Option
whether or not the option is a "help" option.
Help - Class in io.vertx.ext.shell.command.base
 
Help() - Constructor for class io.vertx.ext.shell.command.base.Help
 
Helper - Class in io.vertx.lang.ruby
 
Helper() - Constructor for class io.vertx.lang.ruby.Helper
 
hexists(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Determine if a hash field exists
hexists(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Determine if a hash field exists
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
Determine if a hash field exists
hexistsObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Determine if a hash field exists
hget(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Get the value of a hash field
hget(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Get the value of a hash field
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 interface io.vertx.redis.RedisClient
Get all the fields and values in a hash
hgetall(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Get all the fields and values in a hash
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
Get all the fields and values in a hash
hgetallObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get all the fields and values in a hash
hgetObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
Get the value of a hash field
hgetObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get the value of a hash field
Hidden - Annotation Type in io.vertx.core.cli.annotations
Annotates a CLI and/or its @Option setters to hide it from the help message.
hidden - Variable in class io.vertx.core.cli.Argument
Whether or not this argument is hidden.
hidden - Variable in class io.vertx.core.cli.Option
whether or not the option is hidden.
hincrby(String, String, long, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Increment the integer value of a hash field by the given number
hincrby(String, String, long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Increment the integer value of a hash field by the given number
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 interface io.vertx.redis.RedisClient
Increment the float value of a hash field by the given amount
hincrbyfloat(String, String, double, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
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.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
Increment the float value of a hash field by the given amount
hincrbyfloatObservable(String, String, double) - Method in class io.vertx.rxjava.redis.RedisTransaction
Increment the float value of a hash field by the given amount
hincrbyObservable(String, String, long) - Method in class io.vertx.rxjava.redis.RedisClient
Increment the integer value of a hash field by the given number
hincrbyObservable(String, String, long) - Method in class io.vertx.rxjava.redis.RedisTransaction
Increment the integer value of a hash field by the given number
hkeys(String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Get all the fields in a hash
hkeys(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Get all the fields in a hash
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
Get all the fields in a hash
hkeysObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get all the fields in a hash
hlen(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Get the number of fields in a hash
hlen(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Get the number of fields in a hash
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
Get the number of fields in a hash
hlenObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get the number of fields in a hash
hmget(String, List<String>, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Get the values of all the given hash fields
hmget(String, List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Get the values of all the given hash fields
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
Get the values of all the given hash fields
hmgetObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get the values of all the given hash fields
hmset(String, JsonObject, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Set multiple hash fields to multiple values
hmset(String, JsonObject, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Set multiple hash fields to multiple values
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
Set multiple hash fields to multiple values
hmsetObservable(String, JsonObject) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set multiple hash fields to multiple values
HOST - Static variable in class io.vertx.core.http.HttpHeaders
Host header name
host() - Method in interface io.vertx.core.http.HttpServerRequest
 
host() - Method in interface io.vertx.core.net.SocketAddress
 
HOST - Static variable in class io.vertx.ext.stomp.Frame
 
host() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
host() - Method in class io.vertx.rxjava.core.net.SocketAddress
 
hscan(String, String, ScanOptions, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Incrementally iterate hash fields and associated values
hscan(String, String, ScanOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Incrementally iterate hash fields and associated values
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
Incrementally iterate hash fields and associated values
hscanObservable(String, String, ScanOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
Incrementally iterate hash fields and associated values
hset(String, String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Set the string value of a hash field
hset(String, String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Set the string value of a hash field
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 interface io.vertx.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 interface io.vertx.redis.RedisTransaction
Set the value of a hash field, only if the field does not exist
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
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.RedisTransaction
Set the value of a hash field, only if the field does not exist
hsetObservable(String, String, String) - Method in class io.vertx.rxjava.redis.RedisClient
Set the string value of a hash field
hsetObservable(String, String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set the string value of a hash field
Http2Settings - Class in io.vertx.core.http
HTTP2 settings, the settings is initialized with the default HTTP/2 values.
Http2Settings() - Constructor for class io.vertx.core.http.Http2Settings
Default constructor
Http2Settings(JsonObject) - Constructor for class io.vertx.core.http.Http2Settings
Create an settings from JSON
Http2Settings(Http2Settings) - Constructor for class io.vertx.core.http.Http2Settings
Copy constructor
HTTP_CLIENT_OPTIONS_PROPERTY - Static variable in class io.vertx.ext.httpservicefactory.HttpServiceFactory
 
HTTP_PROXY_SYS_PROP - Static variable in class io.vertx.maven.MavenVerticleFactory
 
HTTP_PROXY_SYS_PROP - Static variable in class io.vertx.maven.ResolverOptions
 
HttpClient - Interface in io.vertx.core.http
An asynchronous HTTP client.
HttpClient - Class in io.vertx.rxjava.core.http
An asynchronous HTTP client.
HttpClient(HttpClient) - Constructor for class io.vertx.rxjava.core.http.HttpClient
 
HttpClientMetrics<R,W,S,E,T> - Interface in io.vertx.core.spi.metrics
The http client metrics SPI that Vert.x will use to call when http client events occur.

The thread model for the http server metrics depends on the actual context thats started the server.

HttpClientOptions - Class in io.vertx.core.http
Options describing how an HttpClient will make connections.
HttpClientOptions() - Constructor for class io.vertx.core.http.HttpClientOptions
Default constructor
HttpClientOptions(HttpClientOptions) - Constructor for class io.vertx.core.http.HttpClientOptions
Copy constructor
HttpClientOptions(JsonObject) - Constructor for class io.vertx.core.http.HttpClientOptions
Constructor to create an options from JSON
HttpClientRequest - Interface in io.vertx.core.http
Represents a client-side HTTP request.
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 - Interface in io.vertx.core.http
Represents a client-side HTTP response.
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 - Interface in io.vertx.core.http
Represents an HTTP connection.
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
 
HttpEndpoint - Interface in io.vertx.servicediscovery.types
ServiceType for HTTP endpoint (REST api).
HttpFrame - Interface in io.vertx.core.http
An HTTP/2 frame.
HttpFrame - Class in io.vertx.rxjava.core.http
An HTTP/2 frame.
HttpFrame(HttpFrame) - Constructor for class io.vertx.rxjava.core.http.HttpFrame
 
HttpHeaders - Class in io.vertx.core.http
Contains often used Header names.
HttpLocation - Class in io.vertx.servicediscovery.types
Represents the location of a HTTP endpoint.
HttpLocation() - Constructor for class io.vertx.servicediscovery.types.HttpLocation
Creates a new HttpLocation instance.
HttpLocation(HttpLocation) - Constructor for class io.vertx.servicediscovery.types.HttpLocation
Creates a new HttpLocation instance by copying another instance.
HttpLocation(JsonObject) - Constructor for class io.vertx.servicediscovery.types.HttpLocation
Creates a new HttpLocation from the given json object
HttpLocationConverter - Class in io.vertx.servicediscovery.types
Converter for HttpLocation.
HttpLocationConverter() - Constructor for class io.vertx.servicediscovery.types.HttpLocationConverter
 
HttpMethod - Enum in io.vertx.core.http
Represents an HTTP method
HTTPS_CLIENT_OPTIONS_PROPERTY - Static variable in class io.vertx.ext.httpservicefactory.HttpServiceFactory
 
HTTPS_PROXY_SYS_PROP - Static variable in class io.vertx.maven.MavenVerticleFactory
 
HTTPS_PROXY_SYS_PROP - Static variable in class io.vertx.maven.ResolverOptions
 
HttpSecureServiceFactory - Class in io.vertx.ext.httpservicefactory
 
HttpSecureServiceFactory() - Constructor for class io.vertx.ext.httpservicefactory.HttpSecureServiceFactory
 
HttpServer - Interface in io.vertx.core.http
An HTTP and WebSockets server.
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 - Interface in io.vertx.core.http
Represents an file upload from an HTML FORM.
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
 
HttpServerMetrics<R,W,S> - Interface in io.vertx.core.spi.metrics
The http server metrics SPI that Vert.x will use to call when each http server event occurs.

The thread model for the http server metrics depends on the actual context thats started the server.

HttpServerOptions - Class in io.vertx.core.http
Represents options used by an HttpServer instance
HttpServerOptions() - Constructor for class io.vertx.core.http.HttpServerOptions
Default constructor
HttpServerOptions(HttpServerOptions) - Constructor for class io.vertx.core.http.HttpServerOptions
Copy constructor
HttpServerOptions(JsonObject) - Constructor for class io.vertx.core.http.HttpServerOptions
Create an options from JSON
HttpServerRequest - Interface in io.vertx.core.http
Represents a server-side HTTP request.
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
 
HttpServerRequestStream - Interface in io.vertx.core.http
A ReadStream of HttpServerRequest, used for notifying http request to a HttpServer.
HttpServerRequestStream - Class in io.vertx.rxjava.core.http
A ReadStream of HttpServerRequest, used for notifying http request to a HttpServer.
HttpServerRequestStream(HttpServerRequestStream) - Constructor for class io.vertx.rxjava.core.http.HttpServerRequestStream
 
HttpServerResponse - Interface in io.vertx.core.http
Represents a server-side HTTP response.
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
 
HttpServiceFactory - Class in io.vertx.ext.httpservicefactory
 
HttpServiceFactory() - Constructor for class io.vertx.ext.httpservicefactory.HttpServiceFactory
 
HttpTermOptions - Class in io.vertx.ext.shell.term
The web term configuration options.
HttpTermOptions() - Constructor for class io.vertx.ext.shell.term.HttpTermOptions
 
HttpTermOptions(JsonObject) - Constructor for class io.vertx.ext.shell.term.HttpTermOptions
 
HttpTermOptions(HttpTermOptions) - Constructor for class io.vertx.ext.shell.term.HttpTermOptions
 
HttpTermOptionsConverter - Class in io.vertx.ext.shell.term
Converter for HttpTermOptions.
HttpTermOptionsConverter() - Constructor for class io.vertx.ext.shell.term.HttpTermOptionsConverter
 
HttpVersion - Enum in io.vertx.core.http
Represents the version of the HTTP protocol.
hvals(String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Get all the values in a hash
hvals(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Get all the values in a hash
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
Get all the values in a hash
hvalsObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get all the values in a hash

I

id() - Method in interface io.vertx.ext.shell.system.Job
 
ID - Static variable in class io.vertx.ext.stomp.Frame
 
id() - Method in interface io.vertx.ext.web.Session
 
id() - Method in class io.vertx.rxjava.ext.shell.system.Job
 
id() - Method in class io.vertx.rxjava.ext.web.Session
 
id() - Method in class io.vertx.servicediscovery.consul.ImportedConsulService
 
ID_FIELD - Static variable in class io.vertx.ext.mongo.MongoClientUpdateResult
Constant to be used when storing and retrieving the _id within upserted_id
IDENTITY - Static variable in class io.vertx.core.http.HttpHeaders
identity header value
IF_MATCH - Static variable in class io.vertx.core.http.HttpHeaders
If-Match header name
IF_MODIFIED_SINCE - Static variable in class io.vertx.core.http.HttpHeaders
If-Modified-Since header name
IF_NONE_MATCH - Static variable in class io.vertx.core.http.HttpHeaders
If-None-Match header name
IgniteClusterManager - Class in io.vertx.spi.cluster.ignite
Apache Ignite based cluster manager.
IgniteClusterManager() - Constructor for class io.vertx.spi.cluster.ignite.IgniteClusterManager
Default constructor.
IgniteClusterManager(IgniteConfiguration) - Constructor for class io.vertx.spi.cluster.ignite.IgniteClusterManager
Creates cluster manager instance with given Ignite configuration.
IgniteClusterManager(URL) - Constructor for class io.vertx.spi.cluster.ignite.IgniteClusterManager
Creates cluster manager instance with given Spring XML configuration file.
ImportedConsulService - Class in io.vertx.servicediscovery.consul
Structure holding a service imported from Consul and published in the Vert.x service discovery.
ImportedConsulService(String, String, Record) - Constructor for class io.vertx.servicediscovery.consul.ImportedConsulService
Creates a new instance of ImportedConsulService.
InboundMapping - Class in io.vertx.camel
Represents a mapping between a Camel endpoint address and a Vert.x address on the event bus.
InboundMapping() - Constructor for class io.vertx.camel.InboundMapping
 
incr(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Increment the integer value of a key by one
incr(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Increment the integer value of a key by one
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 interface io.vertx.redis.RedisClient
Increment the integer value of a key by the given amount
incrby(String, long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Increment the integer value of a key by the given amount
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 interface io.vertx.redis.RedisClient
Increment the float value of a key by the given amount
incrbyfloat(String, double, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Increment the float 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
Increment the float value of a key by the given amount
incrbyfloatObservable(String, double) - Method in class io.vertx.rxjava.redis.RedisTransaction
Increment the float value of a key by the given amount
incrbyObservable(String, long) - Method in class io.vertx.rxjava.redis.RedisClient
Increment the integer value of a key by the given amount
incrbyObservable(String, long) - Method in class io.vertx.rxjava.redis.RedisTransaction
Increment the integer value of a key by the given amount
incrementAndGet(Handler<AsyncResult<Long>>) - Method in interface io.vertx.core.shareddata.Counter
Increment the counter atomically and return the new count
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
Increment the counter atomically and return the new count
incrObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
Increment the integer value of a key by one
incrObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Increment the integer value of a key by one
index - Variable in class io.vertx.core.cli.Argument
The argument index.
inDomain(String) - Method in class io.vertx.ext.dropwizard.reporters.JmxReporter.Builder
 
info(Object) - Method in class io.vertx.core.logging.JULLogDelegate
 
info(Object, Object...) - Method in class io.vertx.core.logging.JULLogDelegate
 
info(Object, Throwable) - Method in class io.vertx.core.logging.JULLogDelegate
 
info(Object, Throwable, Object...) - Method in class io.vertx.core.logging.JULLogDelegate
 
info(Object) - Method in class io.vertx.core.logging.Log4j2LogDelegate
 
info(Object, Object...) - Method in class io.vertx.core.logging.Log4j2LogDelegate
 
info(Object, Throwable) - Method in class io.vertx.core.logging.Log4j2LogDelegate
 
info(Object, Throwable, Object...) - Method in class io.vertx.core.logging.Log4j2LogDelegate
 
info(Object) - Method in class io.vertx.core.logging.Log4jLogDelegate
 
info(Object, Object...) - Method in class io.vertx.core.logging.Log4jLogDelegate
 
info(Object, Throwable) - Method in class io.vertx.core.logging.Log4jLogDelegate
 
info(Object, Throwable, Object...) - Method in class io.vertx.core.logging.Log4jLogDelegate
 
info(Object) - Method in class io.vertx.core.logging.Logger
 
info(Object, Throwable) - Method in class io.vertx.core.logging.Logger
 
info(Object, Object...) - Method in class io.vertx.core.logging.Logger
 
info(Object, Throwable, Object...) - Method in class io.vertx.core.logging.Logger
 
info(Object) - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
info(Object, Object...) - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
info(Object, Throwable) - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
info(Object, Throwable, Object...) - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
info(Object) - Method in interface io.vertx.core.spi.logging.LogDelegate
 
info(Object, Object...) - Method in interface io.vertx.core.spi.logging.LogDelegate
 
info(Object, Throwable) - Method in interface io.vertx.core.spi.logging.LogDelegate
 
info(Object, Throwable, Object...) - Method in interface io.vertx.core.spi.logging.LogDelegate
 
info(Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.redis.RedisClient
Get information and statistics about the server
info(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Get information and statistics about the server
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
infoObservable() - Method in class io.vertx.rxjava.redis.RedisClient
Get information and statistics about the server
infoObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Get information and statistics about the server
infoSection(String, Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.redis.RedisClient
Get information and statistics about the server
infoSection(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Get information and statistics about the server
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
Get information and statistics about the server
infoSectionObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get information and statistics about the server
init(Vertx, Context) - Method in class io.vertx.core.AbstractVerticle
Initialise the verticle.
init(Vertx) - Method in interface io.vertx.core.spi.VerticleFactory
Initialise the factory
init(Vertx, Context) - Method in interface io.vertx.core.Verticle
Initialise the verticle with the Vert.x instance and the context.
init(Vertx) - Method in class io.vertx.ext.httpservicefactory.HttpServiceFactory
 
init(ProcessingEnvironment) - Method in class io.vertx.lang.groovy.GroovyDocGenerator
 
init(ProcessingEnvironment) - Method in class io.vertx.lang.ruby.JRubyDocGenerator
 
init(Vertx, Context) - Method in class io.vertx.lang.ruby.JRubyVerticle
 
init(Vertx) - Method in class io.vertx.lang.ruby.JRubyVerticleFactory
 
init(Vertx) - Method in class io.vertx.maven.MavenVerticleFactory
 
init(Vertx, Context) - Method in class io.vertx.rxjava.core.AbstractVerticle
 
init(Vertx, JsonObject) - Method in class io.vertx.servicediscovery.backend.redis.RedisBackendService
 
init(Vertx, JsonObject) - Method in interface io.vertx.servicediscovery.spi.ServiceDiscoveryBackend
Initializes the backend.
initialise() - Static method in class io.vertx.core.logging.LoggerFactory
 
inject(CommandLine, Object) - Static method in class io.vertx.core.cli.annotations.CLIConfigurator
Injects the value in the annotated setter methods (Option and Argument.
insert(String, JsonObject, Handler<AsyncResult<String>>) - Method in interface io.vertx.ext.mongo.MongoClient
Insert a document in the specified collection
insert(String, JsonObject, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Insert a document in the specified collection
insertObservable(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Insert a document in the specified collection
InsertOptions - Enum in io.vertx.redis.op
 
insertUser(String, String, List<String>, List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.ext.auth.mongo.MongoAuth
Insert a new user into mongo in the convenient way
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
Insert a new user into mongo in the convenient way
insertWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<String>>) - Method in interface io.vertx.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.MongoClient
Insert a document in the specified collection with the specified write option
insertWithOptionsObservable(String, JsonObject, WriteOption) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Insert a document in the specified collection with the specified write option
installTestApplications(Router, Vertx) - Static method in interface io.vertx.ext.web.handler.sockjs.SockJSHandler
Install SockJS test applications on a router - used when running the SockJS test suite
installTestApplications(Router, Vertx) - Static method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSHandler
Install SockJS test applications on a router - used when running the SockJS test suite
INSTANCE - Static variable in class io.vertx.core.cli.converters.BooleanConverter
The converter.
INSTANCE - Static variable in class io.vertx.core.cli.converters.CharacterConverter
The converter.
INSTANCE - Static variable in class io.vertx.core.cli.converters.StringConverter
The converter.
instanceScheduler - Variable in class io.vertx.ext.sync.SyncVerticle
 
interrupt() - Method in interface io.vertx.ext.shell.system.Job
Attempt to interrupt the job.
interrupt() - Method in interface io.vertx.ext.shell.system.Process
Attempt to interrupt the process.
interrupt(Handler<Void>) - Method in interface io.vertx.ext.shell.system.Process
Attempt to interrupt the process.
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 interface io.vertx.ext.shell.command.CommandProcess
Set an interrupt handler, this handler is called when the command is interrupted, for instance user press Ctrl-C.
interruptHandler(SignalHandler) - Method in interface io.vertx.ext.shell.term.Term
Set an interrupt signal handler on the term.
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.
InvalidValueException - Exception in io.vertx.core.cli
Exception thrown when an option or an argument receives an invalid value.
InvalidValueException(Option, String) - Constructor for exception io.vertx.core.cli.InvalidValueException
Creates a new instance of InvalidValueException for the given option and the given value.
InvalidValueException(Argument, String, Exception) - Constructor for exception io.vertx.core.cli.InvalidValueException
Creates a new instance of InvalidValueException for the given argument and the given value.
InvalidValueException(Option, String, Exception) - Constructor for exception io.vertx.core.cli.InvalidValueException
Creates a new instance of InvalidValueException for the given option and the given value.
invokeTestMethod(FrameworkMethod, Object, TestContext) - Method in class io.vertx.ext.unit.junit.VertxUnitRunner
 
io.vertx.amqpbridge - package io.vertx.amqpbridge
 
io.vertx.camel - package io.vertx.camel
 
io.vertx.circuitbreaker - package io.vertx.circuitbreaker
 
io.vertx.core - package io.vertx.core
 
io.vertx.core.buffer - package io.vertx.core.buffer
 
io.vertx.core.cli - package io.vertx.core.cli
 
io.vertx.core.cli.annotations - package io.vertx.core.cli.annotations
 
io.vertx.core.cli.converters - package io.vertx.core.cli.converters
 
io.vertx.core.datagram - package io.vertx.core.datagram
 
io.vertx.core.dns - package io.vertx.core.dns
 
io.vertx.core.eventbus - package io.vertx.core.eventbus
 
io.vertx.core.file - package io.vertx.core.file
 
io.vertx.core.http - package io.vertx.core.http
 
io.vertx.core.json - package io.vertx.core.json
 
io.vertx.core.logging - package io.vertx.core.logging
 
io.vertx.core.metrics - package io.vertx.core.metrics
 
io.vertx.core.net - package io.vertx.core.net
 
io.vertx.core.parsetools - package io.vertx.core.parsetools
 
io.vertx.core.shareddata - package io.vertx.core.shareddata
 
io.vertx.core.spi - package io.vertx.core.spi
 
io.vertx.core.spi.cluster - package io.vertx.core.spi.cluster
 
io.vertx.core.spi.launcher - package io.vertx.core.spi.launcher
 
io.vertx.core.spi.logging - package io.vertx.core.spi.logging
 
io.vertx.core.spi.metrics - package io.vertx.core.spi.metrics
 
io.vertx.core.streams - package io.vertx.core.streams
 
io.vertx.ext.asyncsql - package io.vertx.ext.asyncsql
 
io.vertx.ext.auth - package io.vertx.ext.auth
 
io.vertx.ext.auth.jdbc - package io.vertx.ext.auth.jdbc
 
io.vertx.ext.auth.jwt - package io.vertx.ext.auth.jwt
 
io.vertx.ext.auth.mongo - package io.vertx.ext.auth.mongo
 
io.vertx.ext.auth.oauth2 - package io.vertx.ext.auth.oauth2
 
io.vertx.ext.auth.shiro - package io.vertx.ext.auth.shiro
 
io.vertx.ext.bridge - package io.vertx.ext.bridge
 
io.vertx.ext.dropwizard - package io.vertx.ext.dropwizard
 
io.vertx.ext.dropwizard.reporters - package io.vertx.ext.dropwizard.reporters
 
io.vertx.ext.eventbus.bridge.tcp - package io.vertx.ext.eventbus.bridge.tcp
 
io.vertx.ext.hawkular - package io.vertx.ext.hawkular
 
io.vertx.ext.httpservicefactory - package io.vertx.ext.httpservicefactory
 
io.vertx.ext.jdbc - package io.vertx.ext.jdbc
 
io.vertx.ext.jdbc.spi - package io.vertx.ext.jdbc.spi
 
io.vertx.ext.mail - package io.vertx.ext.mail
 
io.vertx.ext.mail.mailencoder - package io.vertx.ext.mail.mailencoder
 
io.vertx.ext.mongo - package io.vertx.ext.mongo
 
io.vertx.ext.rxjava.eventbus.bridge.tcp - package io.vertx.ext.rxjava.eventbus.bridge.tcp
 
io.vertx.ext.shell - package io.vertx.ext.shell
 
io.vertx.ext.shell.cli - package io.vertx.ext.shell.cli
 
io.vertx.ext.shell.command - package io.vertx.ext.shell.command
 
io.vertx.ext.shell.command.base - package io.vertx.ext.shell.command.base
 
io.vertx.ext.shell.session - package io.vertx.ext.shell.session
 
io.vertx.ext.shell.spi - package io.vertx.ext.shell.spi
 
io.vertx.ext.shell.system - package io.vertx.ext.shell.system
 
io.vertx.ext.shell.term - package io.vertx.ext.shell.term
 
io.vertx.ext.sockjs.proxy - package io.vertx.ext.sockjs.proxy
 
io.vertx.ext.sql - package io.vertx.ext.sql
 
io.vertx.ext.stomp - package io.vertx.ext.stomp
 
io.vertx.ext.stomp.utils - package io.vertx.ext.stomp.utils
 
io.vertx.ext.sync - package io.vertx.ext.sync
 
io.vertx.ext.unit - package io.vertx.ext.unit
 
io.vertx.ext.unit.collect - package io.vertx.ext.unit.collect
 
io.vertx.ext.unit.junit - package io.vertx.ext.unit.junit
 
io.vertx.ext.unit.report - package io.vertx.ext.unit.report
 
io.vertx.ext.web - package io.vertx.ext.web
 
io.vertx.ext.web.handler - package io.vertx.ext.web.handler
 
io.vertx.ext.web.handler.sockjs - package io.vertx.ext.web.handler.sockjs
 
io.vertx.ext.web.sstore - package io.vertx.ext.web.sstore
 
io.vertx.ext.web.templ - package io.vertx.ext.web.templ
 
io.vertx.lang.groovy - package io.vertx.lang.groovy
 
io.vertx.lang.ruby - package io.vertx.lang.ruby
 
io.vertx.lang.rxjava - package io.vertx.lang.rxjava
 
io.vertx.maven - package io.vertx.maven
 
io.vertx.maven.resolver - package io.vertx.maven.resolver
 
io.vertx.rabbitmq - package io.vertx.rabbitmq
 
io.vertx.redis - package io.vertx.redis
 
io.vertx.redis.op - package io.vertx.redis.op
 
io.vertx.rx.java - package io.vertx.rx.java
 
io.vertx.rxjava.amqpbridge - package io.vertx.rxjava.amqpbridge
 
io.vertx.rxjava.circuitbreaker - package io.vertx.rxjava.circuitbreaker
 
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.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.shiro - package io.vertx.rxjava.ext.auth.shiro
 
io.vertx.rxjava.ext.dropwizard - package io.vertx.rxjava.ext.dropwizard
 
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.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.sstore - package io.vertx.rxjava.ext.web.sstore
 
io.vertx.rxjava.ext.web.templ - package io.vertx.rxjava.ext.web.templ
 
io.vertx.rxjava.rabbitmq - package io.vertx.rxjava.rabbitmq
 
io.vertx.rxjava.redis - package io.vertx.rxjava.redis
 
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
 
io.vertx.service - package io.vertx.service
 
io.vertx.servicediscovery - package io.vertx.servicediscovery
 
io.vertx.servicediscovery.backend.redis - package io.vertx.servicediscovery.backend.redis
 
io.vertx.servicediscovery.consul - package io.vertx.servicediscovery.consul
 
io.vertx.servicediscovery.docker - package io.vertx.servicediscovery.docker
 
io.vertx.servicediscovery.hazelcast - package io.vertx.servicediscovery.hazelcast
 
io.vertx.servicediscovery.kubernetes - package io.vertx.servicediscovery.kubernetes
 
io.vertx.servicediscovery.rest - package io.vertx.servicediscovery.rest
 
io.vertx.servicediscovery.spi - package io.vertx.servicediscovery.spi
 
io.vertx.servicediscovery.types - package io.vertx.servicediscovery.types
 
io.vertx.servicediscovery.utils - package io.vertx.servicediscovery.utils
 
io.vertx.serviceproxy - package io.vertx.serviceproxy
 
io.vertx.spi.cluster.hazelcast - package io.vertx.spi.cluster.hazelcast
 
io.vertx.spi.cluster.ignite - package io.vertx.spi.cluster.ignite
 
io.vertx.spi.cluster.jgroups - package io.vertx.spi.cluster.jgroups
 
isActive() - Method in interface io.vertx.core.spi.cluster.ClusterManager
Is the cluster manager active?
isActive() - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
 
isActive() - Method in class io.vertx.spi.cluster.ignite.IgniteClusterManager
 
isActive() - Method in class io.vertx.spi.cluster.jgroups.JGroupsClusterManager
 
isAllowRcptErrors() - Method in class io.vertx.ext.mail.MailConfig
get if sending allows rcpt errors (default is false)
isAlpnAvailable() - Static method in class io.vertx.core.net.JdkSSLEngineOptions
 
isAlpnAvailable() - Static method in class io.vertx.core.net.OpenSSLEngineOptions
 
isArgumentAssigned(Argument) - Method in interface io.vertx.core.cli.CommandLine
Checks whether or not the given argument has been assigned in the command line.
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.
isAskingForHelp() - Method in interface io.vertx.core.cli.CommandLine
Checks whether or not the user has passed a "help" option and is asking for help.
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.
isAuthorised(String, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.ext.auth.AbstractUser
 
isAuthorised(String, Handler<AsyncResult<Boolean>>) - Method in interface io.vertx.ext.auth.User
Is the user authorised to
isAuthorised(String, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.rxjava.ext.auth.User
Is the user authorised to
isAuthorisedObservable(String) - Method in class io.vertx.rxjava.ext.auth.User
Is the user authorised to
isAutoComputeContentLength() - Method in class io.vertx.ext.stomp.StompClientOptions
Whether or not the automatic computation of the content-length header is enabled.
isAvailable() - Static method in class io.vertx.core.net.OpenSSLEngineOptions
 
isBinary() - Method in interface io.vertx.core.http.WebSocketFrame
 
isBinary() - Method in class io.vertx.rxjava.core.http.WebSocketFrame
 
isBlank() - Method in interface io.vertx.ext.shell.cli.CliToken
 
isBlank() - Method in class io.vertx.rxjava.ext.shell.cli.CliToken
 
isBroadcast() - Method in class io.vertx.core.datagram.DatagramSocketOptions
 
isBypassHostHeader() - Method in class io.vertx.ext.stomp.StompClientOptions
Checks whether or not the host header must be dropped from the CONNECT/STOMP frame.
isChanged() - Method in interface io.vertx.ext.web.Cookie
Has the cookie been changed? Changed cookies will be saved out in the response and sent to the browser.
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 interface io.vertx.core.http.HttpClientRequest
 
isChunked() - Method in interface io.vertx.core.http.HttpServerResponse
 
isChunked() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
 
isChunked() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
 
isClientAuthRequired() - Method in class io.vertx.core.net.NetServerOptions
Deprecated.
isClustered() - Method in class io.vertx.core.eventbus.EventBusOptions
 
isClustered() - Method in interface io.vertx.core.Vertx
Is this Vert.x instance clustered?
isClustered() - Method in class io.vertx.core.VertxOptions
Is the Vert.x instance clustered?
isClustered() - Method in class io.vertx.rxjava.core.Vertx
Is this Vert.x instance clustered?
isComplete(int) - Method in interface io.vertx.core.CompositeFuture
Returns true if a wrapped future is completed
isComplete() - Method in interface io.vertx.core.Future
Has the future completed?
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 interface io.vertx.ext.unit.Completion
 
isCompleted() - Method in class io.vertx.rxjava.ext.unit.Completion
 
isCompressionSupported() - Method in class io.vertx.core.http.HttpServerOptions
 
isConnected() - Method in interface io.vertx.rabbitmq.RabbitMQClient
Check if a connection is open
isConnected() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Check if a connection is open
isContinuation() - Method in interface io.vertx.core.http.WebSocketFrame
 
isContinuation() - Method in class io.vertx.rxjava.core.http.WebSocketFrame
 
isCreate() - Method in class io.vertx.core.file.OpenOptions
Should the file be created if it does not already exist?
isCreateNew() - Method in class io.vertx.core.file.OpenOptions
Should the file be created if and the open fail if it already exists?
isDebugEnabled() - Method in class io.vertx.core.logging.JULLogDelegate
 
isDebugEnabled() - Method in class io.vertx.core.logging.Log4j2LogDelegate
 
isDebugEnabled() - Method in class io.vertx.core.logging.Log4jLogDelegate
 
isDebugEnabled() - Method in class io.vertx.core.logging.Logger
 
isDebugEnabled() - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
isDebugEnabled() - Method in interface io.vertx.core.spi.logging.LogDelegate
 
isDeleteOnClose() - Method in class io.vertx.core.file.OpenOptions
Should the file be deleted when it's closed, or the JVM is shutdown.
isDestroyed() - Method in interface io.vertx.ext.web.Session
 
isDestroyed() - Method in class io.vertx.rxjava.ext.web.Session
 
isDirectory() - Method in interface io.vertx.core.file.FileProps
Is the file a directory?
isDirectory() - Method in class io.vertx.rxjava.core.file.FileProps
Is the file a directory?
isDisableEsmtp() - Method in class io.vertx.ext.mail.MailConfig
get if ESMTP should be tried as first command (EHLO) (default is true)
isDsync() - Method in class io.vertx.core.file.OpenOptions
If true then every write to the file's content will be written synchronously to the underlying hardware.
isEmpty() - Method in class io.vertx.core.http.CaseInsensitiveHeaders
 
isEmpty() - Method in class io.vertx.core.json.JsonArray
Are there zero items in this JSON array?
isEmpty() - Method in class io.vertx.core.json.JsonObject
Is this object entry?
isEmpty() - Method in interface io.vertx.core.MultiMap
Return true if empty
isEmpty() - Method in interface io.vertx.core.shareddata.LocalMap
 
isEmpty() - Method in interface io.vertx.core.spi.cluster.ChoosableIterable
Is it empty?
isEmpty() - Method in class io.vertx.rxjava.core.MultiMap
Return true if empty
isEmpty() - Method in class io.vertx.rxjava.core.shareddata.LocalMap
 
isEnabled() - Method in class io.vertx.core.metrics.MetricsOptions
Will metrics be enabled on the Vert.x instance?
isEnabled() - Method in interface io.vertx.core.spi.metrics.Metrics
Whether the metrics are enabled.
isEnabled() - Method in class io.vertx.ext.hawkular.AuthenticationOptions
 
isEnded() - Method in interface io.vertx.core.http.HttpServerRequest
Has the request ended? I.e.
isEnded() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
Has the request ended? I.e.
isError() - Method in interface io.vertx.ext.unit.report.Failure
 
isError() - Method in class io.vertx.rxjava.ext.unit.report.Failure
 
isEventLoopContext() - Method in interface io.vertx.core.Context
Is the current context an event loop context?
isEventLoopContext() - Method in class io.vertx.rxjava.core.Context
Is the current context an event loop context?
isExpectMultipart() - Method in interface io.vertx.core.http.HttpServerRequest
 
isExpectMultipart() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
isFailed() - Method in interface io.vertx.ext.unit.Completion
 
isFailed() - Method in class io.vertx.rxjava.ext.unit.Completion
 
isFallbackOnFailure() - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
 
isFinal() - Method in interface io.vertx.core.http.WebSocketFrame
 
isFinal() - Method in class io.vertx.rxjava.core.http.WebSocketFrame
 
isFixedHeaders() - Method in class io.vertx.ext.mail.MailMessage
get whether our own headers should be the only headers added to the message
isFlag() - Method in class io.vertx.core.cli.Option
 
isFlagEnabled(String) - Method in interface io.vertx.core.cli.CommandLine
Gets the value of an option marked as a flag.
isFlagEnabled(String) - Method in class io.vertx.rxjava.core.cli.CommandLine
Gets the value of an option marked as a flag.
isForeground() - Method in interface io.vertx.ext.shell.command.CommandProcess
 
isForeground() - Method in class io.vertx.rxjava.ext.shell.command.CommandProcess
 
isHa() - Method in class io.vertx.core.DeploymentOptions
Will the verticle(s) be deployed as HA (highly available) ?
isHAEnabled() - Method in class io.vertx.core.VertxOptions
Will HA be enabled on the Vert.x instance?
isHandle100ContinueAutomatically() - Method in class io.vertx.core.http.HttpServerOptions
 
isHeadersCopy() - Method in class io.vertx.camel.CamelMapping
 
isHelp() - Method in class io.vertx.core.cli.Option
Checks whether or not this option is a "Help" option.
isHidden() - Method in class io.vertx.core.cli.Argument
 
isHidden() - Method in interface io.vertx.core.cli.CLI
Checks whether or not the current CLI instance is hidden.
isHidden() - Method in class io.vertx.core.cli.Option
 
isHidden() - Method in class io.vertx.rxjava.core.cli.CLI
Checks whether or not the current CLI instance is hidden.
isHttp2ClearTextUpgrade() - Method in class io.vertx.core.http.HttpClientOptions
 
isInfoEnabled() - Method in class io.vertx.core.logging.JULLogDelegate
 
isInfoEnabled() - Method in class io.vertx.core.logging.Log4j2LogDelegate
 
isInfoEnabled() - Method in class io.vertx.core.logging.Log4jLogDelegate
 
isInfoEnabled() - Method in class io.vertx.core.logging.Logger
 
isInfoEnabled() - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
isInfoEnabled() - Method in interface io.vertx.core.spi.logging.LogDelegate
 
isInsertJSESSIONID() - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
 
isIpV6() - Method in class io.vertx.core.datagram.DatagramSocketOptions
 
isJmxEnabled() - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
Will JMX be enabled on the Vert.x instance?
isJwtToken() - Method in class io.vertx.ext.auth.oauth2.OAuth2ClientOptions
 
isKeepAlive() - Method in class io.vertx.core.http.HttpClientOptions
Is keep alive enabled on the client?
isKeepAlive() - Method in class io.vertx.ext.mail.MailConfig
get if connection pool is enabled default is true
isListening() - Method in interface io.vertx.ext.stomp.StompServer
Checks whether or not the server is listening.
isListening() - Method in class io.vertx.rxjava.ext.stomp.StompServer
Checks whether or not the server is listening.
isLoopbackModeDisabled() - Method in class io.vertx.core.datagram.DatagramSocketOptions
 
isMetricsBridgeEnabled() - Method in class io.vertx.ext.hawkular.VertxHawkularOptions
Checks whether or not the metrics bridge is enabled.
isMetricsEnabled() - Method in interface io.vertx.core.metrics.Measured
Whether the metrics are enabled for this measured object
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
isMetricsTypeDisabled(MetricsType) - Method in class io.vertx.ext.hawkular.VertxHawkularOptions
 
isMulti() - Method in class io.vertx.ext.mongo.UpdateOptions
Get whether multi is enabled.
isMultiThreaded() - Method in class io.vertx.core.DeploymentOptions
Should the verticle(s) be deployed as a multi-threaded worker verticle?
isMultiThreadedWorkerContext() - Method in interface io.vertx.core.Context
Is the current context a multi-threaded worker context?
isMultiThreadedWorkerContext() - Method in class io.vertx.rxjava.core.Context
Is the current context a multi-threaded worker context?
isMultiValued() - Method in class io.vertx.core.cli.Argument
 
isMultiValued() - Method in class io.vertx.core.cli.Option
 
isNullOrEmpty(String) - Static method in class io.vertx.core.cli.UsageMessageFormatter
 
isOnEventLoopThread() - Static method in interface io.vertx.core.Context
Is the current thread an event thread?
isOnEventLoopThread() - Static method in class io.vertx.rxjava.core.Context
Is the current thread an event thread?
isOnVertxThread() - Static method in interface io.vertx.core.Context
Is the current thread a Vert.x thread? That's either a worker thread or an event loop 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 interface io.vertx.core.Context
Is the current thread a worker thread?
isOnWorkerThread() - Static method in class io.vertx.rxjava.core.Context
Is the current thread a worker thread?
isOpenChannel() - Method in interface io.vertx.rabbitmq.RabbitMQClient
Check if a channel is open
isOpenChannel() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Check if a channel is open
isOptionAssigned(Option) - Method in interface io.vertx.core.cli.CommandLine
Checks whether or not the given option has been assigned in the command line.
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.
isOptResourceEnabled() - Method in class io.vertx.core.dns.AddressResolverOptions
 
isOther() - Method in interface io.vertx.core.file.FileProps
Is the file some other type? (I.e.
isOther() - Method in class io.vertx.rxjava.core.file.FileProps
Is the file some other type? (I.e.
isParsedAsList() - Method in class io.vertx.core.cli.TypedOption
 
isPipelining() - Method in class io.vertx.core.http.HttpClientOptions
Is pipe-lining enabled on the client
isPointToPoint() - Method in class io.vertx.ext.stomp.BridgeOptions
 
isPublish() - Method in class io.vertx.camel.InboundMapping
 
isPushEnabled() - Method in class io.vertx.core.http.Http2Settings
 
isRead() - Method in class io.vertx.core.file.OpenOptions
Is the file to opened for reading?
isRegistered() - Method in interface io.vertx.core.eventbus.MessageConsumer
 
isRegistered() - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
 
isRegularFile() - Method in interface io.vertx.core.file.FileProps
Is the file a regular file?
isRegularFile() - Method in class io.vertx.rxjava.core.file.FileProps
Is the file a regular file?
isRequired() - Method in class io.vertx.core.cli.Argument
 
isRequired() - Method in class io.vertx.core.cli.Option
 
isReuseAddress() - Method in class io.vertx.core.net.NetworkOptions
 
isSecured() - Method in class io.vertx.ext.stomp.StompServerOptions
Checks whether or not the server is secured (meaning it has an authentication mechanism).
isSeenInCommandLine(Option) - Method in interface io.vertx.core.cli.CommandLine
Checks whether or not the given option has been seen in the user command line.
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.
isSendErrorOnNoSubscriptions() - Method in class io.vertx.ext.stomp.StompServerOptions
Checks whether or not an error is sent to the client when this client sends a message to an not subscribed destinations (no subscriptions on this destination).
isSendTenantHeader() - Method in class io.vertx.ext.hawkular.VertxHawkularOptions
 
isSessionCacheEnabled() - Method in class io.vertx.core.net.OpenSSLEngineOptions
Whether session cache is enabled in open SSL session server context
isShared() - Method in class io.vertx.ext.auth.jdbc.JDBCAuthOptions
 
isSingleValued() - Method in class io.vertx.core.cli.Option
 
isSizeAvailable() - Method in interface io.vertx.core.http.HttpServerFileUpload
 
isSizeAvailable() - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
 
isSparse() - Method in class io.vertx.core.file.OpenOptions
Set whether a hint should be provided that the file to created is sparse
isSSL() - Method in interface io.vertx.core.http.HttpServerRequest
 
isSsl() - Method in interface io.vertx.core.net.NetSocket
 
isSsl() - Method in class io.vertx.core.net.TCPSSLOptions
 
isSsl() - Method in class io.vertx.ext.mail.MailConfig
get whether ssl is used on connect
isSSL() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
isSsl() - Method in class io.vertx.rxjava.core.net.NetSocket
 
isSsl() - Method in class io.vertx.servicediscovery.types.HttpLocation
 
isSucceeded() - Method in interface io.vertx.ext.unit.Completion
 
isSucceeded() - Method in class io.vertx.rxjava.ext.unit.Completion
 
isSymbolicLink() - Method in interface io.vertx.core.file.FileProps
Is the file a symbolic link?
isSymbolicLink() - Method in class io.vertx.rxjava.core.file.FileProps
Is the file a symbolic link?
isSync() - Method in class io.vertx.core.file.OpenOptions
If true then every write to the file's content and metadata will be written synchronously to the underlying hardware.
isTcpKeepAlive() - Method in class io.vertx.core.net.TCPSSLOptions
 
isTcpKeepAlive() - Method in class io.vertx.redis.RedisOptions
Get wheather TCP KeepAlive option should be enabled, default true.
isTcpNoDelay() - Method in class io.vertx.core.net.TCPSSLOptions
 
isTcpNoDelay() - Method in class io.vertx.redis.RedisOptions
Get wheather TCP NoDelay should be enabled, default true
isText() - Method in interface io.vertx.core.http.WebSocketFrame
 
isText() - Method in interface io.vertx.ext.shell.cli.CliToken
 
isText() - Method in class io.vertx.rxjava.core.http.WebSocketFrame
 
isText() - Method in class io.vertx.rxjava.ext.shell.cli.CliToken
 
isTraceEnabled() - Method in class io.vertx.core.logging.JULLogDelegate
 
isTraceEnabled() - Method in class io.vertx.core.logging.Log4j2LogDelegate
 
isTraceEnabled() - Method in class io.vertx.core.logging.Log4jLogDelegate
 
isTraceEnabled() - Method in class io.vertx.core.logging.Logger
 
isTraceEnabled() - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
isTraceEnabled() - Method in interface io.vertx.core.spi.logging.LogDelegate
 
isTrailingLine() - Method in class io.vertx.ext.stomp.StompClientOptions
Gets whether or not an empty line should be appended to the written STOMP frame.
isTrailingLine() - Method in class io.vertx.ext.stomp.StompServerOptions
Gets whether or not an empty line should be appended to the written STOMP frame.
isTruncateExisting() - Method in class io.vertx.core.file.OpenOptions
If the file exists and is opened for writing should the file be truncated to zero length on open?
isTrustAll() - Method in class io.vertx.core.eventbus.EventBusOptions
 
isTrustAll() - Method in class io.vertx.core.net.ClientOptionsBase
 
isTrustAll() - Method in class io.vertx.ext.mail.MailConfig
get whether to trust all certificates on ssl connect
isTryUseCompression() - Method in class io.vertx.core.http.HttpClientOptions
Is compression enabled on the client?
isUpsert() - Method in class io.vertx.ext.mongo.UpdateOptions
Get whether upsert is enabled
isUseAlpn() - Method in class io.vertx.core.net.TCPSSLOptions
 
isUseBasicAuthorizationHeader() - Method in class io.vertx.ext.auth.oauth2.OAuth2ClientOptions
 
isUseEventLoop() - Method in class io.vertx.ext.unit.TestOptions
 
isUsePooledBuffers() - Method in class io.vertx.core.net.TCPSSLOptions
 
isUseStompFrame() - Method in class io.vertx.ext.stomp.StompClientOptions
Checks whether or not the connection is made using the STOMP command instead of the CONNECT command.
isValid() - Method in interface io.vertx.core.cli.CommandLine
Checks whether or not the command line is valid, i.e.
isValid() - Method in class io.vertx.rxjava.core.cli.CommandLine
Checks whether or not the command line is valid, i.e.
isVerifyHost() - Method in class io.vertx.core.http.HttpClientOptions
Is hostname verification (for SSL/TLS) enabled?
isWebsocketBridge() - Method in class io.vertx.ext.stomp.StompServerOptions
Checks whether or not the web socket bridge is enabled.
isWithTransitive() - Method in class io.vertx.maven.resolver.ResolutionOptions
 
isWorker() - Method in class io.vertx.core.DeploymentOptions
Should the verticle(s) be deployed as a worker verticle?
isWorkerContext() - Method in interface io.vertx.core.Context
Is the current context a worker context?
isWorkerContext() - Method in class io.vertx.rxjava.core.Context
Is the current context a worker context?
isWrite() - Method in class io.vertx.core.file.OpenOptions
Is the file to opened for writing?
iterator() - Method in class io.vertx.core.http.CaseInsensitiveHeaders
 
iterator() - Method in class io.vertx.core.json.JsonArray
Get an Iterator over the values in the JSON array
iterator() - Method in class io.vertx.core.json.JsonObject
Get an Iterator of the entries in the JSON object.

J

JadeTemplateEngine - Interface in io.vertx.ext.web.templ
A template engine that uses Jade.
JadeTemplateEngine - Class in io.vertx.rxjava.ext.web.templ
A template engine that uses Jade.
JadeTemplateEngine(JadeTemplateEngine) - Constructor for class io.vertx.rxjava.ext.web.templ.JadeTemplateEngine
 
JDBCAuth - Interface in io.vertx.ext.auth.jdbc
Factory interface for creating AuthProvider instances that use the Vert.x JDBC client
JDBCAuth - Class in io.vertx.rxjava.ext.auth.jdbc
Factory interface for creating AuthProvider instances that use the Vert.x JDBC client

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

JDBCAuth(JDBCAuth) - Constructor for class io.vertx.rxjava.ext.auth.jdbc.JDBCAuth
 
JDBCAuthOptions - Class in io.vertx.ext.auth.jdbc
Options configuring JDBC authentication.
JDBCAuthOptions() - Constructor for class io.vertx.ext.auth.jdbc.JDBCAuthOptions
 
JDBCAuthOptions(JDBCAuthOptions) - Constructor for class io.vertx.ext.auth.jdbc.JDBCAuthOptions
 
JDBCAuthOptions(JsonObject) - Constructor for class io.vertx.ext.auth.jdbc.JDBCAuthOptions
 
JDBCAuthOptionsConverter - Class in io.vertx.ext.auth.jdbc
Converter for JDBCAuthOptions.
JDBCAuthOptionsConverter() - Constructor for class io.vertx.ext.auth.jdbc.JDBCAuthOptionsConverter
 
JDBCClient - Interface in io.vertx.ext.jdbc
An asynchronous client interface for interacting with a JDBC compliant database
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
 
JDBCDataSource(JDBCDataSource) - Constructor for class io.vertx.rxjava.servicediscovery.types.JDBCDataSource
 
JDBCDataSource - Interface in io.vertx.servicediscovery.types
 
JDBCHashStrategy - Interface in io.vertx.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.
JdkSSLEngineOptions - Class in io.vertx.core.net
Configures a TCPSSLOptions to use the JDK ssl engine implementation.
JdkSSLEngineOptions() - Constructor for class io.vertx.core.net.JdkSSLEngineOptions
 
JdkSSLEngineOptions(JsonObject) - Constructor for class io.vertx.core.net.JdkSSLEngineOptions
 
JdkSSLEngineOptions(JdkSSLEngineOptions) - Constructor for class io.vertx.core.net.JdkSSLEngineOptions
 
JGroupsClusterManager - Class in io.vertx.spi.cluster.jgroups
 
JGroupsClusterManager() - Constructor for class io.vertx.spi.cluster.jgroups.JGroupsClusterManager
 
JGroupsClusterManager(JChannel) - Constructor for class io.vertx.spi.cluster.jgroups.JGroupsClusterManager
 
JksOptions - Class in io.vertx.core.net
Key or trust store options configuring private key and/or certificates based on Java Keystore files.
JksOptions() - Constructor for class io.vertx.core.net.JksOptions
Default constructor
JksOptions(JksOptions) - Constructor for class io.vertx.core.net.JksOptions
Copy constructor
JksOptions(JsonObject) - Constructor for class io.vertx.core.net.JksOptions
Create options from JSON
JmxReporter - Class in io.vertx.ext.dropwizard.reporters
 
JmxReporter.Builder - Class in io.vertx.ext.dropwizard.reporters
A builder for JmxReporter instances.
JmxReporter.JmxCounterMBean - Interface in io.vertx.ext.dropwizard.reporters
 
JmxReporter.JmxGaugeMBean - Interface in io.vertx.ext.dropwizard.reporters
 
JmxReporter.JmxHistogramMBean - Interface in io.vertx.ext.dropwizard.reporters
 
JmxReporter.JmxMeterMBean - Interface in io.vertx.ext.dropwizard.reporters
 
JmxReporter.JmxThroughputMeterMBean - Interface in io.vertx.ext.dropwizard.reporters
 
JmxReporter.JmxThroughputTimerMBean - Interface in io.vertx.ext.dropwizard.reporters
 
JmxReporter.JmxTimerMBean - Interface in io.vertx.ext.dropwizard.reporters
 
JmxReporter.MetricMBean - Interface in io.vertx.ext.dropwizard.reporters
 
Job - Interface in io.vertx.ext.shell.system
A job executed in a JobController, grouping one or several process.

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

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 interface io.vertx.ext.shell.Shell
 
JobController - Interface in io.vertx.ext.shell.system
The job controller.

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 interface io.vertx.ext.shell.system.JobController
 
jobs() - Method in class io.vertx.rxjava.ext.shell.system.JobController
 
join(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.spi.cluster.ClusterManager
Join the cluster
join(Handler<AsyncResult<Void>>) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
 
join(Handler<AsyncResult<Void>>) - Method in class io.vertx.spi.cluster.ignite.IgniteClusterManager
 
join(Handler<AsyncResult<Void>>) - Method in class io.vertx.spi.cluster.jgroups.JGroupsClusterManager
 
JRubyDocGenerator - Class in io.vertx.lang.ruby
 
JRubyDocGenerator() - Constructor for class io.vertx.lang.ruby.JRubyDocGenerator
 
JRubyVerticle - Class in io.vertx.lang.ruby
 
JRubyVerticle(JRubyVerticleFactory, ContainerHolder, ClassLoader, String) - Constructor for class io.vertx.lang.ruby.JRubyVerticle
 
JRubyVerticleFactory - Class in io.vertx.lang.ruby
 
JRubyVerticleFactory() - Constructor for class io.vertx.lang.ruby.JRubyVerticleFactory
 
Json - Class in io.vertx.core.json
 
Json() - Constructor for class io.vertx.core.json.Json
 
JsonArray - Class in io.vertx.core.json
A representation of a JSON array in Java.
JsonArray(String) - Constructor for class io.vertx.core.json.JsonArray
Create an instance from a String of JSON
JsonArray() - Constructor for class io.vertx.core.json.JsonArray
Create an empty instance
JsonArray(List) - Constructor for class io.vertx.core.json.JsonArray
Create an instance from a List.
JsonObject - Class in io.vertx.core.json
A representation of a JSON object in Java.
JsonObject(String) - Constructor for class io.vertx.core.json.JsonObject
Create an instance from a string of JSON
JsonObject() - Constructor for class io.vertx.core.json.JsonObject
Create a new, empty instance
JsonObject(Map<String, Object>) - Constructor for class io.vertx.core.json.JsonObject
Create an instance from a Map.
JULLogDelegate - Class in io.vertx.core.logging
A LogDelegate which delegates to java.util.logging
JULLogDelegateFactory - Class in io.vertx.core.logging
A LogDelegateFactory which creates JULLogDelegate instances.
JULLogDelegateFactory() - Constructor for class io.vertx.core.logging.JULLogDelegateFactory
 
JWTAuth - Interface in io.vertx.ext.auth.jwt
Factory interface for creating JWT based AuthProvider instances.
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 - Interface in io.vertx.ext.web.handler
An auth handler that provides JWT Authentication support.
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
 
JWTOptions - Class in io.vertx.ext.auth.jwt
Options related to creation of new tokens.
JWTOptions() - Constructor for class io.vertx.ext.auth.jwt.JWTOptions
 
JWTOptions(JsonObject) - Constructor for class io.vertx.ext.auth.jwt.JWTOptions
 
JWTOptions(JWTOptions) - Constructor for class io.vertx.ext.auth.jwt.JWTOptions
 

K

KEEP_ALIVE - Static variable in class io.vertx.core.http.HttpHeaders
keep-alive header value
KeyCertOptions - Interface in io.vertx.core.net
Key/cert configuration options.
keys(String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Find all keys matching the given pattern
keys(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Find all keys matching the given pattern
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
KEYSERVER_URI_TEMPLATE - Static variable in class io.vertx.ext.httpservicefactory.HttpServiceFactory
 
keySet() - Method in interface io.vertx.core.shareddata.LocalMap
 
keysObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
Find all keys matching the given pattern
keysObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Find all keys matching the given pattern
KillFilter - Class in io.vertx.redis.op
 
KillFilter() - Constructor for class io.vertx.redis.op.KillFilter
 
KillFilter(KillFilter) - Constructor for class io.vertx.redis.op.KillFilter
 
KillFilter(JsonObject) - Constructor for class io.vertx.redis.op.KillFilter
 
KillFilter.Type - Enum in io.vertx.redis.op
 
KubernetesServiceImporter - Class in io.vertx.servicediscovery.kubernetes
A discovery bridge listening for kubernetes services and publishing them in the Vert.x service discovery.
KubernetesServiceImporter() - Constructor for class io.vertx.servicediscovery.kubernetes.KubernetesServiceImporter
 
KubernetesUtils - Class in io.vertx.servicediscovery.kubernetes
Utility methods for Kubernetes.
KubernetesUtils() - Constructor for class io.vertx.servicediscovery.kubernetes.KubernetesUtils
 

L

language() - Method in interface io.vertx.ext.web.Locale
Returns the language as reported by the HTTP client.
language() - Method in class io.vertx.rxjava.ext.web.Locale
Returns the language as reported by the HTTP client.
last() - Method in interface io.vertx.ext.web.Route
Specify this is the last route for the router.
last() - Method in class io.vertx.rxjava.ext.web.Route
Specify this is the last route for the router.
LAST_MODIFIED - Static variable in class io.vertx.core.http.HttpHeaders
Last-Modified header name
lastAccessed() - Method in interface io.vertx.ext.web.Session
 
lastAccessed() - Method in class io.vertx.rxjava.ext.web.Session
 
lastAccessedTime() - Method in interface io.vertx.ext.shell.term.Term
 
lastAccessedTime() - Method in class io.vertx.rxjava.ext.shell.term.Term
 
lastAccessTime() - Method in interface io.vertx.core.file.FileProps
The date the file was last accessed
lastAccessTime() - Method in class io.vertx.rxjava.core.file.FileProps
The date the file was last accessed
lastModifiedTime() - Method in interface io.vertx.core.file.FileProps
The date the file was last modified
lastModifiedTime() - Method in class io.vertx.rxjava.core.file.FileProps
The date the file was last modified
lastsave(Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Get the UNIX time stamp of the last successful save to disk
lastsave(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Get the UNIX time stamp of the last successful save to disk
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
Get the UNIX time stamp of the last successful save to disk
lastsaveObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Get the UNIX time stamp of the last successful save to disk
lastStopped() - Method in interface io.vertx.ext.shell.system.Job
 
lastStopped() - Method in class io.vertx.rxjava.ext.shell.system.Job
 
Launcher - Class in io.vertx.core
A main() class that can be used to create Vert.x instance and deploy a verticle, or run a bare Vert.x instance.
Launcher() - Constructor for class io.vertx.core.Launcher
 
launcher() - Method in class io.vertx.core.spi.launcher.ExecutionContext
 
LDAP_AUTHENTICATION_MECHANISM - Static variable in interface io.vertx.ext.auth.shiro.LDAPProviderConstants
 
LDAP_CONTEXT_FACTORY_CLASS_NAME - Static variable in interface io.vertx.ext.auth.shiro.LDAPProviderConstants
 
LDAP_POOLING_ENABLED - Static variable in interface io.vertx.ext.auth.shiro.LDAPProviderConstants
 
LDAP_REFERRAL - Static variable in interface io.vertx.ext.auth.shiro.LDAPProviderConstants
 
LDAP_SYSTEM_PASSWORD - Static variable in interface io.vertx.ext.auth.shiro.LDAPProviderConstants
 
LDAP_SYSTEM_USERNAME - Static variable in interface io.vertx.ext.auth.shiro.LDAPProviderConstants
 
LDAP_URL - Static variable in interface io.vertx.ext.auth.shiro.LDAPProviderConstants
 
LDAP_USER_DN_TEMPLATE_FIELD - Static variable in interface io.vertx.ext.auth.shiro.LDAPProviderConstants
 
LDAPProviderConstants - Interface in io.vertx.ext.auth.shiro
Configuration keys used when configuring a Shiro LDAP auth realm
leave(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.spi.cluster.ClusterManager
Leave the cluster
leave(Handler<AsyncResult<Void>>) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
 
leave(Handler<AsyncResult<Void>>) - Method in class io.vertx.spi.cluster.ignite.IgniteClusterManager
 
leave(Handler<AsyncResult<Void>>) - Method in class io.vertx.spi.cluster.jgroups.JGroupsClusterManager
 
length() - Method in interface io.vertx.core.buffer.Buffer
Returns the length of the buffer, measured in bytes.
length() - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns the length of the buffer, measured in bytes.
LimitOptions - Class in io.vertx.redis.op
 
LimitOptions() - Constructor for class io.vertx.redis.op.LimitOptions
 
LimitOptions(LimitOptions) - Constructor for class io.vertx.redis.op.LimitOptions
 
LimitOptions(JsonObject) - Constructor for class io.vertx.redis.op.LimitOptions
 
lindex(String, int, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Get an element from a list by its index
lindex(String, int, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Get an element from a list by its index
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
Get an element from a list by its index
lindexObservable(String, int) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get an element from a list by its index
line() - Method in interface io.vertx.ext.shell.system.Job
 
line() - Method in class io.vertx.rxjava.ext.shell.system.Job
 
lineTokens() - Method in interface io.vertx.ext.shell.cli.Completion
 
lineTokens() - Method in class io.vertx.rxjava.ext.shell.cli.Completion
 
link(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
Create a hard link on the file system from link to existing, asynchronously.
link(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Create a hard link on the file system from link to existing, asynchronously.
linkBlocking(String, String) - Method in interface io.vertx.core.file.FileSystem
linkBlocking(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
linkObservable(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Create a hard link on the file system from link to existing, asynchronously.
linsert(String, InsertOptions, String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Insert an element before or after another element in a list
linsert(String, InsertOptions, String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Insert an element before or after another element in a list
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
Insert an element before or after another element in a list
linsertObservable(String, InsertOptions, String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Insert an element before or after another element in a list
list() - Method in interface io.vertx.core.CompositeFuture
 
listen(int, String, Handler<AsyncResult<DatagramSocket>>) - Method in interface io.vertx.core.datagram.DatagramSocket
Start listening on the given port and host.
listen() - Method in interface io.vertx.core.http.HttpServer
Tell the server to start listening.
listen(int, String) - Method in interface io.vertx.core.http.HttpServer
Tell the server to start listening.
listen(int, String, Handler<AsyncResult<HttpServer>>) - Method in interface io.vertx.core.http.HttpServer
Like HttpServer.listen(int, String) but supplying a handler that will be called when the server is actually listening (or has failed).
listen(int) - Method in interface io.vertx.core.http.HttpServer
Like HttpServer.listen(int, String) but the server will listen on host "0.0.0.0" and port specified here ignoring any value in the HttpServerOptions that was used when creating the server.
listen(int, Handler<AsyncResult<HttpServer>>) - Method in interface io.vertx.core.http.HttpServer
Like HttpServer.listen(int) but supplying a handler that will be called when the server is actually listening (or has failed).
listen(Handler<AsyncResult<HttpServer>>) - Method in interface io.vertx.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 interface io.vertx.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 interface io.vertx.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 interface io.vertx.core.net.NetServer
Start listening on the specified port and host, ignoring post and host configured in the NetServerOptions used when creating the server.
listen(int, String, Handler<AsyncResult<NetServer>>) - Method in interface io.vertx.core.net.NetServer
Like NetServer.listen(int, String) but providing a handler that will be notified when the server is listening, or fails.
listen(int) - Method in interface io.vertx.core.net.NetServer
Start listening on the specified port and host "0.0.0.0", ignoring post and host configured in the NetServerOptions used when creating the server.
listen(int, Handler<AsyncResult<NetServer>>) - Method in interface io.vertx.core.net.NetServer
Like NetServer.listen(int) but providing a handler that will be notified when the server is listening, or fails.
listen() - Method in interface io.vertx.ext.eventbus.bridge.tcp.TcpEventBusBridge
Listen on default port 7000
listen(Handler<AsyncResult<TcpEventBusBridge>>) - Method in interface io.vertx.ext.eventbus.bridge.tcp.TcpEventBusBridge
Listen on default port 7000 with a handler to report the state of the socket listen operation.
listen(int, String) - Method in interface io.vertx.ext.eventbus.bridge.tcp.TcpEventBusBridge
Listen on specific port and bind to specific address
listen(int, String, Handler<AsyncResult<TcpEventBusBridge>>) - Method in interface io.vertx.ext.eventbus.bridge.tcp.TcpEventBusBridge
Listen on specific port and bind to specific address
listen(int) - Method in interface io.vertx.ext.eventbus.bridge.tcp.TcpEventBusBridge
Listen on specific port
listen(int, Handler<AsyncResult<TcpEventBusBridge>>) - Method in interface io.vertx.ext.eventbus.bridge.tcp.TcpEventBusBridge
Listen on specific port
listen() - Method in class io.vertx.ext.rxjava.eventbus.bridge.tcp.TcpEventBusBridge
Listen on default port 7000
listen(Handler<AsyncResult<TcpEventBusBridge>>) - Method in class io.vertx.ext.rxjava.eventbus.bridge.tcp.TcpEventBusBridge
Listen on default port 7000 with a handler to report the state of the socket listen operation.
listen(int, String) - Method in class io.vertx.ext.rxjava.eventbus.bridge.tcp.TcpEventBusBridge
Listen on specific port and bind to specific address
listen(int, String, Handler<AsyncResult<TcpEventBusBridge>>) - Method in class io.vertx.ext.rxjava.eventbus.bridge.tcp.TcpEventBusBridge
Listen on specific port and bind to specific address
listen(int) - Method in class io.vertx.ext.rxjava.eventbus.bridge.tcp.TcpEventBusBridge
Listen on specific port
listen(int, Handler<AsyncResult<TcpEventBusBridge>>) - Method in class io.vertx.ext.rxjava.eventbus.bridge.tcp.TcpEventBusBridge
Listen on specific port
listen() - Method in interface io.vertx.ext.shell.ShellServer
Start the shell service, this is an asynchronous start.
listen(Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.shell.ShellServer
Start the shell service, this is an asynchronous start.
listen() - Method in interface io.vertx.ext.shell.term.TermServer
Bind the term server, the TermServer.termHandler(Handler) must be set before.
listen(Handler<AsyncResult<TermServer>>) - Method in interface io.vertx.ext.shell.term.TermServer
Bind the term server, the TermServer.termHandler(Handler) must be set before.
listen(int) - Method in interface io.vertx.ext.stomp.StompServer
Connects the STOMP server to the given port.
listen(int, String) - Method in interface io.vertx.ext.stomp.StompServer
Connects the STOMP server to the given port / interface.
listen() - Method in interface io.vertx.ext.stomp.StompServer
Connects the STOMP server to the port / host configured in the server options.
listen(Handler<AsyncResult<StompServer>>) - Method in interface io.vertx.ext.stomp.StompServer
Connects the STOMP server default port (61613) and network interface (0.0.0.0).
listen(int, Handler<AsyncResult<StompServer>>) - Method in interface io.vertx.ext.stomp.StompServer
Connects the STOMP server to the given port.
listen(int, String, Handler<AsyncResult<StompServer>>) - Method in interface io.vertx.ext.stomp.StompServer
Connects the STOMP server to the given port / interface.
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(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 post 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 post 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() - 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.
listening(String, SocketAddress) - Method in interface io.vertx.core.spi.metrics.DatagramSocketMetrics
Called when a socket is listening.
listenMulticastGroup(String, Handler<AsyncResult<DatagramSocket>>) - Method in interface io.vertx.core.datagram.DatagramSocket
Joins a multicast group and listens for packets send to it.
listenMulticastGroup(String, String, String, Handler<AsyncResult<DatagramSocket>>) - Method in interface io.vertx.core.datagram.DatagramSocket
Joins a multicast group and listens for packets send to it on the given network interface.
listenMulticastGroup(String, 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
Joins a multicast group and listens for packets send to it.
listenMulticastGroupObservable(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.
listenObservable() - Method in class io.vertx.ext.rxjava.eventbus.bridge.tcp.TcpEventBusBridge
Listen on default port 7000 with a handler to report the state of the socket listen operation.
listenObservable(int, String) - Method in class io.vertx.ext.rxjava.eventbus.bridge.tcp.TcpEventBusBridge
Listen on specific port and bind to specific address
listenObservable(int) - Method in class io.vertx.ext.rxjava.eventbus.bridge.tcp.TcpEventBusBridge
Listen on specific port
listenObservable(int, String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Start listening on the given port and host.
listenObservable(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).
listenObservable(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).
listenObservable() - 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).
listenObservable() - 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.
listenObservable(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.
listenObservable(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.
listenObservable() - Method in class io.vertx.rxjava.ext.shell.ShellServer
Start the shell service, this is an asynchronous start.
listenObservable() - Method in class io.vertx.rxjava.ext.shell.term.TermServer
listenObservable() - Method in class io.vertx.rxjava.ext.stomp.StompServer
Connects the STOMP server default port (61613) and network interface (0.0.0.0).
listenObservable(int) - Method in class io.vertx.rxjava.ext.stomp.StompServer
Connects the STOMP server to the given port.
listenObservable(int, String) - Method in class io.vertx.rxjava.ext.stomp.StompServer
Connects the STOMP server to the given port / interface.
listSeparator - Variable in class io.vertx.core.cli.TypedOption
the split character used if the raw value needs to be parsed as a list.
llen(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Get the length of a list
llen(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Get the length of a list
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
Get the length of a list
llenObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get the length of a list
load(String, ClassLoader) - Static method in class io.vertx.servicediscovery.utils.ClassLoaderUtils
 
loadConfig() - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
 
loadFactories(Class<T>) - Static method in class io.vertx.core.ServiceHelper
 
loadFactories(Class<T>, ClassLoader) - Static method in class io.vertx.core.ServiceHelper
 
loadFactory(Class<T>) - Static method in class io.vertx.core.ServiceHelper
 
loadFactoryOrNull(Class<T>) - Static method in class io.vertx.core.ServiceHelper
 
LOCAL_REPO_SYS_PROP - Static variable in class io.vertx.maven.MavenVerticleFactory
 
LOCAL_REPO_SYS_PROP - Static variable in class io.vertx.maven.ResolverOptions
 
localAddress() - Method in interface io.vertx.core.datagram.DatagramSocket
Return the SocketAddress to which this DatagramSocket is bound.
localAddress() - Method in interface io.vertx.core.http.HttpServerRequest
 
localAddress() - Method in interface io.vertx.core.http.WebSocketBase
 
localAddress() - Method in interface io.vertx.core.net.NetSocket
 
localAddress() - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
Return the local address for this socket
localAddress() - Method in 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.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
localConsumer(String) - Method in interface io.vertx.core.eventbus.EventBus
Like EventBus.consumer(String) but the address won't be propagated across the cluster.
localConsumer(String, Handler<Message<T>>) - Method in interface io.vertx.core.eventbus.EventBus
Like EventBus.consumer(String, Handler) but the address won't be propagated across the cluster.
localConsumer(String) - 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 - Interface in io.vertx.ext.web
 
Locale - Class in io.vertx.rxjava.ext.web
 
Locale(Locale) - Constructor for class io.vertx.rxjava.ext.web.Locale
 
LocalMap<K,V> - Interface in io.vertx.core.shareddata
Local maps can be used to share data safely in a single Vert.x instance.
LocalMap<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
 
LocalMapGet - Class in io.vertx.ext.shell.command.base
 
LocalMapGet() - Constructor for class io.vertx.ext.shell.command.base.LocalMapGet
 
LocalMapPut - Class in io.vertx.ext.shell.command.base
 
LocalMapPut() - Constructor for class io.vertx.ext.shell.command.base.LocalMapPut
 
LocalMapRm - Class in io.vertx.ext.shell.command.base
 
LocalMapRm() - Constructor for class io.vertx.ext.shell.command.base.LocalMapRm
 
LocalSessionStore - Interface in io.vertx.ext.web.sstore
A session store which is only available on a single node.
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
 
LOCATION - Static variable in class io.vertx.core.http.HttpHeaders
Location header name
Lock - Interface in io.vertx.core.shareddata
An asynchronous exclusive lock which can be obtained from any node in the cluster.
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
 
log() - Method in class io.vertx.spi.cluster.jgroups.JGroupsClusterManager
 
Log4j2LogDelegate - Class in io.vertx.core.logging
A LogDelegate which delegates to Apache Log4j 2
Log4j2LogDelegateFactory - Class in io.vertx.core.logging
A LogDelegateFactory which creates Log4j2LogDelegate instances.
Log4j2LogDelegateFactory() - Constructor for class io.vertx.core.logging.Log4j2LogDelegateFactory
 
Log4jLogDelegate - Class in io.vertx.core.logging
A LogDelegate which delegates to Apache Log4j
Log4jLogDelegateFactory - Class in io.vertx.core.logging
A LogDelegateFactory which creates Log4jLogDelegate instances.
Log4jLogDelegateFactory() - Constructor for class io.vertx.core.logging.Log4jLogDelegateFactory
 
LogDelegate - Interface in io.vertx.core.spi.logging
I represent operations that are delegated to underlying logging frameworks.
LogDelegateFactory - Interface in io.vertx.core.spi.logging
I am responsible for creating LogDelegate instances.
Logger - Class in io.vertx.core.logging
This class allows us to isolate all our logging dependencies in one place.
Logger(LogDelegate) - Constructor for class io.vertx.core.logging.Logger
 
LOGGER_DELEGATE_FACTORY_CLASS_NAME - Static variable in class io.vertx.core.logging.LoggerFactory
 
LoggerFactory - Class in io.vertx.core.logging
 
LoggerFactory() - Constructor for class io.vertx.core.logging.LoggerFactory
 
LoggerFormat - Enum in io.vertx.ext.web.handler
The possible out of the box formats.
LoggerHandler - Interface in io.vertx.ext.web.handler
A handler which logs request information to the Vert.x logger.
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
 
LOGIN - Static variable in class io.vertx.ext.stomp.Frame
 
LoginOption - Enum in io.vertx.ext.mail
possible options for a login into a SMTP server
either DISABLED, OPTIONAL or REQUIRED
logout(Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.auth.oauth2.AccessToken
Revoke refresh token and calls the logout endpoint.
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
Revoke refresh token and calls the logout endpoint.
longName - Variable in class io.vertx.core.cli.Option
the option long name.
lookup(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.core.dns.DnsClient
Try to lookup the A (ipv4) or AAAA (ipv6) record for the given name.
lookup() - Method in interface io.vertx.core.spi.launcher.CommandFactoryLookup
Looks for command implementation and instantiated them.
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 interface io.vertx.core.dns.DnsClient
Try to lookup the A (ipv4) 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
Try to lookup the A (ipv4) record for the given name.
lookup6(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.core.dns.DnsClient
Try to lookup the AAAA (ipv6) record for the given name.
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
Try to lookup the AAAA (ipv6) record for the given name.
lookupObservable(String) - Method in class io.vertx.rxjava.core.dns.DnsClient
Try to lookup the A (ipv4) or AAAA (ipv6) record for the given name.
lpop(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Remove and get the first element in a list
lpop(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Remove and get the first element in a list
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
Remove and get the first element in a list
lpopObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Remove and get the first element in a list
lprops(String, Handler<AsyncResult<FileProps>>) - Method in interface io.vertx.core.file.FileSystem
Obtain properties for the link represented by path, asynchronously.
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 interface io.vertx.core.file.FileSystem
lpropsBlocking(String) - Method in class io.vertx.rxjava.core.file.FileSystem
lpropsObservable(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Obtain properties for the link represented by path, asynchronously.
lpush(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Prepend one value to a list
lpush(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Prepend one value to a list
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 interface io.vertx.redis.RedisClient
Prepend one or multiple values to a list
lpushMany(String, List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Prepend one or multiple values 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
Prepend one or multiple values to a list
lpushManyObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Prepend one or multiple values to a list
lpushObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
Prepend one value to a list
lpushObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Prepend one value to a list
lpushx(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Prepend a value to a list, only if the list exists
lpushx(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Prepend a value to a list, only if the list exists
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
Prepend a value to a list, only if the list exists
lpushxObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Prepend a value to a list, only if the list exists
lrange(String, long, long, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Get a range of elements from a list
lrange(String, long, long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Get a range of elements from a list
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
Get a range of elements from a list
lrangeObservable(String, long, long) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get a range of elements from a list
lrem(String, long, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Remove elements from a list
lrem(String, long, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Remove elements from a list
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
Remove elements from a list
lremObservable(String, long, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Remove elements from a list
lset(String, long, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Set the value of an element in a list by its index
lset(String, long, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
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.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
Set the value of an element in a list by its index
lsetObservable(String, long, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set the value of an element in a list by its index
ltrim(String, long, long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Trim a list to the specified range
ltrim(String, long, long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Trim a list to the specified range
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
Trim a list to the specified range
ltrimObservable(String, long, long) - Method in class io.vertx.rxjava.redis.RedisTransaction
Trim a list to the specified range

M

MailAttachment - Class in io.vertx.ext.mail
Represent a mail attachment that can be used in a MailMessage.
MailAttachment() - Constructor for class io.vertx.ext.mail.MailAttachment
construct an empty MailAttachment object that can be filled with the setters
MailAttachment(MailAttachment) - Constructor for class io.vertx.ext.mail.MailAttachment
create a copy of a MailAttachment object
MailAttachment(JsonObject) - Constructor for class io.vertx.ext.mail.MailAttachment
create a MailAttachment object from a JsonObject representation
MailClient - Interface in io.vertx.ext.mail
SMTP mail client for Vert.x
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
 
MailConfig - Class in io.vertx.ext.mail
represents the configuration of a mail service with mail server hostname, port, security options, login options and login/password
MailConfig() - Constructor for class io.vertx.ext.mail.MailConfig
construct a config object with default options
MailConfig(String) - Constructor for class io.vertx.ext.mail.MailConfig
construct a config object with hostname and default options
MailConfig(String, int) - Constructor for class io.vertx.ext.mail.MailConfig
construct a config object with hostname/port and default options
MailConfig(String, int, StartTLSOptions, LoginOption) - Constructor for class io.vertx.ext.mail.MailConfig
construct a config object with hostname/port and security and login options
MailConfig(MailConfig) - Constructor for class io.vertx.ext.mail.MailConfig
copy config object from another MailConfig object
MailConfig(JsonObject) - Constructor for class io.vertx.ext.mail.MailConfig
construct config object from Json representation
MailEncoder - Class in io.vertx.ext.mail.mailencoder
create MIME mail messages from a MailMessage object
MailEncoder(MailMessage, String) - Constructor for class io.vertx.ext.mail.mailencoder.MailEncoder
create a MailEncoder for the message
MailMessage - Class in io.vertx.ext.mail
represent a mail message that can be sent via the MailClient
MailMessage() - Constructor for class io.vertx.ext.mail.MailMessage
construct empty mail message that can be used with the setters
MailMessage(MailMessage) - Constructor for class io.vertx.ext.mail.MailMessage
copy object to another @link MailMessage object
MailMessage(JsonObject) - Constructor for class io.vertx.ext.mail.MailMessage
construct object from a JsonObject representation
MailMessage(String, String, String, String) - Constructor for class io.vertx.ext.mail.MailMessage
construct a simple message with text/plain
MailResult - Class in io.vertx.ext.mail
Represent the result of the sendMail operation
MailResult() - Constructor for class io.vertx.ext.mail.MailResult
 
MailResult(MailResult) - Constructor for class io.vertx.ext.mail.MailResult
 
MailResult(JsonObject) - Constructor for class io.vertx.ext.mail.MailResult
 
MailService - Interface in io.vertx.ext.mail
 
MailService - Class in io.vertx.rxjava.ext.mail
 
MailService(MailService) - Constructor for class io.vertx.rxjava.ext.mail.MailService
 
MailServiceVerticle - Class in io.vertx.ext.mail
event bus verticle that supports sending mails via a MailService instance running on another machine via the event bus
MailServiceVerticle() - Constructor for class io.vertx.ext.mail.MailServiceVerticle
 
MailServiceVertxEBProxy - Class in io.vertx.ext.mail
 
MailServiceVertxEBProxy(Vertx, String) - Constructor for class io.vertx.ext.mail.MailServiceVertxEBProxy
 
MailServiceVertxEBProxy(Vertx, String, DeliveryOptions) - Constructor for class io.vertx.ext.mail.MailServiceVertxEBProxy
 
MailServiceVertxProxyHandler - Class in io.vertx.ext.mail
 
MailServiceVertxProxyHandler(Vertx, MailService) - Constructor for class io.vertx.ext.mail.MailServiceVertxProxyHandler
 
MailServiceVertxProxyHandler(Vertx, MailService, long) - Constructor for class io.vertx.ext.mail.MailServiceVertxProxyHandler
 
MailServiceVertxProxyHandler(Vertx, MailService, boolean, long) - Constructor for class io.vertx.ext.mail.MailServiceVertxProxyHandler
 
main(String[]) - Static method in class io.vertx.core.Launcher
Main entry point.
main() - Method in class io.vertx.core.spi.launcher.ExecutionContext
 
main(String[]) - Static method in class io.vertx.core.Starter
Deprecated.
 
map(Function<T, U>) - Method in interface io.vertx.core.Future
Apply a mapper function on this future.
map(V) - Method in interface io.vertx.core.Future
Map the result of a future to a specific value.
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.
mapper - Static variable in class io.vertx.core.json.Json
 
mark() - Method in class io.vertx.ext.dropwizard.ThroughputMeter
 
Match - Class in io.vertx.ext.dropwizard
A match for a value.
Match() - Constructor for class io.vertx.ext.dropwizard.Match
Default constructor
Match(Match) - Constructor for class io.vertx.ext.dropwizard.Match
Copy constructor
Match(JsonObject) - Constructor for class io.vertx.ext.dropwizard.Match
Create an instance from a JsonObject
match(JsonObject) - Method in class io.vertx.servicediscovery.Record
Checks whether or not the current Record matches the filter.
matches(String) - Method in interface io.vertx.ext.stomp.Destination
Checks whether or not the given address matches with the current destination.
matches(String) - Method in class io.vertx.rxjava.ext.stomp.Destination
Checks whether or not the given address matches with the current destination.
MatchType - Enum in io.vertx.ext.dropwizard
The type of match.
MavenCoords - Class in io.vertx.maven
 
MavenCoords(String, String, String, String, String) - Constructor for class io.vertx.maven.MavenCoords
 
MavenCoords(String) - Constructor for class io.vertx.maven.MavenCoords
 
MavenVerticleFactory - Class in io.vertx.maven
 
MavenVerticleFactory() - Constructor for class io.vertx.maven.MavenVerticleFactory
Creates an instance of MavenVerticleFactory using the system properties to initialize the ResolverOptions.
MavenVerticleFactory(ResolverOptions) - Constructor for class io.vertx.maven.MavenVerticleFactory
Creates an instance of MavenVerticleFactory with the given resolution options.
MavenVerticleFactory(Resolver) - Constructor for class io.vertx.maven.MavenVerticleFactory
Creates an instance of MavenVerticleFactory with a custom Resolver.
maxAgeSeconds(int) - Method in interface io.vertx.ext.web.handler.CorsHandler
Set how long the browser should cache the information
maxAgeSeconds(int) - Method in class io.vertx.rxjava.ext.web.handler.CorsHandler
Set how long the browser should cache the information
maximumPoolSize(DataSource, JsonObject) - Method in interface io.vertx.ext.jdbc.spi.DataSourceProvider
 
Measured - Interface in io.vertx.core.metrics
 
Measured - Interface in io.vertx.rxjava.core.metrics
 
memberAdded(MembershipEvent) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
 
memberAttributeChanged(MemberAttributeEvent) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
 
memberRemoved(MembershipEvent) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
 
mergeIn(JsonObject) - Method in class io.vertx.core.json.JsonObject
Merge in another JSON object.
Message<T> - Interface in io.vertx.core.eventbus
Represents a message that is received from the event bus in a handler.
message() - Method in interface io.vertx.core.eventbus.SendContext
 
MESSAGE - Static variable in class io.vertx.ext.stomp.Frame
 
message() - Method in interface io.vertx.ext.unit.report.Failure
 
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() - Method in class io.vertx.rxjava.core.eventbus.SendContext
 
message() - Method in class io.vertx.rxjava.ext.unit.report.Failure
 
MESSAGE_ANNOTATIONS - Static variable in class io.vertx.amqpbridge.AmqpConstants
 
MESSAGE_ID - Static variable in class io.vertx.ext.stomp.Frame
 
MessageCodec<S,R> - Interface in io.vertx.core.eventbus
A message codec allows a custom message type to be marshalled across the event bus.
MessageConsumer<T> - Interface in io.vertx.core.eventbus
An event bus consumer object representing a stream of message to an EventBus address that can be read from.
MessageConsumer<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
 
messageCount(String, Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Returns the number of messages in a queue ready to be delivered.
messageCount(String, Handler<AsyncResult<JsonObject>>) - 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
Returns the number of messages in a queue ready to be delivered.
MessageProducer<T> - Interface in io.vertx.core.eventbus
Represents a stream of message that can be written to.
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
 
messageRead(String, int) - Method in interface io.vertx.core.spi.metrics.EventBusMetrics
A message has been received from the network.

No specific thread and context can be expected when this method is called.

messageReceived(String, boolean, boolean, int) - Method in interface io.vertx.core.spi.metrics.EventBusMetrics
Called when a message is received.

No specific thread and context can be expected when this method is called.

messageSent(String, boolean, boolean, boolean) - Method in interface io.vertx.core.spi.metrics.EventBusMetrics
Called when a message has been sent or published.

No specific thread and context can be expected when this method is called.

MessageSource - Class in io.vertx.rxjava.servicediscovery.types
Service type for data producer.
MessageSource(MessageSource) - Constructor for class io.vertx.rxjava.servicediscovery.types.MessageSource
 
MessageSource - Interface in io.vertx.servicediscovery.types
Service type for data producer.
messageWritten(String, int) - Method in interface io.vertx.core.spi.metrics.EventBusMetrics
A message has been sent over the network.

No specific thread and context can be expected when this method is called.

method() - Method in interface io.vertx.core.http.HttpClientRequest
The HTTP method for the request.
method() - Method in interface io.vertx.core.http.HttpServerRequest
 
method(HttpMethod) - Method in interface io.vertx.ext.web.Route
Add an HTTP method for this route.
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.Route
Add an HTTP method for this route.
methodBlock(FrameworkMethod) - Method in class io.vertx.ext.unit.junit.VertxUnitRunner
 
methodInvoker(FrameworkMethod, Object) - Method in class io.vertx.ext.unit.junit.VertxUnitRunner
 
Metrics - Interface in io.vertx.core.spi.metrics
The metrics interface is implemented by metrics providers that wants to provide monitoring of Vert.x core.
metrics(Vertx, VertxOptions) - Method in interface io.vertx.core.spi.VertxMetricsFactory
Create a new VertxMetrics object.

No specific thread and context can be expected when this method is called.

METRICS_OPTIONS_PROP_PREFIX - Static variable in class io.vertx.core.Starter
Deprecated.
 
metricsNames() - Method in interface io.vertx.ext.dropwizard.MetricsService
 
metricsNames() - Method in class io.vertx.rxjava.ext.dropwizard.MetricsService
 
MetricsOptions - Class in io.vertx.core.metrics
Vert.x metrics base configuration, this class can be extended by provider implementations to configure those specific implementations.
MetricsOptions() - Constructor for class io.vertx.core.metrics.MetricsOptions
Default constructor
MetricsOptions(MetricsOptions) - Constructor for class io.vertx.core.metrics.MetricsOptions
Copy constructor
MetricsOptions(JsonObject) - Constructor for class io.vertx.core.metrics.MetricsOptions
Create an instance from a JsonObject
MetricsProvider - Interface in io.vertx.core.spi.metrics
Metrics provider is the base SPI used by metrics implementations to retrieve a Metrics object.

It is meant to be implemented by Measured implementations but not exposed directly.

MetricsService - Interface in io.vertx.ext.dropwizard
The metrics service mainly allows to return a snapshot of measured objects.
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
 
MetricsType - Enum in io.vertx.ext.hawkular
Metrics types for each metrics.
mget(String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Get the value of the given key
mget(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Get the value of the given key
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 interface io.vertx.redis.RedisClient
Get the values of all the given keys
mgetMany(List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Get the values of all the given keys
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
Get the values of all the given keys
mgetManyObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get the values of all the given keys
mgetObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
Get the value of the given key
mgetObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get the value of the given key
migrate(String, int, String, int, long, MigrateOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.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 interface io.vertx.redis.RedisTransaction
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.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
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.RedisTransaction
Atomically transfer a key from a Redis instance to another one.
MigrateOptions - Class in io.vertx.redis.op
 
MigrateOptions() - Constructor for class io.vertx.redis.op.MigrateOptions
 
MigrateOptions(MigrateOptions) - Constructor for class io.vertx.redis.op.MigrateOptions
 
MigrateOptions(JsonObject) - Constructor for class io.vertx.redis.op.MigrateOptions
 
millis(long) - Static method in class io.vertx.ext.unit.junit.Timeout
 
MissingOptionException - Exception in io.vertx.core.cli
Exception thrown when an option was expected and was not found on the command line.
MissingOptionException(Collection<Option>) - Constructor for exception io.vertx.core.cli.MissingOptionException
Creates a new instance of MissingOptionException.
MissingValueException - Exception in io.vertx.core.cli
Exception thrown when an option requiring a value does not receive the value, or when a mandatory argument does not receive a value.
MissingValueException(Option) - Constructor for exception io.vertx.core.cli.MissingValueException
Creates a new instance of MissingValueException when an option requiring a value does not receive a value.
MissingValueException(Argument) - Constructor for exception io.vertx.core.cli.MissingValueException
Creates a new instance of MissingValueException when a mandatory argument is not set in the user command line.
mkdir(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
Create the directory represented by path, asynchronously.
mkdir(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
Create the directory represented by path, asynchronously.
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 interface io.vertx.core.file.FileSystem
mkdirBlocking(String, String) - Method in interface io.vertx.core.file.FileSystem
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
Create the directory represented by path, asynchronously.
mkdirObservable(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Create the directory represented by path, asynchronously.
mkdirs(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
Create the directory represented by path and any non existent parents, asynchronously.
mkdirs(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
Create the directory represented by path and any non existent parents, asynchronously.
mkdirs(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.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 interface io.vertx.core.file.FileSystem
mkdirsBlocking(String, String) - Method in interface io.vertx.core.file.FileSystem
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
Create the directory represented by path and any non existent parents, asynchronously.
mkdirsObservable(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Create the directory represented by path and any non existent parents, asynchronously.
MongoAuth - Interface in io.vertx.ext.auth.mongo
An extension of AuthProvider which is using MongoClient as store
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
 
MongoAuthOptions - Class in io.vertx.ext.auth.mongo
Options configuring Mongo authentication.
MongoAuthOptions() - Constructor for class io.vertx.ext.auth.mongo.MongoAuthOptions
 
MongoAuthOptions(MongoAuthOptions) - Constructor for class io.vertx.ext.auth.mongo.MongoAuthOptions
 
MongoAuthOptions(JsonObject) - Constructor for class io.vertx.ext.auth.mongo.MongoAuthOptions
 
MongoAuthOptionsConverter - Class in io.vertx.ext.auth.mongo
Converter for MongoAuthOptions.
MongoAuthOptionsConverter() - Constructor for class io.vertx.ext.auth.mongo.MongoAuthOptionsConverter
 
MongoClient - Interface in io.vertx.ext.mongo
A Vert.x service used to interact with MongoDB server instances.
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
 
MongoClientDeleteResult - Class in io.vertx.ext.mongo
Result propagated from mongodb driver delete result.
MongoClientDeleteResult() - Constructor for class io.vertx.ext.mongo.MongoClientDeleteResult
Default constructor
MongoClientDeleteResult(long) - Constructor for class io.vertx.ext.mongo.MongoClientDeleteResult
Constructor that specify the number of documents removed
MongoClientDeleteResult(MongoClientDeleteResult) - Constructor for class io.vertx.ext.mongo.MongoClientDeleteResult
Copy constructor
MongoClientDeleteResult(JsonObject) - Constructor for class io.vertx.ext.mongo.MongoClientDeleteResult
Constructor form JSON
MongoClientUpdateResult - Class in io.vertx.ext.mongo
Result propagated from mongodb driver update result.
MongoClientUpdateResult() - Constructor for class io.vertx.ext.mongo.MongoClientUpdateResult
Default constructor
MongoClientUpdateResult(long, JsonObject, long) - Constructor for class io.vertx.ext.mongo.MongoClientUpdateResult
Constructor to specify the status of the operation.
MongoClientUpdateResult(MongoClientUpdateResult) - Constructor for class io.vertx.ext.mongo.MongoClientUpdateResult
Copy constructor
MongoClientUpdateResult(JsonObject) - Constructor for class io.vertx.ext.mongo.MongoClientUpdateResult
Constructor from JSON
monitor(Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Listen for all requests received by the server in real time
monitor(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Listen for all requests received by the server in real time
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
Listen for all requests received by the server in real time
monitorObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Listen for all requests received by the server in real time
mountPoint() - Method in interface io.vertx.ext.web.RoutingContext
 
mountPoint() - Method in class io.vertx.rxjava.ext.web.RoutingContext
 
mountSubRouter(String, Router) - Method in interface io.vertx.ext.web.Router
Mount a sub router on this router
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 interface io.vertx.core.file.FileSystem
Move a file from the path from to path to, asynchronously.
move(String, int, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Move a key to another database
move(String, int, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Move a key to another database
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, 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 interface io.vertx.core.file.FileSystem
moveBlocking(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
moveObservable(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Move a file from the path from to path to, asynchronously.
moveObservable(String, int) - Method in class io.vertx.rxjava.redis.RedisClient
Move a key to another database
moveObservable(String, int) - Method in class io.vertx.rxjava.redis.RedisTransaction
Move a key to another database
mset(JsonObject, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Set multiple keys to multiple values
mset(JsonObject, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Set multiple keys to multiple values
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 interface io.vertx.redis.RedisClient
Set multiple keys to multiple values, only if none of the keys exist
msetnx(JsonObject, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Set multiple keys to multiple values, only if none of the keys exist
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
Set multiple keys to multiple values, only if none of the keys exist
msetnxObservable(JsonObject) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set multiple keys to multiple values, only if none of the keys exist
msetObservable(JsonObject) - Method in class io.vertx.rxjava.redis.RedisClient
Set multiple keys to multiple values
msetObservable(JsonObject) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set multiple keys to multiple values
multi(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Mark the start of a RedisTransaction block
multi(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Mark the start of a RedisTransaction block
MultiMap - Interface in io.vertx.core
This class represents a MultiMap of String keys to a List of String values.
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
Mark the start of a RedisTransaction block
multiValued - Variable in class io.vertx.core.cli.Argument
Whether or not this argument can receive multiple value.
multiValued - Variable in class io.vertx.core.cli.Option
whether or not the option can recevie multiple values.
MVELTemplateEngine - Interface in io.vertx.ext.web.templ
A template engine that uses the Handlebars library.
MVELTemplateEngine - Class in io.vertx.rxjava.ext.web.templ
A template engine that uses the Handlebars library.
MVELTemplateEngine(MVELTemplateEngine) - Constructor for class io.vertx.rxjava.ext.web.templ.MVELTemplateEngine
 
MxRecord - Interface in io.vertx.core.dns
Represent a Mail-Exchange-Record (MX) which was resolved for a domain.
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 - Interface in io.vertx.ext.asyncsql
Represents an asynchronous MySQL client
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 interface io.vertx.ext.stomp.Destination
Handles a NACK frame.
nack(String) - Method in interface io.vertx.ext.stomp.StompClientConnection
Sends a non-acknowledgement for the given message.
nack(String, Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Sends a non-acknowledgement for the given message.
nack(String, String) - Method in interface io.vertx.ext.stomp.StompClientConnection
Sends a non-acknowledgement for the given frame.
nack(String, String, Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Sends a non-acknowledgement for the given frame.
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 interface io.vertx.ext.stomp.StompServerHandler
Configures the action to execute when a NACK frame is received.
nackHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Configures the action to execute when a NACK frame is received.
name() - Method in interface io.vertx.circuitbreaker.CircuitBreaker
 
Name - Annotation Type in io.vertx.core.cli.annotations
Defines the name of a CLI.
name() - Method in interface io.vertx.core.dns.MxRecord
The name of the MX record
name() - Method in interface io.vertx.core.dns.SrvRecord
Returns the name for the server being queried.
name() - Method in interface io.vertx.core.eventbus.MessageCodec
The codec name.
name() - Method in interface io.vertx.core.http.HttpServerFileUpload
 
name() - Method in class io.vertx.ext.shell.command.AnnotatedCommand
 
name() - Method in class io.vertx.ext.shell.command.base.Echo
 
name() - Method in interface io.vertx.ext.shell.command.Command
 
name() - Method in interface io.vertx.ext.unit.report.TestCaseReport
 
name() - Method in interface io.vertx.ext.unit.report.TestResult
The test description, may be null if none was provided.
name() - Method in interface io.vertx.ext.unit.report.TestSuiteReport
 
name() - Method in interface io.vertx.ext.web.FileUpload
 
name() - Method in 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() - 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.servicediscovery.consul.ImportedConsulService
 
name() - Method in interface io.vertx.servicediscovery.spi.ServiceDiscoveryBackend
 
name() - Method in interface io.vertx.servicediscovery.spi.ServiceType
 
name() - Method in class io.vertx.serviceproxy.ServiceExceptionMessageCodec
 
names() - Method in class io.vertx.core.http.CaseInsensitiveHeaders
 
names() - Method in interface io.vertx.core.MultiMap
Gets a immutable Set of all names
names() - Method in class io.vertx.rxjava.core.MultiMap
Gets a immutable Set of all names
NetClient - Interface in io.vertx.core.net
A TCP client.
NetClient - Class in io.vertx.rxjava.core.net
A TCP client.
NetClient(NetClient) - Constructor for class io.vertx.rxjava.core.net.NetClient
 
NetClientOptions - Class in io.vertx.core.net
Options for configuring a NetClient.
NetClientOptions() - Constructor for class io.vertx.core.net.NetClientOptions
The default constructor
NetClientOptions(NetClientOptions) - Constructor for class io.vertx.core.net.NetClientOptions
Copy constructor
NetClientOptions(JsonObject) - Constructor for class io.vertx.core.net.NetClientOptions
Create options from JSON
NetCommandLs - Class in io.vertx.ext.shell.command.base
 
NetCommandLs() - Constructor for class io.vertx.ext.shell.command.base.NetCommandLs
 
NetServer - Interface in io.vertx.core.net
Represents a TCP server
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
 
NetServerOptions - Class in io.vertx.core.net
Options for configuring a NetServer.
NetServerOptions() - Constructor for class io.vertx.core.net.NetServerOptions
Default constructor
NetServerOptions(NetServerOptions) - Constructor for class io.vertx.core.net.NetServerOptions
Copy constructor
NetServerOptions(JsonObject) - Constructor for class io.vertx.core.net.NetServerOptions
Create some options from JSON
netSocket() - Method in interface io.vertx.core.http.HttpClientResponse
Get a net socket for the underlying connection of this request.
netSocket() - Method in interface io.vertx.core.http.HttpServerRequest
Get a net socket for the underlying connection of this request.
NetSocket - Interface in io.vertx.core.net
Represents a socket-like interface to a TCP connection on either the client or the server side.
netSocket() - 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
 
NetSocketStream - Interface in io.vertx.core.net
A ReadStream of NetSocket, used for notifying socket connections to a NetServer.
NetSocketStream - Class in io.vertx.rxjava.core.net
A ReadStream of NetSocket, used for notifying socket connections to a NetServer.
NetSocketStream(NetSocketStream) - Constructor for class io.vertx.rxjava.core.net.NetSocketStream
 
nettyEventLoopGroup() - Method in interface io.vertx.core.Vertx
Return the Netty EventLoopGroup used by Vert.x
NetworkMetrics<S> - Interface in io.vertx.core.spi.metrics
An SPI used internally by Vert.x to gather metrics on a net socket which serves as a base class for TCP or UDP.

NetworkOptions - Class in io.vertx.core.net
 
NetworkOptions() - Constructor for class io.vertx.core.net.NetworkOptions
Default constructor
NetworkOptions(NetworkOptions) - Constructor for class io.vertx.core.net.NetworkOptions
Copy constructor
NetworkOptions(JsonObject) - Constructor for class io.vertx.core.net.NetworkOptions
Constructor from JSON
newDelimited(String, Handler<Buffer>) - Static method in interface io.vertx.core.parsetools.RecordParser
Create a new RecordParser instance, initially in delimited mode, and where the delimiter can be represented by the String delim endcoded in latin-1 .
newDelimited(Buffer, Handler<Buffer>) - Static method in interface io.vertx.core.parsetools.RecordParser
Create a new RecordParser instance, initially in delimited mode, and where the delimiter can be represented by the Buffer delim.
newDelimited(String, Handler<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 String delim endcoded in latin-1 .
newDelimited(Buffer, Handler<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.
newDiscoveryStrategy(DiscoveryNode, ILogger, Map<String, Comparable>) - Method in class io.vertx.servicediscovery.hazelcast.HazelcastKubernetesDiscoveryStrategyFactory
Creates a new instance of the strategy.
newFixed(int, Handler<Buffer>) - Static method in interface io.vertx.core.parsetools.RecordParser
Create a new RecordParser instance, initially in fixed size mode, and where the record size is specified by the size parameter.
newFixed(int, Handler<Buffer>) - 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.
newInstance(Class<? extends Converter<T>>) - Static method in class io.vertx.core.cli.converters.Converters
 
newInstance(TcpEventBusBridge) - Static method in class io.vertx.ext.rxjava.eventbus.bridge.tcp.TcpEventBusBridge
 
newInstance(AmqpBridge) - Static method in class io.vertx.rxjava.amqpbridge.AmqpBridge
 
newInstance(CircuitBreaker) - Static method in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
 
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(PacketWritestream) - Static method in class io.vertx.rxjava.core.datagram.PacketWritestream
 
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(EventBus) - Static method in class io.vertx.rxjava.core.eventbus.EventBus
 
newInstance(Message) - Static method in class io.vertx.rxjava.core.eventbus.Message
 
newInstance(MessageConsumer) - Static method in class io.vertx.rxjava.core.eventbus.MessageConsumer
 
newInstance(MessageProducer) - Static method in class io.vertx.rxjava.core.eventbus.MessageProducer
 
newInstance(SendContext) - Static method in class io.vertx.rxjava.core.eventbus.SendContext
 
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(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(HttpServerRequestStream) - Static method in class io.vertx.rxjava.core.http.HttpServerRequestStream
 
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(ServerWebSocketStream) - Static method in class io.vertx.rxjava.core.http.ServerWebSocketStream
 
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(WebSocketStream) - Static method in class io.vertx.rxjava.core.http.WebSocketStream
 
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(NetSocketStream) - Static method in class io.vertx.rxjava.core.net.NetSocketStream
 
newInstance(SocketAddress) - Static method in class io.vertx.rxjava.core.net.SocketAddress
 
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(Counter) - Static method in class io.vertx.rxjava.core.shareddata.Counter
 
newInstance(LocalMap) - 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(StreamBase) - Static method in interface io.vertx.rxjava.core.streams.StreamBase
 
newInstance(WriteStream) - 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(JDBCAuth) - Static method in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuth
 
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(OAuth2Auth) - Static method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
 
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(MetricsService) - Static method in class io.vertx.rxjava.ext.dropwizard.MetricsService
 
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(MailService) - Static method in class io.vertx.rxjava.ext.mail.MailService
 
newInstance(MongoClient) - Static method in class io.vertx.rxjava.ext.mongo.MongoClient
 
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(SQLConnection) - Static method in class io.vertx.rxjava.ext.sql.SQLConnection
 
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(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(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(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(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(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(Locale) - Static method in class io.vertx.rxjava.ext.web.Locale
 
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(HandlebarsTemplateEngine) - Static method in class io.vertx.rxjava.ext.web.templ.HandlebarsTemplateEngine
 
newInstance(JadeTemplateEngine) - Static method in class io.vertx.rxjava.ext.web.templ.JadeTemplateEngine
 
newInstance(MVELTemplateEngine) - Static method in class io.vertx.rxjava.ext.web.templ.MVELTemplateEngine
 
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.ThymeleafTemplateEngine
 
newInstance(RabbitMQClient) - Static method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
 
newInstance(RedisClient) - Static method in class io.vertx.rxjava.redis.RedisClient
 
newInstance(RedisTransaction) - Static method in class io.vertx.rxjava.redis.RedisTransaction
 
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
 
newOptions() - Method in interface io.vertx.core.spi.VertxMetricsFactory
Create an empty metrics options.
next() - Method in interface io.vertx.core.eventbus.SendContext
Call the next interceptor
next() - Method in interface io.vertx.ext.web.RoutingContext
Tell the router to route this context to the next matching route (if any).
next() - Method in class io.vertx.rxjava.core.eventbus.SendContext
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).
NO_NAME - Static variable in annotation type io.vertx.core.cli.annotations.Option
 
NO_NAME - Static variable in class io.vertx.core.cli.Option
The default long name / short name of the option.
nodeAdded(String) - Method in interface io.vertx.core.spi.cluster.NodeListener
A node has been added
nodeLeft(String) - Method in interface io.vertx.core.spi.cluster.NodeListener
A node has left
nodeListener(NodeListener) - Method in interface io.vertx.core.spi.cluster.ClusterManager
Set a listener that will be called when a node joins or leaves the cluster.
NodeListener - Interface in io.vertx.core.spi.cluster
A NodeListener is called when nodes join or leave the cluster
nodeListener(NodeListener) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
 
nodeListener(NodeListener) - Method in class io.vertx.spi.cluster.ignite.IgniteClusterManager
 
nodeListener(NodeListener) - Method in class io.vertx.spi.cluster.jgroups.JGroupsClusterManager
 
NONE - Static variable in class io.vertx.redis.op.LimitOptions
 
NONE - Static variable in class io.vertx.redis.op.MigrateOptions
 
NONE - Static variable in class io.vertx.redis.op.RangeLimitOptions
 
NONE - Static variable in class io.vertx.redis.op.ScanOptions
 
NONE - Static variable in class io.vertx.redis.op.SetOptions
 
NONE - Static variable in class io.vertx.redis.op.SortOptions
 
normalisedPath() - Method in interface io.vertx.ext.web.RoutingContext
Return the normalised path for the request.
normalisedPath() - Method in class io.vertx.rxjava.ext.web.RoutingContext
Return the normalised path for the request.
numberOfSubscriptions() - Method in interface io.vertx.ext.stomp.Destination
Gets the number of subscriptions attached to the current Destination.
numberOfSubscriptions() - Method in class io.vertx.rxjava.ext.stomp.Destination
Gets the number of subscriptions attached to the current Destination.
numberPumped() - Method in interface io.vertx.core.streams.Pump
Return the total number of items pumped by this pump.
numberPumped() - Method in class io.vertx.rxjava.core.streams.Pump
Return the total number of items pumped by this pump.

O

OAuth2Auth - Interface in io.vertx.ext.auth.oauth2
Factory interface for creating OAuth2 based AuthProvider instances.
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 - Interface in io.vertx.ext.web.handler
An auth handler that provides OAuth2 Authentication support.
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
 
OAuth2ClientOptions - Class in io.vertx.ext.auth.oauth2
Options describing how an OAuth2 HttpClient will make connections.
OAuth2ClientOptions() - Constructor for class io.vertx.ext.auth.oauth2.OAuth2ClientOptions
Default constructor
OAuth2ClientOptions(OAuth2ClientOptions) - Constructor for class io.vertx.ext.auth.oauth2.OAuth2ClientOptions
Copy constructor
OAuth2ClientOptions(JsonObject) - Constructor for class io.vertx.ext.auth.oauth2.OAuth2ClientOptions
Constructor to create an options from JSON
OAuth2ClientOptionsConverter - Class in io.vertx.ext.auth.oauth2
Converter for OAuth2ClientOptions.
OAuth2ClientOptionsConverter() - Constructor for class io.vertx.ext.auth.oauth2.OAuth2ClientOptionsConverter
 
OAuth2FlowType - Enum in io.vertx.ext.auth.oauth2
OAuth2 Flows
object(String, ObjectCmd, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Inspect the internals of Redis objects
object(String, ObjectCmd, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Inspect the internals of Redis objects
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
ObjectCmd - Enum in io.vertx.redis.op
 
objectName() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.MetricMBean
 
objectObservable(String, ObjectCmd) - Method in class io.vertx.rxjava.redis.RedisClient
Inspect the internals of Redis objects
objectObservable(String, ObjectCmd) - Method in class io.vertx.rxjava.redis.RedisTransaction
Inspect the internals of Redis objects
ObjectType - Enum in io.vertx.ext.shell.command.base
 
ObservableFuture<T> - Class in io.vertx.rx.java
 
ObservableFuture() - Constructor for class io.vertx.rx.java.ObservableFuture
 
observableFuture() - Static method in class io.vertx.rx.java.RxHelper
Create a new ObservableFuture<T> object: an Observable implementation implementing Handler<AsyncResult<T>>.
ObservableHandler<T> - Class in io.vertx.rx.java
 
ObservableHandler() - Constructor for class io.vertx.rx.java.ObservableHandler
 
ObservableHandler(boolean) - Constructor for class io.vertx.rx.java.ObservableHandler
 
observableHandler() - Static method in class io.vertx.rx.java.RxHelper
Create a new ObservableHandler<T> object: an Observable implementation implementing Handler<T>.
observableHandler(boolean) - Static method in class io.vertx.rx.java.RxHelper
Create a new ObservableHandler<T> object: an Observable implementation implementing Handler<T>.

When parameter is false and the event handler completes, the observable will produce the event and complete immediatly after, as a single event is expected.

onAck(StompServerConnection, Frame, List<Frame>) - Method in interface io.vertx.ext.stomp.StompServerHandler
Method called by single message (client-individual policy) or a set of message (client policy) are acknowledged.
onAck(StompServerConnection, Frame, List<Frame>) - Method in class io.vertx.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 interface io.vertx.ext.stomp.StompServerHandler
Configures the action to execute when messages are acknowledged.
onAckHandler(Handler<Acknowledgement>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Configures the action to execute when messages are acknowledged.
onAuthenticationRequest(StompServer, String, String, Handler<AsyncResult<Boolean>>) - Method in interface io.vertx.ext.stomp.StompServerHandler
Called when the client connects to a server requiring authentication.
onAuthenticationRequest(StompServer, 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(StompServer, String, String) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Called when the client connects to a server requiring authentication.
onClose(StompServerConnection) - Method in interface io.vertx.ext.stomp.StompServerHandler
Called when the connection is closed.
onClose(StompServerConnection) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Called when the connection is closed.
onClose(KubernetesClientException) - Method in class io.vertx.servicediscovery.kubernetes.KubernetesServiceImporter
 
onNack(StompServerConnection, Frame, List<Frame>) - Method in interface io.vertx.ext.stomp.StompServerHandler
Method called by single message (client-individual policy) or a set of message (client policy) are not acknowledged.
onNack(StompServerConnection, Frame, List<Frame>) - Method in class io.vertx.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 interface io.vertx.ext.stomp.StompServerHandler
Configures the action to execute when messages 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
onPublish(Record) - Method in interface io.vertx.servicediscovery.spi.ServiceExporter
Notify a new record has been published, the record's registration can be used to uniquely identify the record
onServerActivity() - Method in interface io.vertx.ext.stomp.StompServerConnection
Notifies the connection about server activity (the server has sent a frame).
onServerActivity() - Method in class io.vertx.rxjava.ext.stomp.StompServerConnection
Notifies the connection about server activity (the server has sent a frame).
onSubscribed() - Method in class io.vertx.lang.rxjava.ReadStreamAdapter
 
onSubscribed() - Method in class io.vertx.rx.java.SingleOnSubscribeAdapter
 
onUnpublish(String) - Method in class io.vertx.rxjava.servicediscovery.spi.ServiceExporter
Notify an existing record has been removed
onUnpublish(String) - Method in interface io.vertx.servicediscovery.spi.ServiceExporter
Notify an existing record has been removed
onUnsubscribed() - Method in class io.vertx.lang.rxjava.ReadStreamAdapter
 
onUnsubscribed() - Method in class io.vertx.rx.java.SingleOnSubscribeAdapter
 
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
onUpdate(Record) - Method in interface io.vertx.servicediscovery.spi.ServiceExporter
Notify an existing record has been updated, the record's registration can be used to uniquely identify the record
open() - Method in interface io.vertx.circuitbreaker.CircuitBreaker
Explicitly opens the circuit.
open(String, OpenOptions, Handler<AsyncResult<AsyncFile>>) - Method in interface io.vertx.core.file.FileSystem
Open the file represented by path, asynchronously.
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.
openBlocking(String, OpenOptions) - Method in interface io.vertx.core.file.FileSystem
openBlocking(String, OpenOptions) - Method in class io.vertx.rxjava.core.file.FileSystem
openHandler(Handler<Void>) - Method in interface io.vertx.circuitbreaker.CircuitBreaker
Sets a Handler invoked when the circuit breaker state switches to open.
openHandler(Handler<Void>) - Method in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
Sets a invoked when the circuit breaker state switches to open.
openObservable(String, OpenOptions) - Method in class io.vertx.rxjava.core.file.FileSystem
Open the file represented by path, asynchronously.
OpenOptions - Class in io.vertx.core.file
Describes how an AsyncFile should be opened.
OpenOptions() - Constructor for class io.vertx.core.file.OpenOptions
Default constructor
OpenOptions(OpenOptions) - Constructor for class io.vertx.core.file.OpenOptions
Copy constructor
OpenOptions(JsonObject) - Constructor for class io.vertx.core.file.OpenOptions
Constructor to create options from JSON
OpenSSLEngineOptions - Class in io.vertx.core.net
Configures a TCPSSLOptions to use OpenSsl.
OpenSSLEngineOptions() - Constructor for class io.vertx.core.net.OpenSSLEngineOptions
 
OpenSSLEngineOptions(JsonObject) - Constructor for class io.vertx.core.net.OpenSSLEngineOptions
 
OpenSSLEngineOptions(OpenSSLEngineOptions) - Constructor for class io.vertx.core.net.OpenSSLEngineOptions
 
Option - Annotation Type in io.vertx.core.cli.annotations
Annotates a setter to be called with the value of a command line option.
Option - Class in io.vertx.core.cli
Models command line options.
Option() - Constructor for class io.vertx.core.cli.Option
Creates a new empty instance of Option.
Option(Option) - Constructor for class io.vertx.core.cli.Option
Creates a new instance of Option by copying the state of another Option.
Option(JsonObject) - Constructor for class io.vertx.core.cli.Option
Creates a new instance of Option from the given JsonObject
optionComparator - Variable in class io.vertx.core.cli.UsageMessageFormatter
Comparator used to sort the options when they output in help text

Defaults to case-insensitive alphabetical sorting by option key.

options(int, String, String) - Method in interface io.vertx.core.http.HttpClient
Create an HTTP OPTIONS request to send to the server at the specified host and port.
options(String, String) - Method in interface io.vertx.core.http.HttpClient
Create an HTTP OPTIONS request to send to the server at the specified host and default port.
options(int, String, String, Handler<HttpClientResponse>) - Method in interface io.vertx.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 interface io.vertx.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 interface io.vertx.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 interface io.vertx.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 - Variable in class io.vertx.core.Starter
Deprecated.
 
options - Variable in class io.vertx.ext.shell.command.base.BusPublish
 
options() - Method in interface io.vertx.ext.stomp.StompClient
 
options() - Method in interface io.vertx.ext.stomp.StompServer
 
options() - Method in interface io.vertx.ext.web.Router
Add a route that matches any HTTP OPTIONS request
options(String) - Method in interface io.vertx.ext.web.Router
Add a route that matches a HTTP OPTIONS request and the specified path
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(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
optionsAbs(String) - Method in interface io.vertx.core.http.HttpClient
Create an HTTP OPTIONS request to send to the server using an absolute URI
optionsAbs(String, Handler<HttpClientResponse>) - Method in interface io.vertx.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
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(int, String, String, Handler<HttpClientResponse>) - Method in interface io.vertx.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 interface io.vertx.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 interface io.vertx.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
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 interface io.vertx.ext.web.Router
Add a route that matches a HTTP OPTIONS request and the specified path regex
optionsWithRegex(String) - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches a HTTP OPTIONS request and the specified path regex
order() - Method in interface io.vertx.core.spi.VerticleFactory
The order of the factory.
order(int) - Method in interface io.vertx.ext.web.Route
Specify the order for this route.
order(int) - Method in class io.vertx.rxjava.ext.web.Route
Specify the order for this route.
ORIGIN - Static variable in class io.vertx.core.http.HttpHeaders
Origin header name
out - Variable in class io.vertx.core.spi.launcher.DefaultCommand
The PrintStream that the command can use to write on the console.
out() - Method in class io.vertx.core.spi.launcher.DefaultCommand
 
OutboundMapping - Class in io.vertx.camel
Represents a mapping between a Vert.x event bus address and a Camel endpoint.
OutboundMapping() - Constructor for class io.vertx.camel.OutboundMapping
 
owner() - Method in interface io.vertx.core.Context
 
owner() - Method in class io.vertx.maven.MavenCoords
 
owner() - Method in class io.vertx.rxjava.core.Context
 

P

PacketWritestream - Interface in io.vertx.core.datagram
A WriteStream for sending packets to a SocketAddress.
PacketWritestream - Class in io.vertx.rxjava.core.datagram
A WriteStream for sending packets to a SocketAddress.
PacketWritestream(PacketWritestream) - Constructor for class io.vertx.rxjava.core.datagram.PacketWritestream
 
params() - Method in interface io.vertx.core.http.HttpServerRequest
 
params() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
parse(List<String>) - Method in interface io.vertx.core.cli.CLI
Parses the user command line interface and create a new CommandLine containing extracting values.
parse(List<String>, boolean) - Method in interface io.vertx.core.cli.CLI
Parses the user command line interface and create a new CommandLine containing extracting values.
parse(String) - Static method in class io.vertx.ext.stomp.Frame.Heartbeat
Creates an instance of Frame.Heartbeat from the heartbeat header of a frame .
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.
parseBody() - Method in class io.vertx.ext.shell.command.base.BusPublish
 
ParsedAsList - Annotation Type in io.vertx.core.cli.annotations
Annotates a setter to be called with the value of a command line option.
parsedAsList - Variable in class io.vertx.core.cli.TypedOption
whether or not the raw value should be parsed as a list.
PASSCODE - Static variable in class io.vertx.ext.stomp.Frame
 
patch() - Method in interface io.vertx.ext.web.Router
Add a route that matches any HTTP PATCH request
patch(String) - Method in interface io.vertx.ext.web.Router
Add a route that matches a HTTP PATCH request and the specified path
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
patchWithRegex(String) - Method in interface io.vertx.ext.web.Router
Add a route that matches a HTTP PATCH request and the specified path regex
patchWithRegex(String) - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches a HTTP PATCH request and the specified path regex
path() - Method in interface io.vertx.core.http.HttpClientRequest
 
path() - Method in interface io.vertx.core.http.HttpServerRequest
 
path() - Method in interface io.vertx.core.http.ServerWebSocket
 
path(String) - Method in interface io.vertx.ext.web.Route
Set the path prefix for this route.
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(String) - Method in class io.vertx.rxjava.ext.web.Route
Set the path prefix for this route.
pathParam(String) - Method in interface io.vertx.ext.web.RoutingContext
Gets the value of a single path parameter
pathParam(String) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Gets the value of a single path parameter
pathParams() - Method in interface io.vertx.ext.web.RoutingContext
Returns a map of named parameters as defined in path declaration with their actual values
pathParams() - Method in class io.vertx.rxjava.ext.web.RoutingContext
Returns a map of named parameters as defined in path declaration with their actual values
pathRegex(String) - Method in interface io.vertx.ext.web.Route
Set the path prefix as a regular expression.
pathRegex(String) - Method in class io.vertx.rxjava.ext.web.Route
Set the path prefix as a regular expression.
pause() - Method in interface io.vertx.core.datagram.DatagramSocket
 
pause() - Method in interface io.vertx.core.eventbus.MessageConsumer
 
pause() - Method in interface io.vertx.core.file.AsyncFile
 
pause() - Method in interface io.vertx.core.http.HttpClientRequest
 
pause() - Method in interface io.vertx.core.http.HttpClientResponse
 
pause() - Method in interface io.vertx.core.http.HttpServerFileUpload
 
pause() - Method in interface io.vertx.core.http.HttpServerRequest
 
pause() - Method in interface io.vertx.core.http.HttpServerRequestStream
 
pause() - Method in interface io.vertx.core.http.ServerWebSocket
 
pause() - Method in interface io.vertx.core.http.ServerWebSocketStream
 
pause() - Method in interface io.vertx.core.http.WebSocket
 
pause() - Method in interface io.vertx.core.http.WebSocketBase
 
pause() - Method in interface io.vertx.core.http.WebSocketStream
 
pause() - Method in interface io.vertx.core.net.NetSocket
 
pause() - Method in interface io.vertx.core.net.NetSocketStream
 
pause() - Method in interface io.vertx.core.streams.ReadStream
Pause the ReadSupport.
pause() - Method in interface io.vertx.core.TimeoutStream
 
pause() - Method in interface io.vertx.ext.unit.report.TestSuiteReport
 
pause() - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
 
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.HttpServerRequestStream
 
pause() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
pause() - Method in class io.vertx.rxjava.core.http.ServerWebSocketStream
 
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.http.WebSocketStream
 
pause() - Method in class io.vertx.rxjava.core.net.NetSocket
 
pause() - Method in class io.vertx.rxjava.core.net.NetSocketStream
 
pause() - Method in interface io.vertx.rxjava.core.streams.ReadStream
Pause the ReadSupport.
pause() - Method in class io.vertx.rxjava.core.TimeoutStream
 
pause() - Method in class io.vertx.rxjava.ext.unit.report.TestSuiteReport
 
pause() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
 
payload() - Method in interface io.vertx.core.http.HttpFrame
 
payload() - Method in class io.vertx.rxjava.core.http.HttpFrame
 
peerCertificateChain() - Method in interface io.vertx.core.http.HttpServerRequest
 
peerCertificateChain() - Method in interface io.vertx.core.http.ServerWebSocket
 
peerCertificateChain() - Method in interface io.vertx.core.net.NetSocket
 
PemKeyCertOptions - Class in io.vertx.core.net
Key store options configuring a private key and its certificate based on Privacy-enhanced Electronic Email (PEM) files.
PemKeyCertOptions() - Constructor for class io.vertx.core.net.PemKeyCertOptions
Default constructor
PemKeyCertOptions(PemKeyCertOptions) - Constructor for class io.vertx.core.net.PemKeyCertOptions
Copy constructor
PemKeyCertOptions(JsonObject) - Constructor for class io.vertx.core.net.PemKeyCertOptions
Create options from JSON
PemTrustOptions - Class in io.vertx.core.net
Certificate Authority options configuring certificates based on Privacy-enhanced Electronic Email (PEM) files.
PemTrustOptions() - Constructor for class io.vertx.core.net.PemTrustOptions
Default constructor
PemTrustOptions(PemTrustOptions) - Constructor for class io.vertx.core.net.PemTrustOptions
Copy constructor
PemTrustOptions(JsonObject) - Constructor for class io.vertx.core.net.PemTrustOptions
Create options from JSON
periodicStream(long) - Method in interface io.vertx.core.Vertx
Returns a periodic timer as a read stream.
periodicStream(long) - Method in class io.vertx.rxjava.core.Vertx
Returns a periodic timer as a read stream.
PermittedOptions - Class in io.vertx.ext.bridge
Represents a match to allow for inbound and outbound traffic.
PermittedOptions() - Constructor for class io.vertx.ext.bridge.PermittedOptions
Creates a new instance of PermittedOptions.
PermittedOptions(PermittedOptions) - Constructor for class io.vertx.ext.bridge.PermittedOptions
Creates a new instance of PermittedOptions copying the given PermittedOptions.
PermittedOptions(JsonObject) - Constructor for class io.vertx.ext.bridge.PermittedOptions
Creates a new instance of PermittedOptions from its JSON representation.
PermittedOptions - Class in io.vertx.ext.web.handler.sockjs
Specify a match to allow for inbound and outbound traffic using the BridgeOptions.
PermittedOptions() - Constructor for class io.vertx.ext.web.handler.sockjs.PermittedOptions
 
PermittedOptions(PermittedOptions) - Constructor for class io.vertx.ext.web.handler.sockjs.PermittedOptions
 
PermittedOptions(JsonObject) - Constructor for class io.vertx.ext.web.handler.sockjs.PermittedOptions
 
PermittedOptionsConverter - Class in io.vertx.ext.bridge
Converter for PermittedOptions.
PermittedOptionsConverter() - Constructor for class io.vertx.ext.bridge.PermittedOptionsConverter
 
persist(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Remove the expiration from a key
persist(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Remove the expiration from a key
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
Remove the expiration from a key
persistObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Remove the expiration from a key
pexpire(String, long, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Set a key's time to live in milliseconds
pexpire(String, long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Set a key's time to live in milliseconds
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 interface io.vertx.redis.RedisClient
Set the expiration for a key as a UNIX timestamp specified in milliseconds
pexpireat(String, long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Set the expiration for a key as a UNIX timestamp specified 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
Set the expiration for a key as a UNIX timestamp specified in milliseconds
pexpireatObservable(String, long) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set the expiration for a key as a UNIX timestamp specified in milliseconds
pexpireObservable(String, long) - Method in class io.vertx.rxjava.redis.RedisClient
Set a key's time to live in milliseconds
pexpireObservable(String, long) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set a key's time to live in milliseconds
pfadd(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Adds the specified element to the specified HyperLogLog.
pfadd(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Adds the specified element to the specified HyperLogLog.
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 interface io.vertx.redis.RedisClient
Adds the specified elements to the specified HyperLogLog.
pfaddMany(String, List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Adds the specified elements 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
Adds the specified elements to the specified HyperLogLog.
pfaddManyObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Adds the specified elements to the specified HyperLogLog.
pfaddObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
Adds the specified element to the specified HyperLogLog.
pfaddObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Adds the specified element to the specified HyperLogLog.
pfcount(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Return the approximated cardinality of the set observed by the HyperLogLog at key.
pfcount(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Return the approximated cardinality of the set observed by the HyperLogLog at key.
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 interface io.vertx.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 interface io.vertx.redis.RedisTransaction
Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).
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
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.RedisTransaction
Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).
pfcountObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
Return the approximated cardinality of the set observed by the HyperLogLog at key.
pfcountObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Return the approximated cardinality of the set observed by the HyperLogLog at key.
pfmerge(String, List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Merge N different HyperLogLogs into a single one.
pfmerge(String, List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Merge N different HyperLogLogs into a single one.
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
Merge N different HyperLogLogs into a single one.
pfmergeObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Merge N different HyperLogLogs into a single one.
PfxOptions - Class in io.vertx.core.net
Key or trust store options configuring private key and/or certificates based on PKCS#12 files.
PfxOptions() - Constructor for class io.vertx.core.net.PfxOptions
Default constructor
PfxOptions(PfxOptions) - Constructor for class io.vertx.core.net.PfxOptions
Copy constructor
PfxOptions(JsonObject) - Constructor for class io.vertx.core.net.PfxOptions
Create options from JSON
PGPHelper - Class in io.vertx.ext.httpservicefactory
 
PGPHelper() - Constructor for class io.vertx.ext.httpservicefactory.PGPHelper
 
ping(Buffer, Handler<AsyncResult<Buffer>>) - Method in interface io.vertx.core.http.HttpConnection
Send a PING frame to the remote endpoint.
PING - Static variable in interface io.vertx.ext.stomp.Frames
 
ping() - Static method in interface io.vertx.ext.stomp.Frames
 
ping() - Method in interface io.vertx.ext.stomp.StompServerConnection
Sends a `PING` frame to the client.
ping(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Ping the server
ping(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Ping the server
ping(Buffer, Handler<AsyncResult<Buffer>>) - Method in class io.vertx.rxjava.core.http.HttpConnection
Send a frame to the remote endpoint.
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(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
pingHandler(Handler<Buffer>) - Method in interface io.vertx.core.http.HttpConnection
Set an handler notified when a PING frame is received from the remote endpoint.
pingHandler(Handler<StompClientConnection>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Sets a handler that let customize the behavior when a ping needs to be sent to the server.
pingHandler(Handler<StompServerConnection>) - Method in interface io.vertx.ext.stomp.StompServerHandler
Allows customizing the action to do when the server needs to send a `PING` to the client.
pingHandler(Handler<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.
pingObservable(Buffer) - Method in class io.vertx.rxjava.core.http.HttpConnection
Send a frame to the remote endpoint.
pingObservable() - Method in class io.vertx.rxjava.redis.RedisClient
Ping the server
pingObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Ping the server
PoolMetrics<T> - Interface in io.vertx.core.spi.metrics
An SPI used internally by Vert.x to gather metrics on pools used by Vert.x (execute blocking, worker verticle or data source).
port() - Method in interface io.vertx.core.dns.SrvRecord
Returns the port the service is running on.
port() - Method in interface io.vertx.core.net.SocketAddress
 
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
 
post(int, String, String) - Method in interface io.vertx.core.http.HttpClient
Create an HTTP POST request to send to the server at the specified host and port.
post(String, String) - Method in interface io.vertx.core.http.HttpClient
Create an HTTP POST request to send to the server at the specified host and default port.
post(int, String, String, Handler<HttpClientResponse>) - Method in interface io.vertx.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 interface io.vertx.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 interface io.vertx.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 interface io.vertx.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() - Method in interface io.vertx.ext.web.Router
Add a route that matches any HTTP POST request
post(String) - Method in interface io.vertx.ext.web.Router
Add a route that matches a HTTP POST request and the specified path
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(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() - 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 interface io.vertx.core.http.HttpClient
Create an HTTP POST request to send to the server using an absolute URI
postAbs(String, Handler<HttpClientResponse>) - Method in interface io.vertx.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.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
PostgreSQLClient - Interface in io.vertx.ext.asyncsql
Represents an PostgreSQL client
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 interface io.vertx.ext.web.Router
Add a route that matches a HTTP POST request and the specified path regex
postWithRegex(String) - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches a HTTP POST request and the specified path regex
preferredLocale() - Method in interface io.vertx.ext.web.RoutingContext
Helper to return the user preferred locale.
preferredLocale() - Method in class io.vertx.rxjava.ext.web.RoutingContext
Helper to return the user preferred locale.
prefix() - Method in interface io.vertx.core.spi.VerticleFactory
 
prefix() - Method in class io.vertx.ext.httpservicefactory.HttpSecureServiceFactory
 
prefix() - Method in class io.vertx.ext.httpservicefactory.HttpServiceFactory
 
prefix() - Method in class io.vertx.lang.ruby.JRubyVerticleFactory
 
prefix() - Method in class io.vertx.maven.MavenVerticleFactory
 
prefix() - Method in class io.vertx.service.ServiceVerticleFactory
 
prettyMapper - Static variable in class io.vertx.core.json.Json
 
principal() - Method in interface io.vertx.ext.auth.User
Get the underlying principal for the User.
principal() - Method in class io.vertx.rxjava.ext.auth.User
Get the underlying principal for the User.
priority() - Method in interface io.vertx.core.dns.MxRecord
The priority of the MX record.
priority() - Method in interface io.vertx.core.dns.SrvRecord
Returns the priority for this service record.
priority() - Method in class io.vertx.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.
process(CommandProcess) - Method in class io.vertx.ext.shell.command.AnnotatedCommand
Process the command, when the command is done processing it should call the CommandProcess.end() method.
process(CommandProcess) - Method in class io.vertx.ext.shell.command.base.BusPublish
 
process(CommandProcess) - Method in class io.vertx.ext.shell.command.base.BusSend
 
process(CommandProcess) - Method in class io.vertx.ext.shell.command.base.BusTail
 
process(CommandProcess) - Method in class io.vertx.ext.shell.command.base.Echo
 
process(CommandProcess) - Method in class io.vertx.ext.shell.command.base.FileSystemCd
 
process(CommandProcess) - Method in class io.vertx.ext.shell.command.base.FileSystemLs
 
process(CommandProcess) - Method in class io.vertx.ext.shell.command.base.FileSystemPwd
 
process(CommandProcess) - Method in class io.vertx.ext.shell.command.base.Help
 
process(CommandProcess) - Method in class io.vertx.ext.shell.command.base.LocalMapGet
 
process(CommandProcess) - Method in class io.vertx.ext.shell.command.base.LocalMapPut
 
process(CommandProcess) - Method in class io.vertx.ext.shell.command.base.LocalMapRm
 
process(CommandProcess) - Method in class io.vertx.ext.shell.command.base.NetCommandLs
 
process(CommandProcess) - Method in class io.vertx.ext.shell.command.base.Sleep
 
process(CommandProcess) - Method in class io.vertx.ext.shell.command.base.VerticleDeploy
 
process(CommandProcess) - Method in class io.vertx.ext.shell.command.base.VerticleFactories
 
process(CommandProcess) - Method in class io.vertx.ext.shell.command.base.VerticleLs
 
process(CommandProcess) - Method in class io.vertx.ext.shell.command.base.VerticleUndeploy
 
process() - Method in interface io.vertx.ext.shell.system.Job
 
Process - Interface in io.vertx.ext.shell.system
A process managed by the shell.
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
 
PROCESS_ARGS - Static variable in class io.vertx.core.Starter
Deprecated.
 
processArgs() - Method in class io.vertx.core.AbstractVerticle
Get the arguments used when deploying the Vert.x process.
processArgs() - Method in interface io.vertx.core.Context
The process args
processArgs() - Method in class io.vertx.rxjava.core.Context
The process args
processHandler(Handler<CommandProcess>) - Method in interface io.vertx.ext.shell.command.CommandBuilder
Set the command process handler, the process handler is called when the command is executed.
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 interface io.vertx.ext.web.Route
Add a content type produced by this route.
produces(String) - Method in class io.vertx.rxjava.ext.web.Route
Add a content type produced by this route.
PROPERTIES - Static variable in class io.vertx.amqpbridge.AmqpConstants
 
PROPERTIES_ABSOLUTE_EXPIRY_TIME - Static variable in class io.vertx.amqpbridge.AmqpConstants
 
PROPERTIES_CONTENT_ENCODING - Static variable in class io.vertx.amqpbridge.AmqpConstants
 
PROPERTIES_CONTENT_TYPE - Static variable in class io.vertx.amqpbridge.AmqpConstants
 
PROPERTIES_CORRELATION_ID - Static variable in class io.vertx.amqpbridge.AmqpConstants
 
PROPERTIES_CREATION_TIME - Static variable in class io.vertx.amqpbridge.AmqpConstants
 
PROPERTIES_GROUP_ID - Static variable in class io.vertx.amqpbridge.AmqpConstants
 
PROPERTIES_GROUP_SEQUENCE - Static variable in class io.vertx.amqpbridge.AmqpConstants
 
PROPERTIES_MESSAGE_ID - Static variable in class io.vertx.amqpbridge.AmqpConstants
 
PROPERTIES_PROPS_PATH_FIELD - Static variable in interface io.vertx.ext.auth.shiro.PropertiesProviderConstants
The path where to look for the properties file
PROPERTIES_REPLY_TO - Static variable in class io.vertx.amqpbridge.AmqpConstants
 
PROPERTIES_REPLY_TO_GROUP_ID - Static variable in class io.vertx.amqpbridge.AmqpConstants
 
PROPERTIES_SUBJECT - Static variable in class io.vertx.amqpbridge.AmqpConstants
 
PROPERTIES_TO - Static variable in class io.vertx.amqpbridge.AmqpConstants
 
PROPERTIES_USER_ID - Static variable in class io.vertx.amqpbridge.AmqpConstants
 
PropertiesProviderConstants - Interface in io.vertx.ext.auth.shiro
Configuration keys used when configuring a Shiro properties auth realm
PROPERTY_COLLECTION_NAME - Static variable in interface io.vertx.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 interface io.vertx.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 interface io.vertx.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 interface io.vertx.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 interface io.vertx.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 interface io.vertx.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 interface io.vertx.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 interface io.vertx.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 interface io.vertx.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 interface io.vertx.core.file.FileSystem
Obtain properties for the file represented by path, asynchronously.
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 interface io.vertx.core.file.FileSystem
propsBlocking(String) - Method in class io.vertx.rxjava.core.file.FileSystem
propsObservable(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Obtain properties for the file represented by path, asynchronously.
protocol() - Method in interface io.vertx.core.dns.SrvRecord
Returns the protocol for the service being queried (i.e.
protocol() - Method in class io.vertx.rxjava.core.dns.SrvRecord
Returns the protocol for the service being queried (i.e.
PROXY_AUTHENTICATE - Static variable in class io.vertx.core.http.HttpHeaders
Proxy-Authenticate header name
PROXY_AUTHORIZATION - Static variable in class io.vertx.core.http.HttpHeaders
Proxy-Authorization header name
PROXY_HOST_PROPERTY - Static variable in class io.vertx.ext.httpservicefactory.HttpServiceFactory
 
PROXY_PORT_PROPERTY - Static variable in class io.vertx.ext.httpservicefactory.HttpServiceFactory
 
ProxyHandler - Class in io.vertx.serviceproxy
 
ProxyHandler() - Constructor for class io.vertx.serviceproxy.ProxyHandler
 
ProxyHelper - Class in io.vertx.serviceproxy
 
ProxyHelper() - Constructor for class io.vertx.serviceproxy.ProxyHelper
 
ProxyOptions - Class in io.vertx.core.net
Proxy options for a net client or a net client.
ProxyOptions() - Constructor for class io.vertx.core.net.ProxyOptions
Default constructor.
ProxyOptions(ProxyOptions) - Constructor for class io.vertx.core.net.ProxyOptions
Copy constructor.
ProxyOptions(JsonObject) - Constructor for class io.vertx.core.net.ProxyOptions
Create options from JSON.
ProxyType - Enum in io.vertx.core.net
The type of a TCP proxy server.
psetex(String, long, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Set the value and expiration in milliseconds of a key
psetex(String, long, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Set the value and expiration in milliseconds of a key
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
Set the value and expiration in milliseconds of a key
psetexObservable(String, long, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set the value and expiration in milliseconds of a key
psubscribe(String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Listen for messages published to channels matching the given pattern
psubscribe(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Listen for messages published to channels matching the given pattern
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 interface io.vertx.redis.RedisClient
Listen for messages published to channels matching the given patterns
psubscribeMany(List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Listen for messages published to channels matching the given patterns
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
Listen for messages published to channels matching the given patterns
psubscribeManyObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Listen for messages published to channels matching the given patterns
psubscribeObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
Listen for messages published to channels matching the given pattern
psubscribeObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Listen for messages published to channels matching the given pattern
pttl(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Get the time to live for a key in milliseconds
pttl(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Get the time to live for a key in milliseconds
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
Get the time to live for a key in milliseconds
pttlObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get the time to live for a key in milliseconds
Pty - Interface in io.vertx.ext.shell.term
A pseudo terminal used for controlling a Tty.
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 interface io.vertx.core.eventbus.EventBus
Publish a message.
publish(String, Object, DeliveryOptions) - Method in interface io.vertx.core.eventbus.EventBus
Like EventBus.publish(String, Object) but specifying options that can be used to configure the delivery.
publish(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Post a message to a channel
publish(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Post a message to a channel
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, 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.
publish(Record, Handler<AsyncResult<Record>>) - Method in interface io.vertx.servicediscovery.ServiceDiscovery
Publishes a record.
publish(Record, Handler<AsyncResult<Record>>) - Method in interface io.vertx.servicediscovery.spi.ServicePublisher
Publishes a record.
publisher(String) - Method in interface io.vertx.core.eventbus.EventBus
Create a message publisher against the specified address.
publisher(String, DeliveryOptions) - Method in interface io.vertx.core.eventbus.EventBus
Like EventBus.publisher(String) but specifying delivery options that will be used for configuring the delivery of the message.
publisher(String) - 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.
publishObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
Post a message to a channel
publishObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Post a message to a channel
publishObservable(Record) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Publishes a record.
publishObservable(Record) - Method in class io.vertx.rxjava.servicediscovery.spi.ServicePublisher
Publishes a record.
pubsubChannels(String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Lists the currently active channels - only those matching the pattern
pubsubChannels(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Lists the currently active channels - only those matching the pattern
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
Lists the currently active channels - only those matching the pattern
pubsubChannelsObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Lists the currently active channels - only those matching the pattern
pubsubNumpat(Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Returns the number of subscriptions to patterns (that are performed using the PSUBSCRIBE command)
pubsubNumpat(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Returns the number of subscriptions to patterns (that are performed using the PSUBSCRIBE command)
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
Returns the number of subscriptions to patterns (that are performed using the PSUBSCRIBE command)
pubsubNumpatObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Returns the number of subscriptions to patterns (that are performed using the PSUBSCRIBE command)
pubsubNumsub(List<String>, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.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 interface io.vertx.redis.RedisTransaction
Returns the number of subscribers (not counting clients subscribed to patterns) for the specified channels
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
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.RedisTransaction
Returns the number of subscribers (not counting clients subscribed to patterns) for the specified channels
pump(ReadStream<T>, WriteStream<T>) - Method in interface io.vertx.core.spi.PumpFactory
 
pump(ReadStream<T>, WriteStream<T>, int) - Method in interface io.vertx.core.spi.PumpFactory
 
Pump - Interface in io.vertx.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(ReadStream<T>, WriteStream<T>) - Static method in interface io.vertx.core.streams.Pump
Create a new Pump with the given ReadStream and WriteStream
pump(ReadStream<T>, WriteStream<T>, int) - Static method in interface io.vertx.core.streams.Pump
Create a new Pump with the given ReadStream and WriteStream and writeQueueMaxSize
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(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
PumpFactory - Interface in io.vertx.core.spi
 
punsubscribe(List<String>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Stop listening for messages posted to channels matching the given patterns
punsubscribe(List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Stop listening for messages posted to channels matching the given patterns
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
Stop listening for messages posted to channels matching the given patterns
punsubscribeObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Stop listening for messages posted to channels matching the given patterns
push(HttpMethod, String, String, Handler<AsyncResult<HttpServerResponse>>) - Method in interface io.vertx.core.http.HttpServerResponse
push(HttpMethod, String, MultiMap, Handler<AsyncResult<HttpServerResponse>>) - Method in interface io.vertx.core.http.HttpServerResponse
Like HttpServerResponse.push(HttpMethod, String, String, MultiMap, Handler) with the host copied from the current request.
push(HttpMethod, String, Handler<AsyncResult<HttpServerResponse>>) - Method in interface io.vertx.core.http.HttpServerResponse
Like HttpServerResponse.push(HttpMethod, String, String, MultiMap, Handler) with the host copied from the current request.
push(HttpMethod, String, String, MultiMap, Handler<AsyncResult<HttpServerResponse>>) - Method in interface io.vertx.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.

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 interface io.vertx.core.http.HttpClientRequest
Set a push handler for this request.

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

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) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
pushObservable(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.

put(String, Object) - Method in interface io.vertx.core.Context
Put some data in the context.
put(int, String, String) - Method in interface io.vertx.core.http.HttpClient
Create an HTTP PUT request to send to the server at the specified host and port.
put(String, String) - Method in interface io.vertx.core.http.HttpClient
Create an HTTP PUT request to send to the server at the specified host and default port.
put(int, String, String, Handler<HttpClientResponse>) - Method in interface io.vertx.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 interface io.vertx.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 interface io.vertx.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 interface io.vertx.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(String, Enum) - Method in class io.vertx.core.json.JsonObject
Put an Enum into the JSON object with the specified key.
put(String, CharSequence) - Method in class io.vertx.core.json.JsonObject
Put an CharSequence into the JSON object with the specified key.
put(String, String) - Method in class io.vertx.core.json.JsonObject
Put a String into the JSON object with the specified key.
put(String, Integer) - Method in class io.vertx.core.json.JsonObject
Put an Integer into the JSON object with the specified key.
put(String, Long) - Method in class io.vertx.core.json.JsonObject
Put a Long into the JSON object with the specified key.
put(String, Double) - Method in class io.vertx.core.json.JsonObject
Put a Double into the JSON object with the specified key.
put(String, Float) - Method in class io.vertx.core.json.JsonObject
Put a Float into the JSON object with the specified key.
put(String, Boolean) - Method in class io.vertx.core.json.JsonObject
Put a Boolean into the JSON object with the specified key.
put(String, JsonObject) - Method in class io.vertx.core.json.JsonObject
Put another JSON object into the JSON object with the specified key.
put(String, JsonArray) - Method in class io.vertx.core.json.JsonObject
Put a JSON array into the JSON object with the specified key.
put(String, byte[]) - Method in class io.vertx.core.json.JsonObject
Put a byte[] into the JSON object with the specified key.
put(String, Instant) - Method in class io.vertx.core.json.JsonObject
Put a Instant into the JSON object with the specified key.
put(String, Object) - Method in class io.vertx.core.json.JsonObject
Put an Object into the JSON object with the specified key.
put(K, V, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.shareddata.AsyncMap
Put a value in the map, asynchronously.
put(K, V, long, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.shareddata.AsyncMap
put(K, V) - Method in interface io.vertx.core.shareddata.LocalMap
Put an entry in the map
put(String, Object) - Method in interface io.vertx.ext.shell.session.Session
Put some data in a session
put(String, Object) - Method in interface io.vertx.ext.unit.TestContext
Put some data in the context.
put() - Method in interface io.vertx.ext.web.Router
Add a route that matches any HTTP PUT request
put(String) - Method in interface io.vertx.ext.web.Router
Add a route that matches a HTTP PUT request and the specified path
put(String, Object) - Method in interface io.vertx.ext.web.RoutingContext
Put some arbitrary data in the context.
put(String, Object) - Method in interface io.vertx.ext.web.Session
Put some data in a session
put(Session, Handler<AsyncResult<Boolean>>) - Method in interface io.vertx.ext.web.sstore.SessionStore
Add a session with the specified ID
put(String, Object) - Method in class io.vertx.rxjava.core.Context
Put some data in the context.
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(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, 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() - 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<Boolean>>) - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
Add a session with the specified ID
putAbs(String) - Method in interface io.vertx.core.http.HttpClient
Create an HTTP PUT request to send to the server using an absolute URI
putAbs(String, Handler<HttpClientResponse>) - Method in interface io.vertx.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.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
putHeader(String, String) - Method in interface io.vertx.core.http.HttpClientRequest
Put an HTTP header
putHeader(CharSequence, CharSequence) - Method in interface io.vertx.core.http.HttpClientRequest
putHeader(String, Iterable<String>) - Method in interface io.vertx.core.http.HttpClientRequest
Put an HTTP header with multiple values
putHeader(CharSequence, Iterable<CharSequence>) - Method in interface io.vertx.core.http.HttpClientRequest
putHeader(String, String) - Method in interface io.vertx.core.http.HttpServerResponse
Put an HTTP header
putHeader(CharSequence, CharSequence) - Method in interface io.vertx.core.http.HttpServerResponse
putHeader(String, Iterable<String>) - Method in interface io.vertx.core.http.HttpServerResponse
Like HttpServerResponse.putHeader(String, String) but providing multiple values via a String Iterable
putHeader(CharSequence, Iterable<CharSequence>) - Method in interface io.vertx.core.http.HttpServerResponse
Like HttpServerResponse.putHeader(String, Iterable) but with CharSequence Iterable
putHeader(String, String) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
Put an HTTP header
putHeader(String, String) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Put an HTTP header
putIfAbsent(K, V, Handler<AsyncResult<V>>) - Method in interface io.vertx.core.shareddata.AsyncMap
Put the entry only if there is no entry with the key already present.
putIfAbsent(K, V, long, Handler<AsyncResult<V>>) - Method in interface io.vertx.core.shareddata.AsyncMap
putIfAbsent(K, V) - Method in interface io.vertx.core.shareddata.LocalMap
Put the entry only if there is no existing entry for that key
putIfAbsent(K, V, 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
Put the entry only if there is no entry with the key already present.
putIfAbsentObservable(K, V, long) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
putNull(String) - Method in class io.vertx.core.json.JsonObject
Put a null value into the JSON object with the specified key.
putObservable(K, V) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
Put a value in the map, asynchronously.
putObservable(K, V, long) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
putObservable(Session) - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
Add a session with the specified ID
putTrailer(String, String) - Method in interface io.vertx.core.http.HttpServerResponse
Put an HTTP trailer
putTrailer(CharSequence, CharSequence) - Method in interface io.vertx.core.http.HttpServerResponse
putTrailer(String, Iterable<String>) - Method in interface io.vertx.core.http.HttpServerResponse
Like HttpServerResponse.putTrailer(String, String) but providing multiple values via a String Iterable
putTrailer(CharSequence, Iterable<CharSequence>) - Method in interface io.vertx.core.http.HttpServerResponse
Like HttpServerResponse.putTrailer(String, Iterable) but with CharSequence Iterable
putTrailer(String, String) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Put an HTTP trailer
putWithRegex(String) - Method in interface io.vertx.ext.web.Router
Add a route that matches a HTTP PUT request and the specified path regex
putWithRegex(String) - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches a HTTP PUT request and the specified path regex

Q

query() - Method in interface io.vertx.core.http.HttpClientRequest
 
query() - Method in interface io.vertx.core.http.HttpServerRequest
 
query() - Method in interface io.vertx.core.http.ServerWebSocket
 
query(String, Handler<AsyncResult<ResultSet>>) - Method in interface io.vertx.ext.sql.SQLConnection
Executes the given SQL SELECT statement which returns the results of the query.
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.SQLConnection
Executes the given SQL SELECT statement which returns the results of the query.
queryObservable(String) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Executes the given SQL SELECT statement which returns the results of the query.
queryWithParams(String, JsonArray, Handler<AsyncResult<ResultSet>>) - Method in interface io.vertx.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 class io.vertx.rxjava.ext.sql.SQLConnection
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.SQLConnection
Executes the given SQL SELECT prepared statement which returns the results of the query.
queue(Vertx, String) - Static method in interface io.vertx.ext.stomp.Destination
 
queue(Vertx, String) - Static method in class io.vertx.rxjava.ext.stomp.Destination
 
queueBind(String, String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Bind a queue to an exchange
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
Bind a queue to an exchange
queueDeclare(String, boolean, boolean, boolean, Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Declare a queue
queueDeclare(String, boolean, boolean, boolean, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Declare a queue
queueDeclareAuto(Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Actively declare a server-named exclusive, autodelete, non-durable queue.
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
Actively declare a server-named exclusive, autodelete, non-durable queue.
queueDeclareObservable(String, boolean, boolean, boolean) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Declare a queue
queueDelete(String, Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Delete a queue, without regard for whether it is in use or has messages on it
queueDelete(String, 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 interface io.vertx.rabbitmq.RabbitMQClient
Delete a queue
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
Delete a queue
queueDeleteObservable(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

R

RabbitMQClient - Interface in io.vertx.rabbitmq
 
RabbitMQClient - Class in io.vertx.rxjava.rabbitmq
 
RabbitMQClient(RabbitMQClient) - Constructor for class io.vertx.rxjava.rabbitmq.RabbitMQClient
 
randomkey(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Return a random key from the keyspace
randomkey(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Return a random key from the keyspace
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
Return a random key from the keyspace
randomkeyObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Return a random key from the keyspace
RangeLimitOptions - Class in io.vertx.redis.op
 
RangeLimitOptions() - Constructor for class io.vertx.redis.op.RangeLimitOptions
 
RangeLimitOptions(RangeLimitOptions) - Constructor for class io.vertx.redis.op.RangeLimitOptions
 
RangeLimitOptions(JsonObject) - Constructor for class io.vertx.redis.op.RangeLimitOptions
 
RangeOptions - Enum in io.vertx.redis.op
 
raw() - Method in interface io.vertx.ext.shell.cli.CliToken
 
raw() - Method in class io.vertx.rxjava.ext.shell.cli.CliToken
 
rawLine() - Method in interface io.vertx.ext.shell.cli.Completion
 
rawLine() - Method in class io.vertx.rxjava.ext.shell.cli.Completion
 
rawMessage() - Method in interface io.vertx.ext.web.handler.sockjs.BridgeEvent
Deprecated.
rawMessage() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.BridgeEvent
Use BridgeEvent.getRawMessage() instead, will be removed in 3.3
rawMethod() - Method in interface io.vertx.core.http.HttpServerRequest
 
rawMethod() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
read(Buffer, int, long, int, Handler<AsyncResult<Buffer>>) - Method in interface io.vertx.core.file.AsyncFile
Reads length bytes of data from the file at position position in the file, asynchronously.
read(Buffer, int, long, int, Handler<AsyncResult<Buffer>>) - Method in class io.vertx.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 interface io.vertx.core.file.FileSystem
Read the contents of the directory specified by path, asynchronously.
readDir(String, String, Handler<AsyncResult<List<String>>>) - Method in interface io.vertx.core.file.FileSystem
Read the contents of the directory specified by path, 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 interface io.vertx.core.file.FileSystem
readDirBlocking(String, String) - Method in interface io.vertx.core.file.FileSystem
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
Read the contents of the directory specified by path, asynchronously.
readDirObservable(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Read the contents of the directory specified by path, asynchronously.
readFile(String, Handler<AsyncResult<Buffer>>) - Method in interface io.vertx.core.file.FileSystem
Reads the entire file as represented by the path path as a Buffer, asynchronously.
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 interface io.vertx.core.file.FileSystem
readFileBlocking(String) - Method in class io.vertx.rxjava.core.file.FileSystem
readFileObservable(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Reads the entire file as represented by the path path as a , asynchronously.
readFromBuffer(int, Buffer) - Method in class io.vertx.core.json.JsonArray
 
readFromBuffer(int, Buffer) - Method in class io.vertx.core.json.JsonObject
 
readFromBuffer(int, Buffer) - Method in class io.vertx.ext.auth.AbstractUser
 
readline(String, Handler<String>) - Method in interface io.vertx.ext.shell.term.Term
Prompt the user a line of text.
readline(String, Handler<String>, Handler<Completion>) - Method in interface io.vertx.ext.shell.term.Term
Prompt the user a line of text, providing a completion handler to handle user's completion.
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
Reads length bytes of data from the file at position position in the file, asynchronously.
ReadStream<T> - Interface in io.vertx.core.streams
Represents a stream of items that can be read from.
ReadStream<T> - Interface in io.vertx.rxjava.core.streams
Represents a stream of items that can be read from.
ReadStreamAdapter<J,R> - Class in io.vertx.lang.rxjava
 
ReadStreamAdapter(ReadStream<R>, Function<J, R>) - Constructor for class io.vertx.lang.rxjava.ReadStreamAdapter
 
readSymlink(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.core.file.FileSystem
Returns the path representing the file that the symbolic link specified by link points to, asynchronously.
readSymlink(String, 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 interface io.vertx.core.file.FileSystem
readSymlinkBlocking(String) - Method in class io.vertx.rxjava.core.file.FileSystem
readSymlinkObservable(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.
RECEIPT - Static variable in class io.vertx.ext.stomp.Frame
 
RECEIPT_ID - Static variable in class io.vertx.ext.stomp.Frame
 
receive() - Method in interface io.vertx.ext.sync.Receiver
Return an event when one is available.
receive(long) - Method in interface io.vertx.ext.sync.Receiver
Return an event when one is available.
receivedFrameHandler(Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClient
Configures a received handler that gets notified when a STOMP frame is received by the client.
receivedFrameHandler(Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Configures a received handler that get notified when a STOMP frame is received by the client.
receivedFrameHandler(Handler<ServerFrame>) - Method in interface io.vertx.ext.stomp.StompServerHandler
Configures a handler that get notified when a STOMP frame is received by the server.
receivedFrameHandler(Handler<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.
receivePort() - Method in interface io.vertx.ext.sync.Receiver
 
Receiver<T> - Interface in io.vertx.ext.sync
Represents a synchronous receiver of events.
record() - Method in class io.vertx.rxjava.servicediscovery.ServiceReference
 
Record - Class in io.vertx.servicediscovery
Describes a `service`.
Record() - Constructor for class io.vertx.servicediscovery.Record
Creates a new Record.
Record(JsonObject) - Constructor for class io.vertx.servicediscovery.Record
Creates a new Record from its json representation.
Record(Record) - Constructor for class io.vertx.servicediscovery.Record
Creates a new Record by copying the values from another Record.
record() - Method in interface io.vertx.servicediscovery.ServiceReference
 
record() - Method in class io.vertx.servicediscovery.types.AbstractServiceReference
 
RecordConverter - Class in io.vertx.servicediscovery
Converter for Record.
RecordConverter() - Constructor for class io.vertx.servicediscovery.RecordConverter
 
RecordParser - Interface in io.vertx.core.parsetools
A helper class which allows you to easily parse protocols which are delimited by a sequence of bytes, or fixed size records.
RecordParser - 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
 
RedirectAuthHandler - Interface in io.vertx.ext.web.handler
An auth handler that's used to handle auth by redirecting user to a custom login page.
RedirectAuthHandler - 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
 
RedisBackendService - Class in io.vertx.servicediscovery.backend.redis
An implementation of the discovery backend based on Redis.
RedisBackendService() - Constructor for class io.vertx.servicediscovery.backend.redis.RedisBackendService
 
RedisClient - Interface in io.vertx.redis
 
RedisClient - Class in io.vertx.rxjava.redis
 
RedisClient(RedisClient) - Constructor for class io.vertx.rxjava.redis.RedisClient
 
RedisOptions - Class in io.vertx.redis
This object controls the connection setting to the Redis Server.
RedisOptions() - Constructor for class io.vertx.redis.RedisOptions
 
RedisOptions(JsonObject) - Constructor for class io.vertx.redis.RedisOptions
 
RedisOptions(RedisOptions) - Constructor for class io.vertx.redis.RedisOptions
 
RedisTransaction - Interface in io.vertx.redis
This Interface represents a TX
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
 
REFERER - Static variable in class io.vertx.core.http.HttpHeaders
Referer header name
refresh(Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.auth.oauth2.AccessToken
Refresh the access token
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
Refresh the access token
register(String) - Method in interface io.vertx.ext.unit.collect.EventBusCollector
Register the collector as a consumer of the event bus with the specified address.
register(String) - Method in class io.vertx.rxjava.ext.unit.collect.EventBusCollector
Register the collector as a consumer of the event bus with the specified address.
register(ServicePublisher, Future<Void>) - Method in class io.vertx.servicediscovery.consul.ImportedConsulService
Registers the service and completes the given future when done.
registerCodec(MessageCodec) - Method in interface io.vertx.core.eventbus.EventBus
Register a message codec.
registerCommand(Class<? extends AnnotatedCommand>) - Method in interface io.vertx.ext.shell.command.CommandRegistry
Like CommandRegistry.registerCommand(Class, Handler), without a completion handler.
registerCommand(Class<? extends AnnotatedCommand>, Handler<AsyncResult<Command>>) - Method in interface io.vertx.ext.shell.command.CommandRegistry
Register a single command.
registerCommand(Command) - Method in interface io.vertx.ext.shell.command.CommandRegistry
Like CommandRegistry.registerCommand(Command, Handler), without a completion handler.
registerCommand(Command, Handler<AsyncResult<Command>>) - Method in interface io.vertx.ext.shell.command.CommandRegistry
Register a command
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
Register a command
registerCommandResolver(CommandResolver) - Method in interface io.vertx.ext.shell.ShellServer
Register a command resolver for this server.
registerCommandResolver(CommandResolver) - Method in class io.vertx.rxjava.ext.shell.ShellServer
Register a command resolver for this server.
registerCommands(List<Command>) - Method in interface io.vertx.ext.shell.command.CommandRegistry
Like CommandRegistry.registerCommands(List, Handler), without a completion handler.
registerCommands(List<Command>, Handler<AsyncResult<List<Command>>>) - Method in interface io.vertx.ext.shell.command.CommandRegistry
Register a list of commands.
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
Register a list of commands.
registerDefaultCodec(Class<T>, MessageCodec<T, ?>) - Method in interface io.vertx.core.eventbus.EventBus
Register a default message codec.
registerHandler(String) - Method in class io.vertx.ext.mail.MailServiceVertxProxyHandler
 
registerHandler(String) - Method in class io.vertx.serviceproxy.ProxyHandler
Register the proxy handle on the event bus.
registerService(Class<T>, Vertx, T, String) - Static method in class io.vertx.serviceproxy.ProxyHelper
Registers a service on the event bus.
registerService(Class<T>, Vertx, T, String, long) - Static method in class io.vertx.serviceproxy.ProxyHelper
 
registerService(Class<T>, Vertx, T, String, boolean, long) - Static method in class io.vertx.serviceproxy.ProxyHelper
 
registerServiceExporter(ServiceExporter, JsonObject) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Registers a discovery bridge.
registerServiceExporter(ServiceExporter, JsonObject) - Method in interface io.vertx.servicediscovery.ServiceDiscovery
Registers a discovery bridge.
registerServiceImporter(ServiceImporter, JsonObject) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Registers a discovery service importer.
registerServiceImporter(ServiceImporter, JsonObject) - Method in interface io.vertx.servicediscovery.ServiceDiscovery
Registers a discovery service importer.
registerTermServer(TermServer) - Method in interface io.vertx.ext.shell.ShellServer
Register a term server to this shell server, the term server lifecycle methods are managed by this shell server.
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 interface io.vertx.core.Vertx
Register a VerticleFactory that can be used for deploying Verticles based on an identifier.
registerWith(MBeanServer) - Method in class io.vertx.ext.dropwizard.reporters.JmxReporter.Builder
Register MBeans with the given MBeanServer.
reject() - Method in interface io.vertx.core.http.ServerWebSocket
Reject the WebSocket.
reject() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
Reject the WebSocket.
rejected(T) - Method in interface io.vertx.core.spi.metrics.PoolMetrics
The task has been rejected.
release() - Method in interface io.vertx.core.shareddata.Lock
Release the lock.
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.
release(ServiceReference) - Method in interface io.vertx.servicediscovery.ServiceDiscovery
Releases the service reference.
release() - Method in interface io.vertx.servicediscovery.ServiceReference
Releases the reference.
release() - Method in class io.vertx.servicediscovery.types.AbstractServiceReference
If the service object has been retrieved, calls AbstractServiceReference.close() and release 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.
releaseServiceObject(ServiceDiscovery, Object) - Static method in interface io.vertx.servicediscovery.ServiceDiscovery
Release the service object retrieved using get methods from the service type interface.
REMOTE_REPOS_SYS_PROP - Static variable in class io.vertx.maven.MavenVerticleFactory
 
REMOTE_REPOS_SYS_PROP - Static variable in class io.vertx.maven.ResolverOptions
 
REMOTE_SNAPSHOT_POLICY_SYS_PROP - Static variable in class io.vertx.maven.MavenVerticleFactory
 
REMOTE_SNAPSHOT_POLICY_SYS_PROP - Static variable in class io.vertx.maven.resolver.ResolverImpl
REMOTE_SNAPSHOT_POLICY_SYS_PROP - Static variable in class io.vertx.maven.ResolverOptions
 
remoteAddress() - Method in interface io.vertx.core.http.HttpServerRequest
 
remoteAddress() - Method in interface io.vertx.core.http.WebSocketBase
 
remoteAddress() - Method in interface io.vertx.core.net.NetSocket
 
remoteAddress() - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
Return the remote address for this socket
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
remoteSettings() - Method in interface io.vertx.core.http.HttpConnection
 
remoteSettings() - Method in class io.vertx.rxjava.core.http.HttpConnection
 
remoteSettingsHandler(Handler<Http2Settings>) - Method in interface io.vertx.core.http.HttpConnection
Set an handler that is called when remote endpoint Http2Settings are updated.
remoteSettingsHandler(Handler<Http2Settings>) - Method in class io.vertx.rxjava.core.http.HttpConnection
Set an handler that is called when remote endpoint Http2Settings are updated.
remove(String) - Method in interface io.vertx.core.Context
Remove some data from the context.
remove(String) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
 
remove(CharSequence) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
 
remove(Object) - Method in class io.vertx.core.json.JsonArray
Remove the specified value from the JSON array.
remove(int) - Method in class io.vertx.core.json.JsonArray
Remove the value at the specified position in the JSON array.
remove(String) - Method in class io.vertx.core.json.JsonObject
Remove an entry from this object.
remove(String) - Method in interface io.vertx.core.MultiMap
Removes the value with the given name
remove(CharSequence) - Method in interface io.vertx.core.MultiMap
Like MultiMap.remove(String) but accepting CharSequence as parameters
remove(K, Handler<AsyncResult<V>>) - Method in interface io.vertx.core.shareddata.AsyncMap
Remove a value from the map, asynchronously.
remove(K) - Method in interface io.vertx.core.shareddata.LocalMap
Remove an entry from the map
remove(K, V, Handler<AsyncResult<Boolean>>) - Method in interface io.vertx.core.spi.cluster.AsyncMultiMap
Remove a value from the list of values for that key in the map.
remove(String, JsonObject, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoClient
Deprecated.
remove(String) - Method in interface io.vertx.ext.shell.session.Session
Remove some data from the session
remove(String) - Method in interface io.vertx.ext.unit.TestContext
Remove some data from the context.
remove() - Method in interface io.vertx.ext.web.Route
Remove this route from the router
remove(String) - Method in interface io.vertx.ext.web.Session
Remove some data from the session
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(K, Handler<AsyncResult<V>>) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
Remove a value from the map, asynchronously.
remove(K) - Method in class io.vertx.rxjava.core.shareddata.LocalMap
Remove an entry from the map
remove(String, JsonObject, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Remove matching documents from a collection
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() - 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.Session
Remove some data from the session
remove(Record, Handler<AsyncResult<Record>>) - Method in class io.vertx.servicediscovery.backend.redis.RedisBackendService
 
remove(String, Handler<AsyncResult<Record>>) - Method in class io.vertx.servicediscovery.backend.redis.RedisBackendService
 
remove(Record, Handler<AsyncResult<Record>>) - Method in interface io.vertx.servicediscovery.spi.ServiceDiscoveryBackend
Removes a record.
remove(String, Handler<AsyncResult<Record>>) - Method in interface io.vertx.servicediscovery.spi.ServiceDiscoveryBackend
Removes a records based on its UUID.
removeAllForValue(V, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.spi.cluster.AsyncMultiMap
Remove all the specified values from all keys in the map
removeArgument(int) - Method in interface io.vertx.core.cli.CLI
Removes an argument identified by its index.
removeArgument(int) - Method in class io.vertx.rxjava.core.cli.CLI
Removes an argument identified by its index.
removeBodyEndHandler(int) - Method in interface io.vertx.ext.web.RoutingContext
Remove a body end handler
removeBodyEndHandler(int) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Remove a body end handler
removeCloseHook(Closeable) - Method in interface io.vertx.core.Context
 
removeContextScheduler() - Static method in class io.vertx.ext.sync.Sync
Remove the scheduler for the current context
removeCookie(String) - Method in interface io.vertx.ext.web.RoutingContext
Remove a cookie.
removeCookie(String) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Remove a cookie.
REMOVED_COUNT - Static variable in class io.vertx.ext.mongo.MongoClientDeleteResult
Constant to be used when storing and retrieving Json for documents removed.
removeDocument(String, JsonObject, Handler<AsyncResult<MongoClientDeleteResult>>) - Method in interface io.vertx.ext.mongo.MongoClient
Remove a single matching document from a collection and return the handler with MongoClientDeleteResult result
removeDocument(String, JsonObject, 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
removeDocumentObservable(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
removeDocuments(String, JsonObject, Handler<AsyncResult<MongoClientDeleteResult>>) - Method in interface io.vertx.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.MongoClient
Remove matching documents from a collection and return the handler with MongoClientDeleteResult result
removeDocumentsObservable(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Remove matching documents from a collection and return the handler with MongoClientDeleteResult result
removeDocumentsWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<MongoClientDeleteResult>>) - Method in interface io.vertx.ext.mongo.MongoClient
Remove matching documents from a collection with the specified write option and return the handler with MongoClientDeleteResult result
removeDocumentsWithOptions(String, JsonObject, WriteOption, 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
removeDocumentsWithOptionsObservable(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
removeDocumentWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<MongoClientDeleteResult>>) - Method in interface io.vertx.ext.mongo.MongoClient
Remove a single matching document from a collection with the specified write option and return the handler with MongoClientDeleteResult result
removeDocumentWithOptions(String, JsonObject, WriteOption, 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
removeDocumentWithOptionsObservable(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
removeExclusion(String) - Method in class io.vertx.maven.resolver.ResolutionOptions
Removes an exclusion.
removeHeadersEndHandler(int) - Method in interface io.vertx.ext.web.RoutingContext
Remove a headers end handler
removeHeadersEndHandler(int) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Remove a headers end handler
removeIfPresent(K, V, Handler<AsyncResult<Boolean>>) - Method in interface io.vertx.core.shareddata.AsyncMap
Remove a value from the map, only if entry already exists with same value.
removeIfPresent(K, V) - Method in interface io.vertx.core.shareddata.LocalMap
Remove the entry only if there is an entry with the specified key and value
removeIfPresent(K, V, 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
Remove a value from the map, only if entry already exists with same value.
removeInterceptor(Handler<SendContext>) - Method in interface io.vertx.core.eventbus.EventBus
Remove an interceptor
removeInterceptor(Handler<SendContext>) - Method in class io.vertx.rxjava.core.eventbus.EventBus
Remove an interceptor
removeLogger(String) - Static method in class io.vertx.core.logging.LoggerFactory
 
removeObservable(K) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
Remove a value from the map, asynchronously.
removeObservable(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Remove matching documents from a collection
removeOne(String, JsonObject, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoClient
Deprecated.
removeOne(String, JsonObject, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Remove a single matching document from a collection
removeOneObservable(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Remove a single matching document from a collection
removeOneWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoClient
Deprecated.
removeOneWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Remove a single matching document from a collection with the specified write option
removeOneWithOptionsObservable(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
removeOption(String) - Method in interface io.vertx.core.cli.CLI
Removes an option identified by its name.
removeOption(String) - Method in class io.vertx.rxjava.core.cli.CLI
Removes an option identified by its name.
removePrefix(String) - Static method in interface io.vertx.core.spi.VerticleFactory
Helper method to remove a prefix from an identifier string
removeWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoClient
Deprecated.
removeWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Remove matching documents from a collection with the specified write option
removeWithOptionsObservable(String, JsonObject, WriteOption) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Remove matching documents from a collection with the specified write option
rename(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Rename a key
rename(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Rename a key
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 interface io.vertx.redis.RedisClient
Rename a key, only if the new key does not exist
renamenx(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Rename a key, only if the new key does not exist
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
Rename a key, only if the new key does not exist
renamenxObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Rename a key, only if the new key does not exist
renameObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
Rename a key
renameObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Rename a key
render(RoutingContext, String, Handler<AsyncResult<Buffer>>) - Method in interface io.vertx.ext.web.templ.TemplateEngine
Render
render(RoutingContext, String, Handler<AsyncResult<Buffer>>) - Method in class io.vertx.rxjava.ext.web.templ.TemplateEngine
Render
renderCommands(StringBuilder, Collection<CLI>) - Method in class io.vertx.core.cli.UsageMessageFormatter
 
renderObservable(RoutingContext, String) - Method in class io.vertx.rxjava.ext.web.templ.TemplateEngine
Render
renderOptionsAndArguments(StringBuilder, List<Option>, List<Argument>) - Method in class io.vertx.core.cli.UsageMessageFormatter
Renders the specified Options and Arguments and return the rendered output in a StringBuilder.
renderSource(ExecutableElement, String) - Method in class io.vertx.lang.groovy.GroovyDocGenerator
 
renderSource(ExecutableElement, String) - Method in class io.vertx.lang.ruby.JRubyDocGenerator
 
renderWrappedText(StringBuilder, int, int, String) - Method in class io.vertx.core.cli.UsageMessageFormatter
Render the specified text and return the rendered Options in a StringBuilder.
renderWrappedTextBlock(StringBuilder, int, int, String) - Method in class io.vertx.core.cli.UsageMessageFormatter
Renders the specified text width a maximum width.
Repeat - Annotation Type in io.vertx.ext.unit.junit
Annotates a test method to repeat this test several times.
RepeatRule - Class in io.vertx.ext.unit.junit
 
RepeatRule() - Constructor for class io.vertx.ext.unit.junit.RepeatRule
 
replace(K, V, Handler<AsyncResult<V>>) - Method in interface io.vertx.core.shareddata.AsyncMap
Replace the entry only if it is currently mapped to some value
replace(K, V) - Method in interface io.vertx.core.shareddata.LocalMap
Replace the entry only if there is an existing entry with the key
replace(String, JsonObject, JsonObject, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoClient
Deprecated.
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
Replace matching documents in the specified collection
replaceDocuments(String, JsonObject, JsonObject, Handler<AsyncResult<MongoClientUpdateResult>>) - Method in interface io.vertx.ext.mongo.MongoClient
Replace matching documents in the specified collection and return the handler with MongoClientUpdateResult result
replaceDocuments(String, JsonObject, JsonObject, 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
replaceDocumentsObservable(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
replaceDocumentsWithOptions(String, JsonObject, JsonObject, UpdateOptions, Handler<AsyncResult<MongoClientUpdateResult>>) - Method in interface io.vertx.ext.mongo.MongoClient
Replace matching documents in the specified collection, specifying options and return the handler with MongoClientUpdateResult result
replaceDocumentsWithOptions(String, JsonObject, JsonObject, UpdateOptions, 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
replaceDocumentsWithOptionsObservable(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
replaceIfPresent(K, V, V, Handler<AsyncResult<Boolean>>) - Method in interface io.vertx.core.shareddata.AsyncMap
Replace the entry only if it is currently mapped to a specific value
replaceIfPresent(K, V, V) - Method in interface io.vertx.core.shareddata.LocalMap
Replace the entry only if there is an existing entry with the specified key and value
replaceIfPresent(K, V, V, 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
Replace the entry only if it is currently mapped to a specific value
replaceObservable(K, V) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
Replace the entry only if it is currently mapped to some value
replaceObservable(String, JsonObject, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Replace matching documents in the specified collection
replaceWithOptions(String, JsonObject, JsonObject, UpdateOptions, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoClient
Deprecated.
replaceWithOptions(String, JsonObject, JsonObject, UpdateOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Replace matching documents in the specified collection, specifying options
replaceWithOptionsObservable(String, JsonObject, JsonObject, UpdateOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Replace matching documents in the specified collection, specifying options
reply(Object) - Method in interface io.vertx.core.eventbus.Message
Reply to this message.
reply(Object, Handler<AsyncResult<Message<R>>>) - Method in interface io.vertx.core.eventbus.Message
The same as reply(R message) but you can specify handler for the reply - i.e.
reply(Object, DeliveryOptions) - Method in interface io.vertx.core.eventbus.Message
Link Message.reply(Object) but allows you to specify delivery options for the reply.
reply(Object, DeliveryOptions, Handler<AsyncResult<Message<R>>>) - Method in interface io.vertx.core.eventbus.Message
The same as reply(R message, DeliveryOptions) but you can specify handler for the reply - i.e.
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 interface io.vertx.core.eventbus.Message
The reply address.
replyAddress() - Method in class io.vertx.rxjava.core.eventbus.Message
The reply address.
ReplyException - Exception in io.vertx.core.eventbus
Represents the failure of a message send.
ReplyException(ReplyFailure, int, String) - Constructor for exception io.vertx.core.eventbus.ReplyException
Create a ReplyException
ReplyException(ReplyFailure, String) - Constructor for exception io.vertx.core.eventbus.ReplyException
Create a ReplyException
ReplyException(ReplyFailure) - Constructor for exception io.vertx.core.eventbus.ReplyException
Create a ReplyException
ReplyFailure - Enum in io.vertx.core.eventbus
Represents the type of reply failure
replyFailure(String, ReplyFailure) - Method in interface io.vertx.core.spi.metrics.EventBusMetrics
Called whenever the event bus delivers a reply failure to the sender/publisher, the reply failure indicates the nature of the failure.

No specific thread and context can be expected when this method is called.

replyObservable(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.
replyObservable(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.
reportBeginTestCase(R, String) - Method in interface io.vertx.ext.unit.report.Reporter
Signals a test case began.
reportBeginTestSuite(String) - Method in interface io.vertx.ext.unit.report.Reporter
Signals the test suite began.
reportEndTestCase(R, String, TestResult) - Method in interface io.vertx.ext.unit.report.Reporter
Signals a test case ended.
reportEndTestSuite(R) - Method in interface io.vertx.ext.unit.report.Reporter
Signals a test suite ended.
Reporter<R> - Interface in io.vertx.ext.unit.report
The reporter defines a set of callback for the life cycle events.
reporter(Vertx, ReportOptions) - Static method in interface io.vertx.ext.unit.report.Reporter
 
reporter(Vertx, ReportOptions) - Method in interface io.vertx.ext.unit.report.ReporterFactory
 
ReporterFactory - Interface in io.vertx.ext.unit.report
 
reportError(R, Throwable) - Method in interface io.vertx.ext.unit.report.Reporter
Report a global test suite error, it can be called mulitple times between the Reporter.reportBeginTestSuite(java.lang.String) and the Reporter.reportEndTestSuite(R).
ReportingOptions - Class in io.vertx.ext.unit.report
Reporting options: the reporters is an array of reporter configurations
ReportingOptions() - Constructor for class io.vertx.ext.unit.report.ReportingOptions
Create a new empty options, with the default address out and no reporters.
ReportingOptions(ReportingOptions) - Constructor for class io.vertx.ext.unit.report.ReportingOptions
Copy constructor.
ReportingOptions(JsonObject) - Constructor for class io.vertx.ext.unit.report.ReportingOptions
Create a new options from the specified json.
ReportingOptionsConverter - Class in io.vertx.ext.unit.report
Converter for ReportingOptions.
ReportingOptionsConverter() - Constructor for class io.vertx.ext.unit.report.ReportingOptionsConverter
 
ReportOptions - Class in io.vertx.ext.unit.report
Configures a reporter consisting in a name to, an address at and an optional format.
ReportOptions() - Constructor for class io.vertx.ext.unit.report.ReportOptions
 
ReportOptions(ReportOptions) - Constructor for class io.vertx.ext.unit.report.ReportOptions
 
ReportOptions(JsonObject) - Constructor for class io.vertx.ext.unit.report.ReportOptions
 
ReportOptionsConverter - Class in io.vertx.ext.unit.report
Converter for ReportOptions.
ReportOptionsConverter() - Constructor for class io.vertx.ext.unit.report.ReportOptionsConverter
 
request(HttpMethod, int, String, String) - Method in interface io.vertx.core.http.HttpClient
Create an HTTP request to send to the server at the specified host and port.
request(HttpMethod, String, String) - Method in interface io.vertx.core.http.HttpClient
Create an HTTP request to send to the server at the specified host and default port.
request(HttpMethod, int, String, String, Handler<HttpClientResponse>) - Method in interface io.vertx.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 interface io.vertx.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 interface io.vertx.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 interface io.vertx.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 interface io.vertx.ext.web.RoutingContext
 
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, 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.ext.web.RoutingContext
 
requestAbs(HttpMethod, String) - Method in interface io.vertx.core.http.HttpClient
Create an HTTP request to send to the server using an absolute URI
requestAbs(HttpMethod, String, Handler<HttpClientResponse>) - Method in interface io.vertx.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.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
requestBegin(E, S, SocketAddress, SocketAddress, HttpClientRequest) - Method in interface io.vertx.core.spi.metrics.HttpClientMetrics
Called when an http client request begins.
requestBegin(S, HttpServerRequest) - Method in interface io.vertx.core.spi.metrics.HttpServerMetrics
Called when an http server request begins.
requestEnd(R) - Method in interface io.vertx.core.spi.metrics.HttpClientMetrics
Callend when an http client request ends.
requestHandler(Handler<HttpServerRequest>) - Method in interface io.vertx.core.http.HttpServer
Set the request handler for the server to requestHandler.
requestHandler() - Method in interface io.vertx.core.http.HttpServer
 
requestHandler(Handler<HttpServerRequest>) - Method in class io.vertx.rxjava.core.http.HttpServer
Set the request handler for the server to requestHandler.
requestReset(R) - Method in interface io.vertx.core.spi.metrics.HttpClientMetrics
Called when the http client request couldn't complete successfully, for instance the connection was closed before the response was received.
requestReset(R) - Method in interface io.vertx.core.spi.metrics.HttpServerMetrics
Called when the http server request couldn't complete successfully, for instance the connection was closed before the response was sent.
requestStream() - Method in interface io.vertx.core.http.HttpServer
Return the request stream for the server.
requestStream() - Method in class io.vertx.rxjava.core.http.HttpServer
Return the request stream for the server.
requireCallback(Runnable) - Static method in class io.vertx.lang.ruby.JRubyVerticleFactory
 
required - Variable in class io.vertx.core.cli.Argument
Whether or not this argument is mandatory.
required - Variable in class io.vertx.core.cli.Option
whether or not the option is required.
requiresResolve() - Method in interface io.vertx.core.spi.VerticleFactory
Does the factory require resolution? See VerticleFactory.resolve(String, DeploymentOptions, ClassLoader, Future) for more information.
requiresResolve() - Method in class io.vertx.service.ServiceVerticleFactory
 
reroute(String) - Method in interface io.vertx.ext.web.RoutingContext
Restarts the current router with a new path and reusing the original method.
reroute(HttpMethod, String) - Method in interface io.vertx.ext.web.RoutingContext
Restarts the current router with a new method and path.
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 interface io.vertx.circuitbreaker.CircuitBreaker
Resets the circuit breaker state (number of failure set to 0 and state set to closed).
reset() - Method in interface io.vertx.core.http.HttpClientRequest
Reset this stream with the error code 0.
reset(long) - Method in interface io.vertx.core.http.HttpClientRequest
Reset this stream with the error code.
reset() - Method in interface io.vertx.core.http.HttpServerResponse
Reset this HTTP/2 stream with the error code 0.
reset(long) - Method in interface io.vertx.core.http.HttpServerResponse
Reset this HTTP/2 stream with the error code.
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 stream with the error code.
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.
ResetOptions - Enum in io.vertx.redis.op
 
resizehandler(Handler<Void>) - Method in interface io.vertx.ext.shell.command.CommandProcess
 
resizehandler(Handler<Void>) - Method in interface io.vertx.ext.shell.term.Term
 
resizehandler(Handler<Void>) - Method in interface io.vertx.ext.shell.term.Tty
Set a resize handler, the handler is called when the tty size changes.
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.
ResolutionOptions - Class in io.vertx.maven.resolver
Options configuring the resolution of a single dependency.
ResolutionOptions() - Constructor for class io.vertx.maven.resolver.ResolutionOptions
 
resolve(String, DeploymentOptions, ClassLoader, Future<String>) - Method in interface io.vertx.core.spi.VerticleFactory
Some verticle factories can "resolve" the identifer to another identifier which is then used to look up the real verticle factory.
resolve(String, DeploymentOptions, ClassLoader, Future<String>) - Method in class io.vertx.ext.httpservicefactory.HttpServiceFactory
 
resolve(Future<T>) - Method in interface io.vertx.ext.unit.Completion
Completes the future upon completion, otherwise fails it.
resolve(String, DeploymentOptions, ClassLoader, Future<String>) - Method in class io.vertx.maven.MavenVerticleFactory
 
resolve(String, ResolutionOptions) - Method in interface io.vertx.maven.Resolver
Resolves a dependency.
resolve(Artifact, boolean, List<String>) - Method in class io.vertx.maven.resolver.ResolverImpl
Resolve the given artifact.
resolve(String, ResolutionOptions) - Method in class io.vertx.maven.resolver.ResolverImpl
 
resolve(Future<T>) - Method in class io.vertx.rxjava.ext.unit.Completion
Completes the future upon completion, otherwise fails it.
resolve(String, DeploymentOptions, ClassLoader, Future<String>) - Method in class io.vertx.service.ServiceVerticleFactory
 
RESOLVE_CALLED - Static variable in class io.vertx.maven.MavenVerticleFactory
 
resolveA(String, Handler<AsyncResult<List<String>>>) - Method in interface io.vertx.core.dns.DnsClient
Try to resolve all A (ipv4) records for the given name.
resolveA(String, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.rxjava.core.dns.DnsClient
Try to resolve all A (ipv4) records for the given name.
resolveAAAA(String, Handler<AsyncResult<List<String>>>) - Method in interface io.vertx.core.dns.DnsClient
Try to resolve all AAAA (ipv6) records for the given name.
resolveAAAA(String, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.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
Try to resolve all AAAA (ipv6) records for the given name.
resolveAObservable(String) - Method in class io.vertx.rxjava.core.dns.DnsClient
Try to resolve all A (ipv4) records for the given name.
resolveCNAME(String, Handler<AsyncResult<List<String>>>) - Method in interface io.vertx.core.dns.DnsClient
Try to resolve the CNAME record for the given name.
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
Try to resolve the CNAME record for the given name.
resolveConstructorLink(ExecutableElement, Coordinate) - Method in class io.vertx.lang.groovy.GroovyDocGenerator
 
resolveConstructorLink(ExecutableElement, Coordinate) - Method in class io.vertx.lang.ruby.JRubyDocGenerator
 
resolveFieldLink(VariableElement, Coordinate) - Method in class io.vertx.lang.groovy.GroovyDocGenerator
 
resolveFieldLink(VariableElement, Coordinate) - Method in class io.vertx.lang.ruby.JRubyDocGenerator
 
resolveLabel(Element, String) - Method in class io.vertx.lang.groovy.GroovyDocGenerator
 
resolveLabel(Element, String) - Method in class io.vertx.lang.ruby.JRubyDocGenerator
 
resolveMethodLink(ExecutableElement, Coordinate) - Method in class io.vertx.lang.groovy.GroovyDocGenerator
 
resolveMethodLink(ExecutableElement, Coordinate) - Method in class io.vertx.lang.ruby.JRubyDocGenerator
 
resolveMX(String, Handler<AsyncResult<List<MxRecord>>>) - Method in interface io.vertx.core.dns.DnsClient
Try to resolve the MX records for the given name.
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
Try to resolve the MX records for the given name.
resolveNS(String, Handler<AsyncResult<List<String>>>) - Method in interface io.vertx.core.dns.DnsClient
Try to resolve the NS records for the given name.
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
Try to resolve the NS records for the given name.
resolvePTR(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.core.dns.DnsClient
Try to resolve the PTR record for the given name.
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
Try to resolve the PTR record for the given name.
resolver(Vertx, Handler<AsyncResult<CommandResolver>>) - Method in interface io.vertx.ext.shell.spi.CommandResolverFactory
Obtain a command resolver for a Vert.x instance.
Resolver - Interface in io.vertx.maven
Interface implemented by resolver.
ResolverImpl - Class in io.vertx.maven.resolver
An implementation of Resolver based on Aether.
ResolverImpl(ResolverOptions) - Constructor for class io.vertx.maven.resolver.ResolverImpl
Creates a new instance of ResolverImpl with the given options.
ResolverOptions - Class in io.vertx.maven
Options to configure the resolver.
ResolverOptions() - Constructor for class io.vertx.maven.ResolverOptions
 
resolveSRV(String, Handler<AsyncResult<List<SrvRecord>>>) - Method in interface io.vertx.core.dns.DnsClient
Try to resolve the SRV records for the given name.
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
Try to resolve the SRV records for the given name.
resolveTXT(String, Handler<AsyncResult<List<String>>>) - Method in interface io.vertx.core.dns.DnsClient
Try to resolve the TXT records for the given name.
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
Try to resolve the TXT records for the given name.
resolveTypeLink(TypeElement, Coordinate) - Method in class io.vertx.lang.groovy.GroovyDocGenerator
 
resolveTypeLink(TypeElement, Coordinate) - Method in class io.vertx.lang.ruby.JRubyDocGenerator
 
response() - Method in interface io.vertx.core.http.HttpServerRequest
 
response() - Method in interface io.vertx.ext.web.RoutingContext
 
response() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
response() - Method in class io.vertx.rxjava.ext.web.RoutingContext
 
responseBegin(R, HttpClientResponse) - Method in interface io.vertx.core.spi.metrics.HttpClientMetrics
Called when an http client response begins.
responseEnd(R, HttpClientResponse) - Method in interface io.vertx.core.spi.metrics.HttpClientMetrics
Called when an http client response has ended
responseEnd(R, HttpServerResponse) - Method in interface io.vertx.core.spi.metrics.HttpServerMetrics
Called when an http server response has ended.
responsePushed(E, S, SocketAddress, SocketAddress, HttpClientRequest) - Method in interface io.vertx.core.spi.metrics.HttpClientMetrics
Called when an http client response is pushed.
responsePushed(S, HttpMethod, String, HttpServerResponse) - Method in interface io.vertx.core.spi.metrics.HttpServerMetrics
Called when an http server response is pushed.
ResponseTimeHandler - Interface in io.vertx.ext.web.handler
Handler which adds a header `x-response-time` in the response of matching requests containing the time taken in ms to process the request.
ResponseTimeHandler - 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 interface io.vertx.redis.RedisClient
Create a key using the provided serialized value, previously obtained using DUMP.
restore(String, long, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
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.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
Create a key using the provided serialized value, previously obtained using DUMP.
restoreObservable(String, long, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Create a key using the provided serialized value, previously obtained using DUMP.
result() - Method in interface io.vertx.core.AsyncResult
The result of the operation.
result(int) - Method in interface io.vertx.core.CompositeFuture
Returns the result of a wrapped future
result() - Method in interface io.vertx.core.Future
The result of the operation.
result(int) - Method in class io.vertx.rxjava.core.CompositeFuture
Returns the result of a wrapped future
result() - Method in class io.vertx.rxjava.core.Future
The result of the operation.
ResultSet - Class in io.vertx.ext.sql
Represents the results of a SQL query.
ResultSet() - Constructor for class io.vertx.ext.sql.ResultSet
Default constructor
ResultSet(ResultSet) - Constructor for class io.vertx.ext.sql.ResultSet
Copy constructor
ResultSet(List<String>, List<JsonArray>) - Constructor for class io.vertx.ext.sql.ResultSet
Create a result-set
ResultSet(JsonObject) - Constructor for class io.vertx.ext.sql.ResultSet
Create a result-set from JSON
ResultSetConverter - Class in io.vertx.ext.sql
Converter for ResultSet.
ResultSetConverter() - Constructor for class io.vertx.ext.sql.ResultSetConverter
 
resume() - Method in interface io.vertx.core.datagram.DatagramSocket
 
resume() - Method in interface io.vertx.core.eventbus.MessageConsumer
 
resume() - Method in interface io.vertx.core.file.AsyncFile
 
resume() - Method in interface io.vertx.core.http.HttpClientRequest
 
resume() - Method in interface io.vertx.core.http.HttpClientResponse
 
resume() - Method in interface io.vertx.core.http.HttpServerFileUpload
 
resume() - Method in interface io.vertx.core.http.HttpServerRequest
 
resume() - Method in interface io.vertx.core.http.HttpServerRequestStream
 
resume() - Method in interface io.vertx.core.http.ServerWebSocket
 
resume() - Method in interface io.vertx.core.http.ServerWebSocketStream
 
resume() - Method in interface io.vertx.core.http.WebSocket
 
resume() - Method in interface io.vertx.core.http.WebSocketBase
 
resume() - Method in interface io.vertx.core.http.WebSocketStream
 
resume() - Method in interface io.vertx.core.net.NetSocket
 
resume() - Method in interface io.vertx.core.net.NetSocketStream
 
resume() - Method in interface io.vertx.core.streams.ReadStream
Resume reading.
resume() - Method in interface io.vertx.core.TimeoutStream
 
resume() - Method in interface io.vertx.ext.shell.system.Job
Resume the job to foreground.
resume(boolean) - Method in interface io.vertx.ext.shell.system.Job
Resume the job.
resume() - Method in interface io.vertx.ext.shell.system.Process
Suspend the process.
resume(boolean) - Method in interface io.vertx.ext.shell.system.Process
Suspend the process.
resume(Handler<Void>) - Method in interface io.vertx.ext.shell.system.Process
Suspend the process.
resume(boolean, Handler<Void>) - Method in interface io.vertx.ext.shell.system.Process
Suspend the process.
resume() - Method in interface io.vertx.ext.unit.report.TestSuiteReport
 
resume() - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
 
resume() - Method in 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.HttpServerRequestStream
 
resume() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
resume() - Method in class io.vertx.rxjava.core.http.ServerWebSocketStream
 
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.http.WebSocketStream
 
resume() - Method in class io.vertx.rxjava.core.net.NetSocket
 
resume() - Method in class io.vertx.rxjava.core.net.NetSocketStream
 
resume() - Method in interface io.vertx.rxjava.core.streams.ReadStream
Resume reading.
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.unit.report.TestSuiteReport
 
resume() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
 
resumeHandler(Handler<Void>) - Method in interface io.vertx.ext.shell.command.CommandProcess
Set a resume handler, this handler is called when the command is resumed, for instance user types bg or fg to resume the command.
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.
retrieve() - Method in class io.vertx.servicediscovery.types.AbstractServiceReference
Method to implement to retrieve the service object.
RETRY_AFTER - Static variable in class io.vertx.core.http.HttpHeaders
Retry-After header name
retryTimeout() - Method in interface io.vertx.ext.web.sstore.SessionStore
The retry timeout value in milli seconds used by the session handler when it retrieves a value from the store.

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

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 interface io.vertx.core.dns.DnsClient
Try to do a reverse lookup of an IP address.
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
Try to do a reverse lookup of an IP address.
revoke(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.auth.oauth2.AccessToken
Revoke access or refresh token
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
Revoke access or refresh token
role(Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Return the role of the instance in the context of replication
role(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Return the role of the instance in the context of replication
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 interface io.vertx.ext.auth.mongo.MongoAuth
The prefix which is used by the method User.isAuthorised(String, Handler) when checking for role access
roleObservable() - Method in class io.vertx.rxjava.redis.RedisClient
Return the role of the instance in the context of replication
roleObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Return the role of the instance in the context of replication
rollback(Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.sql.SQLConnection
Rolls back all changes made since the previous commit/rollback.
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
Rolls back all changes made since the previous commit/rollback.
Route - Interface in io.vertx.ext.web
A route is a holder for a set of criteria which determine whether an HTTP request or failure should be routed to a handler.
route() - Method in interface io.vertx.ext.web.Router
Add a route with no matching criteria, i.e.
route(HttpMethod, String) - Method in interface io.vertx.ext.web.Router
Add a route that matches the specified HTTP method and path
route(String) - Method in interface io.vertx.ext.web.Router
Add a route that matches the specified path
Route - 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 - Interface in io.vertx.ext.web
A router receives request from an HttpServer and routes it to the first matching Route that it contains.
router(Vertx) - Static method in interface io.vertx.ext.web.Router
Create a router
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
routeWithRegex(HttpMethod, String) - Method in interface io.vertx.ext.web.Router
Add a route that matches the specified HTTP method and path regex
routeWithRegex(String) - Method in interface io.vertx.ext.web.Router
Add a route that matches the specified path regex
routeWithRegex(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 - Interface in io.vertx.ext.web
Represents the context for the handling of a request in Vert.x-Web.
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
 
rpop(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Remove and get the last element in a list
rpop(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Remove and get the last element in a list
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 interface io.vertx.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 interface io.vertx.redis.RedisTransaction
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.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
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.RedisTransaction
Remove the last element in a list, append it to another list and return it
rpopObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
Remove and get the last element in a list
rpopObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Remove and get the last element in a list
rpush(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Append one or multiple values to a list
rpush(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Append one or multiple values to a list
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 interface io.vertx.redis.RedisClient
Append one or multiple values to a list
rpushMany(String, List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.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
Append one or multiple values to a list
rpushManyObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Append one or multiple values to a list
rpushObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
Append one or multiple values to a list
rpushObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Append one or multiple values to a list
rpushx(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Append a value to a list, only if the list exists
rpushx(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Append a value to a list, only if the list exists
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
Append a value to a list, only if the list exists
rpushxObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Append a value to a list, only if the list exists
rtrim(String) - Static method in class io.vertx.core.cli.UsageMessageFormatter
Remove the trailing whitespace from the specified String.
run() - Method in interface io.vertx.core.spi.launcher.Command
Executes the command.
run(String) - Method in class io.vertx.core.Starter
Deprecated.
 
run(String[]) - Method in class io.vertx.core.Starter
Deprecated.
 
run(Args, String[]) - Method in class io.vertx.core.Starter
Deprecated.
 
run() - Method in interface io.vertx.ext.shell.system.Job
Run the job, before running the job a Tty must be set.
run() - Method in interface io.vertx.ext.shell.system.Process
Run the process.
run(boolean) - Method in interface io.vertx.ext.shell.system.Process
Run the process.
run(Handler<Void>) - Method in interface io.vertx.ext.shell.system.Process
Run the process.
run(boolean, Handler<Void>) - Method in interface io.vertx.ext.shell.system.Process
Run the process.
run() - Method in interface io.vertx.ext.sync.SuspendableRunnable
 
run() - Method in interface io.vertx.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 interface io.vertx.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.setUseEventLoop(Boolean) is set to false.

run(Vertx) - Method in interface io.vertx.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 interface io.vertx.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.setUseEventLoop(Boolean) is not set to false.

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(Handler<Void>) - Method in class io.vertx.rxjava.ext.shell.system.Process
Run the process.
run(boolean, Handler<Void>) - 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 interface io.vertx.ext.mongo.MongoClient
Run an arbitrary MongoDB command.
runCommand(String, JsonObject, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Run an arbitrary MongoDB command.
runCommandLine(String) - Static method in class io.vertx.core.Starter
Deprecated.
 
runCommandObservable(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Run an arbitrary MongoDB command.
runOnContext(Handler<Void>) - Method in interface io.vertx.core.Context
Run the specified action asynchronously on the same context, some time after the current execution has completed.
runOnContext(Handler<Void>) - Method in interface io.vertx.core.Vertx
Puts the handler on the event queue for the current context so it will be run asynchronously ASAP after all preceeding events have been handled.
runOnContext(Handler<Void>) - Method in class io.vertx.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.
RunTestOnContext - Class in io.vertx.ext.unit.junit
A JUnit rule that runs tests on a Vert.x context.

When used as a Rule a new context is created for each tested method, the context will be same for the before and after method, but different for all the tested methods.

When used as a ClassRule, a single context is created for all the tested method, the beforeClass and afterClass method will also executed in this context.

RunTestOnContext() - Constructor for class io.vertx.ext.unit.junit.RunTestOnContext
Create a new rule managing a Vertx instance created with default options.
RunTestOnContext(VertxOptions) - Constructor for class io.vertx.ext.unit.junit.RunTestOnContext
Create a new rule managing a Vertx instance created with specified options.
RunTestOnContext(Supplier<Vertx>, BiConsumer<Vertx, Consumer<Void>>) - Constructor for class io.vertx.ext.unit.junit.RunTestOnContext
Create a new rule with supplier/consumer for creating/closing a Vert.x instance.
RunTestOnContext(Supplier<Vertx>) - Constructor for class io.vertx.ext.unit.junit.RunTestOnContext
Create a new rule with supplier for creating a Vert.x instance.
RuntimeSQLException - Exception in io.vertx.ext.sql
 
RuntimeSQLException(SQLException) - Constructor for exception io.vertx.ext.sql.RuntimeSQLException
 
RxHelper - Class in io.vertx.rx.java
A set of helpers for RxJava and Vert.x.
RxHelper() - Constructor for class io.vertx.rx.java.RxHelper
 
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
 

S

sadd(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Add a member to a set
sadd(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Add a member to a set
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 interface io.vertx.redis.RedisClient
Add one or more members to a set
saddMany(String, List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Add one or more members 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
Add one or more members to a set
saddManyObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Add one or more members to a set
saddObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
Add a member to a set
saddObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Add a member to a set
save(String, JsonObject, Handler<AsyncResult<String>>) - Method in interface io.vertx.ext.mongo.MongoClient
Save a document in the specified collection
save(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Synchronously save the dataset to disk
save(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Synchronously save the dataset to disk
save(String, JsonObject, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Save a document in the specified collection
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
Save a document in the specified collection
saveObservable() - Method in class io.vertx.rxjava.redis.RedisClient
Synchronously save the dataset to disk
saveObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Synchronously save the dataset to disk
saveWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<String>>) - Method in interface io.vertx.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.MongoClient
Save a document in the specified collection with the specified write option
saveWithOptionsObservable(String, JsonObject, WriteOption) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Save a document in the specified collection with the specified write option
scan(String, ScanOptions, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Incrementally iterate the keys space
scan(String, ScanOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Incrementally iterate the keys space
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
Incrementally iterate the keys space
scanObservable(String, ScanOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
Incrementally iterate the keys space
ScanOptions - Class in io.vertx.redis.op
 
ScanOptions() - Constructor for class io.vertx.redis.op.ScanOptions
 
ScanOptions(ScanOptions) - Constructor for class io.vertx.redis.op.ScanOptions
 
ScanOptions(JsonObject) - Constructor for class io.vertx.redis.op.ScanOptions
 
scard(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Get the number of members in a set
scard(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Get the number of members in a set
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
Get the number of members in a set
scardObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get the number of members in a set
ScheduledMetricsConsumer - Class in io.vertx.ext.dropwizard
TODO - support listening to more than one Measured
ScheduledMetricsConsumer(Vertx) - Constructor for class io.vertx.ext.dropwizard.ScheduledMetricsConsumer
 
ScheduledMetricsConsumer(Vertx, Measured) - Constructor for class io.vertx.ext.dropwizard.ScheduledMetricsConsumer
 
scheduler(Vertx) - Static method in class io.vertx.rx.java.RxHelper
Create a scheduler for a Vertx object, actions are executed on the event loop.
scheduler(Context) - Static method in class io.vertx.rx.java.RxHelper
Create a scheduler for a Context, actions are executed on the event loop of this context.
scheduler(Vertx) - Static method in class io.vertx.rxjava.core.RxHelper
Create a scheduler for a Vertx object, actions are executed on the event loop of the current context.
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(Context) - Static method in class io.vertx.rx.java.RxHelper
Create a scheduler hook for a Context object, the RxJavaSchedulersHook.getIOScheduler() uses a blocking scheduler.
schedulerHook(Vertx) - Static method in class io.vertx.rx.java.RxHelper
Create a scheduler hook for a Vertx object, the RxJavaSchedulersHook.getIOScheduler() uses a blocking scheduler.
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 interface io.vertx.core.http.HttpServerRequest
 
scheme() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
scriptExists(String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Check existence of script in the script cache.
scriptExists(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Check existence of script in the script cache.
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 interface io.vertx.redis.RedisClient
Check existence of scripts in the script cache.
scriptExistsMany(List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Check existence of scripts 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
Check existence of scripts in the script cache.
scriptExistsManyObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Check existence of scripts in the script cache.
scriptExistsObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
Check existence of script in the script cache.
scriptExistsObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Check existence of script in the script cache.
scriptFlush(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Remove all the scripts from the script cache.
scriptFlush(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Remove all the scripts from the script cache.
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
Remove all the scripts from the script cache.
scriptFlushObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Remove all the scripts from the script cache.
scriptKill(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Kill the script currently in execution.
scriptKill(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Kill the script currently in execution.
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
Kill the script currently in execution.
scriptKillObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Kill the script currently in execution.
scriptLoad(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Load the specified Lua script into the script cache.
scriptLoad(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Load the specified Lua script into the script cache.
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
Load the specified Lua script into the script cache.
scriptLoadObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Load the specified Lua script into the script cache.
sdiff(String, List<String>, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Subtract multiple sets
sdiff(String, List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Subtract multiple sets
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
Subtract multiple sets
sdiffObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Subtract multiple sets
sdiffstore(String, String, List<String>, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Subtract multiple sets and store the resulting set in a key
sdiffstore(String, String, List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Subtract multiple sets and store the resulting set in a key
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
Subtract multiple sets and store the resulting set in a key
sdiffstoreObservable(String, String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Subtract multiple sets and store the resulting set in a key
seconds(long) - Static method in class io.vertx.ext.unit.junit.Timeout
 
select(int, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Change the selected database for the current connection
select(int, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Change the selected database for the current connection
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
Change the selected database for the current connection
selectObservable(int) - Method in class io.vertx.rxjava.redis.RedisTransaction
Change the selected database for the current connection
send(Buffer, int, String, Handler<AsyncResult<DatagramSocket>>) - Method in interface io.vertx.core.datagram.DatagramSocket
Write the given Buffer to the SocketAddress.
send(String, int, String, Handler<AsyncResult<DatagramSocket>>) - Method in interface io.vertx.core.datagram.DatagramSocket
Write the given String to the SocketAddress using UTF8 encoding.
send(String, String, int, String, Handler<AsyncResult<DatagramSocket>>) - Method in interface io.vertx.core.datagram.DatagramSocket
Write the given String to the SocketAddress using the given encoding.
send(String, Object) - Method in interface io.vertx.core.eventbus.EventBus
Sends a message.
send(String, Object, Handler<AsyncResult<Message<T>>>) - Method in interface io.vertx.core.eventbus.EventBus
Like EventBus.send(String, Object) but specifying a replyHandler that will be called if the recipient subsequently replies to the message.
send(String, Object, DeliveryOptions) - Method in interface io.vertx.core.eventbus.EventBus
Like EventBus.send(String, Object) but specifying options that can be used to configure the delivery.
send(String, Object, DeliveryOptions, Handler<AsyncResult<Message<T>>>) - Method in interface io.vertx.core.eventbus.EventBus
Like EventBus.send(String, Object, DeliveryOptions) but specifying a replyHandler that will be called if the recipient subsequently replies to the message.
send(T) - Method in interface io.vertx.core.eventbus.MessageProducer
send(T, Handler<AsyncResult<Message<R>>>) - Method in interface io.vertx.core.eventbus.MessageProducer
 
send() - Method in interface io.vertx.core.eventbus.SendContext
 
send(Map<String, String>, Buffer) - Method in interface io.vertx.ext.stomp.StompClientConnection
Sends a SEND frame to the server.
send(Map<String, String>, Buffer, Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Sends a SEND frame to the server.
send(String, Buffer) - Method in interface io.vertx.ext.stomp.StompClientConnection
Sends a SEND frame to the server to the given destination.
send(String, Buffer, Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Sends a SEND frame to the server to the given destination.
send(Frame) - Method in interface io.vertx.ext.stomp.StompClientConnection
Sends the given frame to the server.
send(Frame, Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Sends the given frame to the server.
send(String, Map<String, String>, Buffer) - Method in interface io.vertx.ext.stomp.StompClientConnection
Sends a SEND frame to the server to the given destination.
send(String, Map<String, String>, Buffer, Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Sends a SEND frame to the server to the given destination.
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(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
send(T, Handler<AsyncResult<Message<R>>>) - Method in class io.vertx.rxjava.core.eventbus.MessageProducer
 
send() - Method in class io.vertx.rxjava.core.eventbus.SendContext
 
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.
SendContext<T> - Interface in io.vertx.core.eventbus
Encapsulates a message being sent from Vert.x.
SendContext<T> - Class in io.vertx.rxjava.core.eventbus
Encapsulates a message being sent from Vert.x.
SendContext(SendContext) - Constructor for class io.vertx.rxjava.core.eventbus.SendContext
 
sender() - Method in interface io.vertx.core.datagram.DatagramPacket
Returns the SocketAddress of the sender that sent this DatagramPacket.
sender(int, String) - Method in interface io.vertx.core.datagram.DatagramSocket
Returns a PacketWritestream able to send Buffer to the SocketAddress.
sender(String) - Method in interface io.vertx.core.eventbus.EventBus
Create a message sender against the specified address.
sender(String, DeliveryOptions) - Method in interface io.vertx.core.eventbus.EventBus
Like EventBus.sender(String) but specifying delivery options that will be used for configuring the delivery of the message.
sender() - 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 PacketWritestream 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 interface io.vertx.core.http.HttpServerResponse
Same as HttpServerResponse.sendFile(String, long) using offset @code{0} which means starting from the beginning of the file.
sendFile(String, long) - Method in interface io.vertx.core.http.HttpServerResponse
Same as HttpServerResponse.sendFile(String, long, long) using length @code{Long.MAX_VALUE} which means until the end of the file.
sendFile(String, long, long) - Method in interface io.vertx.core.http.HttpServerResponse
Ask the OS to stream a file as specified by filename directly from disk to the outgoing connection, bypassing userspace altogether (where supported by the underlying operating system.
sendFile(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.http.HttpServerResponse
Like HttpServerResponse.sendFile(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 interface io.vertx.core.http.HttpServerResponse
Like HttpServerResponse.sendFile(String, long) 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 interface io.vertx.core.http.HttpServerResponse
Like HttpServerResponse.sendFile(String, long, long) but providing a handler which will be notified once the file has been completely written to the wire.
sendFile(String) - Method in interface io.vertx.core.net.NetSocket
Tell the operating system to stream a file as specified by filename directly from disk to the outgoing connection, bypassing userspace altogether (where supported by the underlying operating system.
sendFile(String, long) - Method in interface io.vertx.core.net.NetSocket
Tell the operating system to stream a file as specified by filename directly from disk to the outgoing connection, bypassing userspace altogether (where supported by the underlying operating system.
sendFile(String, long, long) - Method in interface io.vertx.core.net.NetSocket
Tell the operating system to stream a file as specified by filename directly from disk to the outgoing connection, bypassing userspace altogether (where supported by the underlying operating system.
sendFile(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.net.NetSocket
Same as NetSocket.sendFile(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 interface io.vertx.core.net.NetSocket
Same as NetSocket.sendFile(String, long) 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 interface io.vertx.core.net.NetSocket
Same as NetSocket.sendFile(String, long, long) but also takes a handler that will be called when the send has completed or a failure has occurred
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
Like HttpServerResponse.sendFile(java.lang.String) but providing a handler which will be notified once the file has been completely written to the wire.
sendFileObservable(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.
sendFileObservable(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.
sendFileObservable(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
sendFileObservable(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
sendFileObservable(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
sendHandler(Handler<ServerFrame>) - Method in interface io.vertx.ext.stomp.StompServerHandler
Configures the action to execute when a SEND frame is received.
sendHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Configures the action to execute when a SEND frame is received.
sendHead() - Method in interface io.vertx.core.http.HttpClientRequest
Forces the head of the request to be written before HttpClientRequest.end() is called on the request or any data is written to it.
sendHead(Handler<HttpVersion>) - Method in interface io.vertx.core.http.HttpClientRequest
Like HttpClientRequest.sendHead() but with an handler after headers have been sent.
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.
sendMail(MailMessage, Handler<AsyncResult<MailResult>>) - Method in interface io.vertx.ext.mail.MailClient
send a single mail via MailClient
sendMail(MailMessage, Handler<AsyncResult<MailResult>>) - Method in interface io.vertx.ext.mail.MailService
 
sendMail(MailMessage, Handler<AsyncResult<MailResult>>) - Method in class io.vertx.ext.mail.MailServiceVertxEBProxy
 
sendMail(MailMessage, Handler<AsyncResult<MailResult>>) - Method in class io.vertx.rxjava.ext.mail.MailClient
send a single mail via MailClient
sendMail(MailMessage, Handler<AsyncResult<MailResult>>) - Method in class io.vertx.rxjava.ext.mail.MailService
 
sendMailObservable(MailMessage) - 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.MailService
 
sendObservable(Buffer, int, String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Write the given Buffer to the SocketAddress.
sendObservable(String, int, String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Write the given String to the SocketAddress using UTF8 encoding.
sendObservable(String, String, int, String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Write the given String to the SocketAddress using the given encoding.
sendObservable(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.
sendObservable(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.
SERVER - Static variable in class io.vertx.core.http.HttpHeaders
Server header name
server() - Method in interface io.vertx.ext.shell.ShellService
 
SERVER - Static variable in class io.vertx.ext.stomp.Frame
 
server() - Method in interface io.vertx.ext.stomp.StompClientConnection
 
server() - Method in interface io.vertx.ext.stomp.StompServerConnection
 
Server - Class in io.vertx.ext.stomp.utils
Class responsible for the computation of the server id.
Server() - Constructor for class io.vertx.ext.stomp.utils.Server
 
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
 
SERVER_NAME - Static variable in class io.vertx.ext.stomp.utils.Server
 
ServerFrame - Interface in io.vertx.ext.stomp
Structure passed to server handler when receiving a frame.
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
 
ServerOptionsBase - Class in io.vertx.core.net
 
ServerOptionsBase() - Constructor for class io.vertx.core.net.ServerOptionsBase
 
ServerWebSocket - Interface in io.vertx.core.http
Represents a server side WebSocket.
ServerWebSocket - Class in io.vertx.rxjava.core.http
Represents a server side WebSocket.
ServerWebSocket(ServerWebSocket) - Constructor for class io.vertx.rxjava.core.http.ServerWebSocket
 
ServerWebSocketStream - Interface in io.vertx.core.http
A ReadStream of ServerWebSocket, used for notifying web socket connections to a HttpServer.
ServerWebSocketStream - Class in io.vertx.rxjava.core.http
A ReadStream of ServerWebSocket, used for notifying web socket connections to a HttpServer.
ServerWebSocketStream(ServerWebSocketStream) - Constructor for class io.vertx.rxjava.core.http.ServerWebSocketStream
 
service() - Method in interface io.vertx.core.dns.SrvRecord
Returns the service's name (i.e.
service() - Method in class io.vertx.rxjava.core.dns.SrvRecord
Returns the service's name (i.e.
service - Variable in class io.vertx.servicediscovery.types.AbstractServiceReference
 
ServiceDiscovery - Class in io.vertx.rxjava.servicediscovery
Service Discovery main entry point.
ServiceDiscovery(ServiceDiscovery) - Constructor for class io.vertx.rxjava.servicediscovery.ServiceDiscovery
 
ServiceDiscovery - Interface in io.vertx.servicediscovery
Service Discovery main entry point.
ServiceDiscoveryBackend - Interface in io.vertx.servicediscovery.spi
By default the service discovery uses a distributed map to store the records.
ServiceDiscoveryOptions - Class in io.vertx.servicediscovery
Options to configure the service discovery.
ServiceDiscoveryOptions() - Constructor for class io.vertx.servicediscovery.ServiceDiscoveryOptions
Creates a new instance of ServiceDiscoveryOptions using the default values.
ServiceDiscoveryOptions(ServiceDiscoveryOptions) - Constructor for class io.vertx.servicediscovery.ServiceDiscoveryOptions
Creates a new instance of ServiceDiscoveryOptions by copying the values from another instance.
ServiceDiscoveryOptions(JsonObject) - Constructor for class io.vertx.servicediscovery.ServiceDiscoveryOptions
Creates a new instance of ServiceDiscoveryOptions from its JSON representation.
ServiceDiscoveryOptionsConverter - Class in io.vertx.servicediscovery
ServiceDiscoveryOptionsConverter() - Constructor for class io.vertx.servicediscovery.ServiceDiscoveryOptionsConverter
 
ServiceDiscoveryRestEndpoint - Class in io.vertx.servicediscovery.rest
Allows publishing the vert.x service discovery as a REST endpoint.
ServiceException - Exception in io.vertx.serviceproxy
An Exception to be returned from Service implementations.
ServiceException(int, String) - Constructor for exception io.vertx.serviceproxy.ServiceException
Create a ServiceException.
ServiceException(int, String, JsonObject) - Constructor for exception io.vertx.serviceproxy.ServiceException
 
ServiceExceptionMessageCodec - Class in io.vertx.serviceproxy
A MessageCodec for ServiceException
ServiceExceptionMessageCodec() - Constructor for class io.vertx.serviceproxy.ServiceExceptionMessageCodec
 
ServiceExporter - Class in io.vertx.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
 
ServiceExporter - Interface in io.vertx.servicediscovery.spi
The service exporter allows integrate other discovery technologies with the Vert.x service discovery.
ServiceHelper - Class in io.vertx.core
A helper class for loading factories from the classpath and from the vert.x OSGi bundle.
ServiceHelper() - Constructor for class io.vertx.core.ServiceHelper
 
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
 
ServiceImporter - Interface in io.vertx.servicediscovery.spi
The service importer allows integrate other discovery technologies with the Vert.x service discovery.
serviceName() - Method in class io.vertx.maven.MavenCoords
 
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
 
ServicePublisher - Interface in io.vertx.servicediscovery.spi
The publisher is used by the importer to publish or unpublish records.
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
 
ServiceReference - Interface in io.vertx.servicediscovery
Once a consumer has chosen a service, it builds a ServiceReference managing the binding with the chosen service provider.
ServiceType - Interface in io.vertx.servicediscovery.spi
Represents a service type.
ServiceVerticleFactory - Class in io.vertx.service
This verticle factory looks for a descriptor file on the classpath with a name given by the verticleName (with ':' replaced by '.' as ':' is an illegal file name character in Windows) and with ".json" appended to it.
ServiceVerticleFactory() - Constructor for class io.vertx.service.ServiceVerticleFactory
 
session() - Method in interface io.vertx.ext.shell.cli.Completion
 
session() - Method in interface io.vertx.ext.shell.command.CommandProcess
 
Session - Interface in io.vertx.ext.shell.session
A shell session.
session() - Method in interface io.vertx.ext.shell.Shell
 
SESSION - Static variable in class io.vertx.ext.stomp.Frame
 
session() - Method in interface io.vertx.ext.stomp.StompClientConnection
 
session() - Method in interface io.vertx.ext.stomp.StompServerConnection
 
session() - Method in interface io.vertx.ext.web.RoutingContext
Get the session.
Session - Interface in io.vertx.ext.web
Represents a browser session.
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 - Interface in io.vertx.ext.web.handler
A handler that maintains a Session for each browser 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
 
SessionStore - Interface in io.vertx.ext.web.sstore
A session store is used to store sessions for an Vert.x-Web web app
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.core.http.CaseInsensitiveHeaders
 
set(String, Iterable<String>) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
 
set(CharSequence, CharSequence) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
 
set(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
 
set(int, long) - Method in class io.vertx.core.http.Http2Settings
Set a setting value for a given setting id.
set(String, String) - Method in interface io.vertx.core.MultiMap
Sets a value under the specified name.
set(CharSequence, CharSequence) - Method in interface io.vertx.core.MultiMap
Like MultiMap.set(String, String) but accepting CharSequence as parameters
set(String, Iterable<String>) - Method in interface io.vertx.core.MultiMap
Sets values for the specified name.
set(CharSequence, Iterable<CharSequence>) - Method in interface io.vertx.core.MultiMap
Like MultiMap.set(String, Iterable) but accepting CharSequence as parameters
set(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Set the string value of a key
set(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Set the string value of a key
set(String, String) - Method in class io.vertx.rxjava.core.MultiMap
Sets a value under the specified name.
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
SET_COOKIE - Static variable in class io.vertx.core.http.HttpHeaders
Set-Cookie header name
setAcceptableContentType(String) - Method in interface io.vertx.ext.web.RoutingContext
Set the acceptable content type.
setAcceptableContentType(String) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Set the acceptable content type.
setAcceptBacklog(int) - Method in class io.vertx.core.eventbus.EventBusOptions
Set the accept back log.
setAcceptBacklog(int) - Method in class io.vertx.core.http.HttpServerOptions
 
setAcceptBacklog(int) - Method in class io.vertx.core.net.NetServerOptions
Set the accept back log
setAcceptBacklog(int) - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
setAcceptBacklog(int) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
 
setAcceptedVersions(List<String>) - Method in class io.vertx.ext.stomp.StompClientOptions
Sets the list of STOMP protocol versions accepted by the client.
setAccessed() - Method in interface io.vertx.ext.web.Session
Mark the session as being accessed.
setAccessed() - Method in class io.vertx.rxjava.ext.web.Session
Mark the session as being accessed.
setAddr(String) - Method in class io.vertx.redis.op.KillFilter
Set ADDR filter
setAddress(String) - Method in class io.vertx.camel.CamelMapping
Sets the event bus address.
setAddress(String) - Method in class io.vertx.camel.InboundMapping
 
setAddress(String) - Method in class io.vertx.camel.OutboundMapping
 
setAddress(String) - Method in class io.vertx.ext.bridge.PermittedOptions
The exact address the message is being sent to.
setAddress(String) - Method in class io.vertx.ext.shell.command.base.BusPublish
 
setAddress(String) - Method in class io.vertx.ext.web.handler.sockjs.PermittedOptions
The exact address the message is being sent to.
setAddress(String) - Method in class io.vertx.redis.RedisOptions
Set the eventbus address prefix for `PUB/SUB`.
setAddresses(List<String>) - Method in class io.vertx.ext.shell.command.base.BusTail
 
setAddressRegex(String) - Method in class io.vertx.ext.bridge.PermittedOptions
A regular expression that will be matched against the address.
setAddressRegex(String) - Method in class io.vertx.ext.web.handler.sockjs.PermittedOptions
A regular expression that will be matched against the address.
setAddressResolverOptions(AddressResolverOptions) - Method in class io.vertx.core.VertxOptions
Sets the address resolver configuration to configure resolving DNS servers, cache TTL, etc...
setAlgorithm(String) - Method in class io.vertx.ext.auth.jwt.JWTOptions
The algorithm to use, it should be one of the alias [HS256, HS384, HS512, RS256, RS384, RS512, ES256, ES384, ES512]
setAll(MultiMap) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
 
setAll(Map<String, String>) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
 
setAll(MultiMap) - Method in interface io.vertx.core.MultiMap
Cleans this instance.
setAll(Map<String, String>) - Method in interface io.vertx.core.MultiMap
Cleans and set all values of the given instance
setAll(boolean) - Method in class io.vertx.ext.shell.command.base.FileSystemLs
 
setAll(MultiMap) - Method in class io.vertx.rxjava.core.MultiMap
Cleans this instance.
setAllowRcptErrors(boolean) - Method in class io.vertx.ext.mail.MailConfig
set if sending allows rcpt errors
setAllowRootFileSystemAccess(boolean) - Method in interface io.vertx.ext.web.handler.StaticHandler
Enable/Disable access to the root of the filesystem
setAllowRootFileSystemAccess(boolean) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
Enable/Disable access to the root of the filesystem
setAlpnVersions(List<HttpVersion>) - Method in class io.vertx.core.http.HttpClientOptions
Set the list of protocol versions to provide to the server during the Application-Layer Protocol Negotiation.
setAlpnVersions(List<HttpVersion>) - Method in class io.vertx.core.http.HttpServerOptions
Set the list of protocol versions to provide to the server during the Application-Layer Protocol Negotiatiation.
setAlwaysAsyncFS(boolean) - Method in interface io.vertx.ext.web.handler.StaticHandler
Set whether async filesystem access should always be used
setAlwaysAsyncFS(boolean) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
Set whether async filesystem access should always be used
setAnnounceAddress(String) - Method in class io.vertx.servicediscovery.ServiceDiscoveryOptions
Sets the event bus address on which the service arrivals, departures and modifications are announced.
setArgName(String) - Method in class io.vertx.core.cli.Argument
Sets the argument name of this Argument.
setArgName(String) - Method in class io.vertx.core.cli.Option
Sets te arg name for this option.
setArgName(String) - Method in class io.vertx.core.cli.TypedArgument
 
setArgName(String) - Method in class io.vertx.core.cli.TypedOption
 
setArgName(String) - Method in class io.vertx.core.cli.UsageMessageFormatter
 
setArguments(List<Argument>) - Method in interface io.vertx.core.cli.CLI
Sets the list of arguments.
setArguments(List<Argument>) - Method in class io.vertx.rxjava.core.cli.CLI
Sets the list of arguments.
setAttachment(List<MailAttachment>) - Method in class io.vertx.ext.mail.MailMessage
set the list of attachments of this mail
setAttachment(MailAttachment) - Method in class io.vertx.ext.mail.MailMessage
set a single attachment of this mail
setAudience(List<String>) - Method in class io.vertx.ext.auth.jwt.JWTOptions
The target audience of this token
setAudience(List<String>) - Method in interface io.vertx.ext.web.handler.JWTAuthHandler
Set the audience list
setAudience(List<String>) - Method in class io.vertx.rxjava.ext.web.handler.JWTAuthHandler
Set the audience list
setAuth(String) - Method in class io.vertx.redis.RedisOptions
Set the password for authentication at connection time.
setAuthenticationOptions(AuthenticationOptions) - Method in class io.vertx.ext.hawkular.VertxHawkularOptions
Set the options for authentication.
setAuthenticationQuery(String) - Method in interface io.vertx.ext.auth.jdbc.JDBCAuth
Set the authentication query to use.
setAuthenticationQuery(String) - Method in class io.vertx.ext.auth.jdbc.JDBCAuthOptions
Set the authentication query to use.
setAuthenticationQuery(String) - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuth
Set the authentication query to use.
setAuthMethods(String) - Method in class io.vertx.ext.mail.MailConfig
set string of allowed auth methods.
setAuthOptions(AuthOptions) - Method in class io.vertx.ext.shell.term.HttpTermOptions
Set the auth options.
setAuthOptions(AuthOptions) - Method in class io.vertx.ext.shell.term.SSHTermOptions
Set the auth options.
setAuthorizationPath(String) - Method in class io.vertx.ext.auth.oauth2.OAuth2ClientOptions
 
setAuthProvider(AuthProvider) - Method in interface io.vertx.ext.auth.User
Set the auth provider for the User.
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 interface io.vertx.ext.sql.SQLConnection
Sets the auto commit flag for this connection.
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
Sets the auto commit flag for this connection.
setAutoComputeContentLength(boolean) - Method in class io.vertx.ext.stomp.StompClientOptions
Sets whether or not the automatic computation of the content-length header is enabled.
setBackendConfiguration(JsonObject) - Method in class io.vertx.servicediscovery.ServiceDiscoveryOptions
Sets the configuration passed to the ServiceDiscoveryBackend.
setBatchDelay(int) - Method in class io.vertx.ext.hawkular.VertxHawkularOptions
Set the maximum delay between two consecutive batches (in seconds).
setBatchSize(int) - Method in class io.vertx.ext.hawkular.VertxHawkularOptions
Set the maximum number of metrics in a batch.
setBcc(List<String>) - Method in class io.vertx.ext.mail.MailMessage
set list of bcc addresses
setBcc(String) - Method in class io.vertx.ext.mail.MailMessage
helper method for single recipient
setBinary(String, Buffer, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Set the binary string value of a key - without encoding as utf-8
setBinary(String, Buffer, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Set the binary string value of a key - without encoding as utf-8
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
Set the binary string value of a key - without encoding as utf-8
setBinaryObservable(String, Buffer) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set the binary string value of a key - without encoding as utf-8
setBinaryWithOptions(String, Buffer, SetOptions, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Set the string value of a key
setBinaryWithOptions(String, Buffer, SetOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Set the string value of a key
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
Set the string value of a key
setBinaryWithOptionsObservable(String, Buffer, SetOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set the string value of a key
setbit(String, long, int, Handler<AsyncResult<Long>>) - Method in interface io.vertx.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 interface io.vertx.redis.RedisTransaction
Sets or clears the bit at offset in the string value stored at key
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
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.RedisTransaction
Sets or clears the bit at offset in the string value stored at key
setBlockedThreadCheckInterval(long) - Method in class io.vertx.core.VertxOptions
Sets the value of blocked thread check period, in ms.
setBody(String) - Method in class io.vertx.ext.shell.command.base.BusPublish
 
setBody(Buffer) - Method in class io.vertx.ext.stomp.Frame
Sets the body of the frame.
setBody(Buffer) - Method in interface io.vertx.ext.web.RoutingContext
Set the body.
setBody(Buffer) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Set the body.
setBodyLimit(long) - Method in interface io.vertx.ext.web.handler.BodyHandler
Set the maximum body size -1 means unlimited
setBodyLimit(long) - Method in class io.vertx.rxjava.ext.web.handler.BodyHandler
Set the maximum body size -1 means unlimited
setBounceAddress(String) - Method in class io.vertx.ext.mail.MailMessage
set bounce address of this mail
setBroadcast(boolean) - Method in class io.vertx.core.datagram.DatagramSocketOptions
Set if the socket can receive broadcast packets
setBuffer(int, Buffer) - Method in interface io.vertx.core.buffer.Buffer
Sets the bytes at position pos in the Buffer to the bytes represented by the Buffer b.
setBuffer(int, Buffer, int, int) - Method in interface io.vertx.core.buffer.Buffer
Sets the bytes at position pos in the Buffer to the bytes represented by the Buffer b on the given offset and len.
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.
setBy(String) - Method in class io.vertx.redis.op.SortOptions
 
setBypassHostHeader(boolean) - Method in class io.vertx.ext.stomp.StompClientOptions
Sets whether or not the host header must be dropped from the CONNECT/STOMP frame.
setByte(int, byte) - Method in interface io.vertx.core.buffer.Buffer
Sets the byte at position pos in the Buffer to the value b.
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 interface io.vertx.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 interface io.vertx.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 interface io.vertx.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 interface io.vertx.ext.web.handler.StaticHandler
Set the server cache entry timeout when caching is enabled
setCacheEntryTimeout(long) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
Set the server cache entry timeout when caching is enabled
setCacheMaxTimeToLive(int) - Method in class io.vertx.core.dns.AddressResolverOptions
Set the cache maximum TTL value in seconds.
setCacheMinTimeToLive(int) - Method in class io.vertx.core.dns.AddressResolverOptions
Set the cache minimum TTL value in seconds.
setCacheNegativeTimeToLive(int) - Method in class io.vertx.core.dns.AddressResolverOptions
Set the negative cache TTL value in seconds.
setCachingEnabled(boolean) - Method in interface io.vertx.ext.web.handler.StaticHandler
Set whether cache header handling is enabled
setCachingEnabled(boolean) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
Set whether cache header handling is enabled
setCc(List<String>) - Method in class io.vertx.ext.mail.MailMessage
set list of cc addresses
setCc(String) - Method in class io.vertx.ext.mail.MailMessage
helper method for single recipient
setCertPath(String) - Method in class io.vertx.core.net.PemKeyCertOptions
Set the path to the certificate
setCertValue(Buffer) - Method in class io.vertx.core.net.PemKeyCertOptions
Set the certificate as a buffer
setChanged(boolean) - Method in interface io.vertx.ext.web.Cookie
Set the cookie as being changed.
setChanged(boolean) - Method in class io.vertx.rxjava.ext.web.Cookie
Set the cookie as being changed.
setCharset(String) - Method in class io.vertx.ext.shell.term.HttpTermOptions
Set the charset used for encoding / decoding text data from/to SockJS
setCharset(String) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
Set the charset to use when binary mode is active, see TelnetTermOptions.setInBinary(boolean) and TelnetTermOptions.setOutBinary(boolean).
setChoices(Set<String>) - Method in class io.vertx.core.cli.Option
Sets the list of values accepted by this option.
setChoices(Set<String>) - Method in class io.vertx.core.cli.TypedOption
 
setChunked(boolean) - Method in interface io.vertx.core.http.HttpClientRequest
If chunked is true then the request will be set into HTTP chunked mode
setChunked(boolean) - Method in interface io.vertx.core.http.HttpServerResponse
If chunked 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.
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.
setClientAuth(ClientAuth) - Method in class io.vertx.core.eventbus.EventBusOptions
Set whether client auth is required
setClientAuth(ClientAuth) - Method in class io.vertx.core.http.HttpServerOptions
 
setClientAuth(ClientAuth) - Method in class io.vertx.core.net.NetServerOptions
Set whether client auth is required
setClientAuth(ClientAuth) - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
setClientAuthRequired(boolean) - Method in class io.vertx.core.http.HttpServerOptions
Deprecated.
setClientAuthRequired(boolean) - Method in class io.vertx.core.net.NetServerOptions
Deprecated.
setClientAuthRequired(boolean) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
 
setClientID(String) - Method in class io.vertx.ext.auth.oauth2.OAuth2ClientOptions
 
setClientSecret(String) - Method in class io.vertx.ext.auth.oauth2.OAuth2ClientOptions
 
setClientSecretParameterName(String) - Method in class io.vertx.ext.auth.oauth2.OAuth2ClientOptions
 
setClustered(boolean) - Method in class io.vertx.core.eventbus.EventBusOptions
Sets whether or not the event bus is clustered.
setClustered(boolean) - Method in class io.vertx.core.VertxOptions
Set whether or not the Vert.x instance will be clustered.
setClusterHost(String) - Method in class io.vertx.core.VertxOptions
Set the hostname to be used for clustering.
setClusterManager(ClusterManager) - Method in class io.vertx.core.VertxOptions
Programmatically set the cluster manager to be used when clustering.
setClusterPingInterval(long) - Method in class io.vertx.core.eventbus.EventBusOptions
Set the value of cluster ping interval, in ms.
setClusterPingInterval(long) - Method in class io.vertx.core.VertxOptions
Set the value of cluster ping interval, in ms.
setClusterPingReplyInterval(long) - Method in class io.vertx.core.eventbus.EventBusOptions
Set the value of cluster ping reply interval, in ms.
setClusterPingReplyInterval(long) - Method in class io.vertx.core.VertxOptions
Set the value of cluster ping reply interval, in ms.
setClusterPort(int) - Method in class io.vertx.core.VertxOptions
Set the port to be used for clustering.
setClusterPublicHost(String) - Method in class io.vertx.core.eventbus.EventBusOptions
Set the public facing hostname to be used for clustering.
setClusterPublicHost(String) - Method in class io.vertx.core.VertxOptions
Set the public facing hostname to be used for clustering.
setClusterPublicPort(int) - Method in class io.vertx.core.eventbus.EventBusOptions
setClusterPublicPort(int) - Method in class io.vertx.core.VertxOptions
setCodecName(String) - Method in class io.vertx.core.eventbus.DeliveryOptions
Set the codec name.
setCollectionName(String) - Method in interface io.vertx.ext.auth.mongo.MongoAuth
Set the name of the collection to be used.
setCollectionName(String) - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
The property name to be used to set the name of the collection inside the config.
setCollectionName(String) - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
Set the name of the collection to be used.
setColumnNames(List<String>) - Method in class io.vertx.ext.sql.ResultSet
 
setCommand(Frame.Command) - Method in class io.vertx.ext.stomp.Frame
Sets the frame command.
setCompressionSupported(boolean) - Method in class io.vertx.core.http.HttpServerOptions
Set whether the server supports compression
setCompressionSupported(boolean) - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
setConfig(JsonObject) - Method in class io.vertx.core.DeploymentOptions
Set the JSON configuration that will be passed to the verticle(s) when it's deployed
setConfig(JsonObject) - Method in class io.vertx.ext.auth.jdbc.JDBCAuthOptions
The configuration of the JDBC client: refer to the Vert.x JDBC Client configuration.
setConfig(JsonObject) - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
The mongo client configuration: see Mongo Client documentation.
setConfig(JsonObject) - Method in class io.vertx.ext.auth.shiro.ShiroAuthOptions
Set the Shiro auth config.
setConfig(Config) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
Set the hazelcast config
setConfigPath(String) - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
Set the path for a config file that contains options in JSON format, to be used to create a new options object.
setConnectTimeout(int) - Method in class io.vertx.amqpbridge.AmqpBridgeOptions
 
setConnectTimeout(int) - Method in class io.vertx.core.eventbus.EventBusOptions
Sets the connect timeout
setConnectTimeout(int) - Method in class io.vertx.core.http.HttpClientOptions
 
setConnectTimeout(int) - Method in class io.vertx.core.net.ClientOptionsBase
Set the connect timeout
setConnectTimeout(int) - Method in class io.vertx.core.net.NetClientOptions
 
setConsumer(MessageConsumer<JsonObject>) - Method in class io.vertx.serviceproxy.ProxyHandler
 
setContentId(String) - Method in class io.vertx.ext.mail.MailAttachment
set the Content-ID field to be used in the attachment
setContentType(String) - Method in class io.vertx.ext.mail.MailAttachment
set the Content-Type
setConverter(Converter<T>) - Method in class io.vertx.core.cli.TypedArgument
Sets the converter used to create the value.
setConverter(Converter<T>) - Method in class io.vertx.core.cli.TypedOption
 
setCookieHttpOnlyFlag(boolean) - Method in interface io.vertx.ext.web.handler.SessionHandler
Sets whether the 'HttpOnly' flag should be set for the session cookie.
setCookieHttpOnlyFlag(boolean) - Method in class io.vertx.rxjava.ext.web.handler.SessionHandler
Sets whether the 'HttpOnly' flag should be set for the session cookie.
setCookieName(String) - Method in interface io.vertx.ext.web.handler.CSRFHandler
Set the cookie name.
setCookieName(String) - Method in class io.vertx.rxjava.ext.web.handler.CSRFHandler
Set the cookie name.
setCookieSecureFlag(boolean) - Method in interface io.vertx.ext.web.handler.SessionHandler
Sets whether the 'secure' flag should be set for the session cookie.
setCookieSecureFlag(boolean) - Method in class io.vertx.rxjava.ext.web.handler.SessionHandler
Sets whether the 'secure' flag should be set for the session cookie.
setCount(Long) - Method in class io.vertx.redis.op.GeoRadiusOptions
Set the radius options limit the result count.
setCount(int) - Method in class io.vertx.redis.op.ScanOptions
 
setCreate(boolean) - Method in class io.vertx.core.file.OpenOptions
Set whether the file should be created if it does not already exist.
setCreateNew(boolean) - Method in class io.vertx.core.file.OpenOptions
Set whether the file should be created and fail if it does exist already.
setCwd(File) - Method in class io.vertx.core.spi.launcher.DefaultCommand
Sets the current working directory.
setData(Buffer) - Method in class io.vertx.ext.mail.MailAttachment
set the data
setDatasourceName(String) - Method in class io.vertx.ext.auth.jdbc.JDBCAuthOptions
Set the data source name to use, only use in shared mode.
setDatasourceName(String) - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
The mongo data source name: see Mongo Client documentation.
setDebugData(Buffer) - Method in class io.vertx.core.http.GoAway
Set the additional debug data
setDefaultCharset(String) - Method in class io.vertx.ext.shell.term.SSHTermOptions
Set the default charset to use when the client does not specifies one.
setDefaultHost(String) - Method in class io.vertx.core.http.HttpClientOptions
Set the default host name to be used by this client in requests if none is provided when making the request.
setDefaultPort(int) - Method in class io.vertx.core.http.HttpClientOptions
Set the default port to be used by this client in requests if none is provided when making the request.
setDefaultValue(String) - Method in class io.vertx.core.cli.Argument
Sets the default value of this Argument.
setDefaultValue(String) - Method in class io.vertx.core.cli.Option
Sets the default value of this option
setDefaultValue(String) - Method in class io.vertx.core.cli.TypedArgument
 
setDefaultValue(String) - Method in class io.vertx.core.cli.TypedOption
 
setDeleteOnClose(boolean) - Method in class io.vertx.core.file.OpenOptions
Set whether the file should be deleted when it's closed, or the JVM is shutdown.
setDeleteUploadedFilesOnEnd(boolean) - Method in interface io.vertx.ext.web.handler.BodyHandler
Set whether uploaded files should be removed after handling the request
setDeleteUploadedFilesOnEnd(boolean) - Method in class io.vertx.rxjava.ext.web.handler.BodyHandler
Set whether uploaded files should be removed after handling the request
setDescPadding(int) - Method in class io.vertx.core.cli.UsageMessageFormatter
 
setDescription(String) - Method in class io.vertx.core.cli.Argument
Sets the description of the Argument.
setDescription(String) - Method in interface io.vertx.core.cli.CLI
 
setDescription(String) - Method in class io.vertx.core.cli.Option
Sets te description of this option.
setDescription(String) - Method in class io.vertx.core.cli.TypedArgument
 
setDescription(String) - Method in class io.vertx.core.cli.TypedOption
 
setDescription(String) - Method in class io.vertx.ext.mail.MailAttachment
set the description field to be used in the attachment
setDescription(String) - Method in class io.vertx.rxjava.core.cli.CLI
 
setDestination(String) - Method in class io.vertx.ext.stomp.Frame
 
setDir(String) - Method in class io.vertx.ext.shell.command.base.FileSystemCd
 
setDirectLoggedInOKURL(String) - Method in interface io.vertx.ext.web.handler.FormLoginHandler
Set the url to redirect to if the user logs in directly at the url of the form login handler without being redirected here first
setDirectLoggedInOKURL(String) - Method in class io.vertx.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 interface io.vertx.ext.web.handler.StaticHandler
Set whether directory listing is enabled
setDirectoryListing(boolean) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
Set whether directory listing is enabled
setDirectoryTemplate(String) - Method in interface io.vertx.ext.web.handler.StaticHandler
Set the directory template to be used when directory listing
setDirectoryTemplate(String) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
Set the directory template to be used when directory listing
setDisabledMetricsTypes(Set<MetricsType>) - Method in class io.vertx.ext.hawkular.VertxHawkularOptions
Sets metrics types that are disabled.
setDisableEsmtp(boolean) - Method in class io.vertx.ext.mail.MailConfig
set if ESMTP should be tried as first command (EHLO)
setDisposition(String) - Method in class io.vertx.ext.mail.MailAttachment
set the disposition field to be used in the attachment
setDomain(String) - Method in interface io.vertx.ext.web.Cookie
Sets the domain of this cookie
setDomain(String) - Method in class io.vertx.rxjava.ext.web.Cookie
Sets the domain of this cookie
setDouble(int, double) - Method in interface io.vertx.core.buffer.Buffer
Sets the double at position pos in the Buffer to the value d.
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.
setDsync(boolean) - Method in class io.vertx.core.file.OpenOptions
Set whether every write to the file's content ill be written synchronously to the underlying hardware.
setEll(boolean) - Method in class io.vertx.ext.shell.command.base.FileSystemLs
 
setEnabled(boolean) - Method in class io.vertx.core.metrics.MetricsOptions
Set whether metrics will be enabled on the Vert.x instance.
setEnabled(boolean) - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
 
setEnabled(boolean) - Method in class io.vertx.ext.hawkular.AuthenticationOptions
Set whether authentication is enabled.
setEnabled(boolean) - Method in class io.vertx.ext.hawkular.VertxHawkularOptions
Set whether metrics will be enabled on the Vert.x instance.
setEnableFSTuning(boolean) - Method in interface io.vertx.ext.web.handler.StaticHandler
Set whether async/sync filesystem tuning should enabled
setEnableFSTuning(boolean) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
Set whether async/sync filesystem tuning should enabled
setEnableRangeSupport(boolean) - Method in interface io.vertx.ext.web.handler.StaticHandler
Set whether range requests (resumable downloads; media streaming) should be enabled.
setEnableRangeSupport(boolean) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
Set whether range requests (resumable downloads; media streaming) should be enabled.
setEncoding(String) - Method in class io.vertx.redis.RedisOptions
Set the user defined character encoding, e.g.: `iso-8859-1`.
setEndpoint(Endpoint) - Method in class io.vertx.camel.CamelMapping
Sets the Camel endpoint.
setEndpoint(Endpoint) - Method in class io.vertx.camel.InboundMapping
 
setEndpoint(Endpoint) - Method in class io.vertx.camel.OutboundMapping
 
setEndpoint(String) - Method in class io.vertx.servicediscovery.types.HttpLocation
Sets the endpoint, which is the URL of the service.
setErrorCode(long) - Method in class io.vertx.core.http.GoAway
 
setEventBusOptions(EventBusOptions) - Method in class io.vertx.core.VertxOptions
Sets the event bus configuration to configure the host, port, ssl...
setEventLoopPoolSize(int) - Method in class io.vertx.core.VertxOptions
Set the number of event loop threads to be used by the Vert.x instance.
setEX(long) - Method in class io.vertx.redis.op.SetOptions
 
setex(String, long, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Set the value and expiration of a key
setex(String, long, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Set the value and expiration of a key
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
Set the value and expiration of a key
setexObservable(String, long, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set the value and expiration of a key
setExpectMultipart(boolean) - Method in interface io.vertx.core.http.HttpServerRequest
Call this with true if you are expecting a multi-part body to be submitted in the request.
setExpectMultipart(boolean) - Method in class io.vertx.rxjava.core.http.HttpServerRequest
Call this with true if you are expecting a multi-part body to be submitted in the request.
setExpiresInMinutes(Long) - Method in class io.vertx.ext.auth.jwt.JWTOptions
The expiration time for the token in minutes
setExpiresInSeconds(Long) - Method in class io.vertx.ext.auth.jwt.JWTOptions
The expiration time for the token in seconds
setExtension(String) - Method in interface io.vertx.ext.web.templ.HandlebarsTemplateEngine
Set the extension for the engine
setExtension(String) - Method in interface io.vertx.ext.web.templ.JadeTemplateEngine
Set the extension for the engine
setExtension(String) - Method in interface io.vertx.ext.web.templ.MVELTemplateEngine
Set the extension for the engine
setExtension(String) - Method in class io.vertx.rxjava.ext.web.templ.HandlebarsTemplateEngine
Set the extension for the engine
setExtension(String) - Method in class io.vertx.rxjava.ext.web.templ.JadeTemplateEngine
Set the extension for the engine
setExtension(String) - Method in class io.vertx.rxjava.ext.web.templ.MVELTemplateEngine
Set the extension for the engine
setExternalSalt(String) - Method in interface io.vertx.ext.auth.mongo.HashStrategy
Set an external salt.
setExternalSalt(String) - Method in class io.vertx.rxjava.ext.auth.mongo.HashStrategy
Set an external salt.
setExtraClasspath(List<String>) - Method in class io.vertx.core.DeploymentOptions
Set any extra classpath to be used when deploying the verticle.
setExtraSettings(Map<Integer, Long>) - Method in class io.vertx.core.http.Http2Settings
Set the extra setting used for extending HTTP/2
setFactory(VertxMetricsFactory) - Method in class io.vertx.core.metrics.MetricsOptions
Programmatically set the metrics factory to be used when metrics are enabled.
setFallbackOnFailure(boolean) - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
Sets whether or not the fallback is executed on failure, even when the circuit is closed.
setFields(JsonObject) - Method in class io.vertx.ext.mongo.FindOptions
Set the fields
setFile(String) - Method in class io.vertx.ext.shell.command.base.FileSystemLs
 
setFilesReadOnly(boolean) - Method in interface io.vertx.ext.web.handler.StaticHandler
Set whether files are read-only and will never change
setFilesReadOnly(boolean) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
Set whether files are read-only and will never change
setFixedHeaders(boolean) - Method in class io.vertx.ext.mail.MailMessage
set whether our own headers should be the only headers added to the message
setFlag(boolean) - Method in class io.vertx.core.cli.Option
Configures the current Option to be a flag.
setFlag(boolean) - Method in class io.vertx.core.cli.TypedOption
 
setFloat(int, float) - Method in interface io.vertx.core.buffer.Buffer
Sets the float at position pos in the Buffer to the value f.
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.
setFormat(String) - Method in class io.vertx.ext.unit.report.ReportOptions
Set the current reporter format.
setFrom(String) - Method in class io.vertx.ext.mail.MailMessage
set from address of this mail
setHa(boolean) - Method in class io.vertx.core.DeploymentOptions
Set whether the verticle(s) will be deployed as HA.
setHAEnabled(boolean) - Method in class io.vertx.core.VertxOptions
Set whether HA will be enabled on the Vert.x instance.
setHAGroup(String) - Method in class io.vertx.core.VertxOptions
Set the HA group to be used when HA is enabled.
setHandle100ContinueAutomatically(boolean) - Method in class io.vertx.core.http.HttpServerOptions
Set whether 100 Continue should be handled automatically
setHandle100ContinueAutomatically(boolean) - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
setHandler(Handler<AsyncResult<CompositeFuture>>) - Method in interface io.vertx.core.CompositeFuture
 
setHandler(Handler<AsyncResult<T>>) - Method in interface io.vertx.core.Future
Set a handler for the result.
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.
setHandlerObservable() - Method in class io.vertx.rxjava.core.CompositeFuture
 
setHandlerObservable() - Method in class io.vertx.rxjava.core.Future
Set a handler for the result.
setHashStrategy(JDBCHashStrategy) - Method in interface io.vertx.ext.auth.jdbc.JDBCAuth
Set the hash strategy to use.
setHashStrategy(HashStrategy) - Method in interface io.vertx.ext.auth.mongo.MongoAuth
The HashStrategy 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 interface io.vertx.ext.web.handler.CSRFHandler
Set the header name.
setHeaderName(String) - Method in class io.vertx.rxjava.ext.web.handler.CSRFHandler
Set the header name.
setHeaders(MultiMap) - Method in class io.vertx.core.eventbus.DeliveryOptions
Set message headers from a multi-map.
setHeaders(JsonObject) - Method in class io.vertx.ext.auth.oauth2.OAuth2ClientOptions
 
setHeaders(MultiMap) - Method in class io.vertx.ext.mail.MailAttachment
Set the headers to be added for this attachment.
setHeaders(MultiMap) - Method in class io.vertx.ext.mail.MailMessage
Set the headers.
setHeaders(List<String>) - Method in class io.vertx.ext.shell.command.base.BusPublish
 
setHeaders(Map<String, String>) - Method in class io.vertx.ext.stomp.Frame
Sets the headers of the frames.
setHeadersCopy(boolean) - Method in class io.vertx.camel.CamelMapping
Sets whether or not the headers of the input message are copied in the output message.
setHeadersCopy(boolean) - Method in class io.vertx.camel.InboundMapping
 
setHeadersCopy(boolean) - Method in class io.vertx.camel.OutboundMapping
 
setHeaderTableSize(long) - Method in class io.vertx.core.http.Http2Settings
Set SETTINGS_HEADER_TABLE_SIZE HTTP/2 setting.
setHeartbeat(JsonObject) - Method in class io.vertx.ext.stomp.StompClientOptions
Sets the heartbeat configuration.
setHeartbeat(JsonObject) - Method in class io.vertx.ext.stomp.StompServerOptions
Sets the heartbeat configuration.
setHeartbeatInterval(long) - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
 
setHelp(boolean) - Method in class io.vertx.core.cli.Option
Sets whether or not this option is a "help" option
setHidden(boolean) - Method in class io.vertx.core.cli.Argument
Sets whether or not the current Argument is hidden.
setHidden(boolean) - Method in interface io.vertx.core.cli.CLI
Sets whether or not the current instance of CLI must be hidden.
setHidden(boolean) - Method in class io.vertx.core.cli.Option
Sets whether or not this option should be hidden
setHidden(boolean) - Method in class io.vertx.core.cli.TypedArgument
 
setHidden(boolean) - Method in class io.vertx.core.cli.TypedOption
 
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.core.eventbus.EventBusOptions
Sets the host.
setHost(String) - Method in interface io.vertx.core.http.HttpClientRequest
Set the request host.

For HTTP2 it sets the :authority pseudo header otherwise it sets the Host header

setHost(String) - Method in class io.vertx.core.http.HttpServerOptions
 
setHost(String) - Method in class io.vertx.core.net.NetServerOptions
Set the host
setHost(String) - Method in class io.vertx.core.net.ProxyOptions
Set proxy host.
setHost(String) - Method in class io.vertx.ext.hawkular.VertxHawkularOptions
Set the Hawkular Metrics service host.
setHost(String) - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
setHost(String) - Method in class io.vertx.ext.shell.term.SSHTermOptions
Set the host
setHost(String) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
 
setHost(String) - Method in class io.vertx.ext.stomp.StompClientOptions
Sets the STOMP server host.
setHost(String) - Method in class io.vertx.ext.stomp.StompServerOptions
 
setHost(String) - Method in class io.vertx.redis.RedisOptions
Set the host name where the Redis server is listening.
setHost(String) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
Set the request host.

For HTTP2 it sets the pseudo header otherwise it sets the header

setHost(String) - Method in class io.vertx.servicediscovery.types.HttpLocation
Sets the host.
setHostname(String) - Method in class io.vertx.ext.mail.MailConfig
Set the hostname of the smtp server.
setHostnameVerificationAlgorithm(String) - Method in class io.vertx.amqpbridge.AmqpBridgeOptions
 
setHostnameVerificationAlgorithm(String) - Method in class io.vertx.core.net.NetClientOptions
Set the hostname verification algorithm interval To disable hostname verification, set hostnameVerificationAlgorithm to an empty String
setHostsPath(String) - Method in class io.vertx.core.dns.AddressResolverOptions
Set the path of an alternate hosts configuration file to use instead of the one provided by the os.
setHostsValue(Buffer) - Method in class io.vertx.core.dns.AddressResolverOptions
Set an alternate hosts configuration file to use instead of the one provided by the os.
setHtml(String) - Method in class io.vertx.ext.mail.MailMessage
set the html text of this mail
setHttp2ClearTextUpgrade(boolean) - Method in class io.vertx.core.http.HttpClientOptions
Set to true when an h2c connection is established using an HTTP/1.1 upgrade request, and false when an h2c connection is established directly (with prior knowledge).
setHttp2ConnectionWindowSize(int) - Method in class io.vertx.core.http.HttpClientOptions
Set the default HTTP/2 connection window size.
setHttp2ConnectionWindowSize(int) - Method in class io.vertx.core.http.HttpServerOptions
Set the default HTTP/2 connection window size.
setHttp2MaxPoolSize(int) - Method in class io.vertx.core.http.HttpClientOptions
Set the maximum pool size for HTTP/2 connections
setHttp2MultiplexingLimit(int) - Method in class io.vertx.core.http.HttpClientOptions
Set a client limit of the number concurrent streams for each HTTP/2 connection, this limits the number of streams the client can create for a connection.
setHttpHeaders(JsonObject) - Method in class io.vertx.ext.hawkular.VertxHawkularOptions
Set specific headers to include in HTTP requests.
setHttpOnly(boolean) - Method in interface io.vertx.ext.web.Cookie
Determines if this cookie is HTTP only.
setHttpOnly(boolean) - Method in class io.vertx.rxjava.ext.web.Cookie
Determines if this cookie is HTTP only.
setHttpOptions(HttpClientOptions) - Method in class io.vertx.ext.hawkular.VertxHawkularOptions
Set the configuration of the Hawkular Metrics HTTP client.
setHttpOptions(HttpTermOptions) - Method in class io.vertx.ext.shell.ShellServiceOptions
 
setHttpProxy(String) - Method in class io.vertx.maven.ResolverOptions
Sets the address of the proxy used for HTTP requests.
setHttpsProxy(String) - Method in class io.vertx.maven.ResolverOptions
Sets the address of the proxy used for HTTPS requests.
setId(String) - Method in class io.vertx.ext.hawkular.AuthenticationOptions
Set the identifier used for authentication.
setId(String) - Method in class io.vertx.ext.shell.command.base.VerticleUndeploy
 
setId(String) - Method in class io.vertx.ext.stomp.Frame
 
setId(String) - Method in class io.vertx.redis.op.KillFilter
Set ID filter
setIdleTimeout(int) - Method in class io.vertx.amqpbridge.AmqpBridgeOptions
 
setIdleTimeout(int) - Method in class io.vertx.core.eventbus.EventBusOptions
 
setIdleTimeout(int) - Method in class io.vertx.core.http.HttpClientOptions
 
setIdleTimeout(int) - Method in class io.vertx.core.http.HttpServerOptions
 
setIdleTimeout(int) - Method in class io.vertx.core.net.NetClientOptions
 
setIdleTimeout(int) - Method in class io.vertx.core.net.NetServerOptions
 
setIdleTimeout(int) - Method in class io.vertx.core.net.TCPSSLOptions
Set the idle timeout, in seconds.
setIdleTimeout(int) - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
setIdleTimeout(int) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
 
setIgnoreExpiration(boolean) - Method in interface io.vertx.ext.web.handler.JWTAuthHandler
Set whether expiration is ignored
setIgnoreExpiration(boolean) - Method in class io.vertx.rxjava.ext.web.handler.JWTAuthHandler
Set whether expiration is ignored
setInBinary(boolean) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
Set the telnet connection to negociate binary data format when receiving from the client, the default value is true.
setInboundPermitted(List<PermittedOptions>) - Method in class io.vertx.ext.web.handler.sockjs.BridgeOptions
 
setInboundPermitteds(List<PermittedOptions>) - Method in class io.vertx.ext.bridge.BridgeOptions
Sets the list of inbound permitted options.
setInboundPermitteds(List<PermittedOptions>) - Method in class io.vertx.ext.stomp.BridgeOptions
 
setIncludeHidden(boolean) - Method in interface io.vertx.ext.web.handler.StaticHandler
Set whether hidden files should be served
setIncludeHidden(boolean) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
Set whether hidden files should be served
setIndex(int) - Method in class io.vertx.core.cli.Argument
Sets the argument index.
setIndex(int) - Method in class io.vertx.core.cli.TypedArgument
 
setIndexPage(String) - Method in interface io.vertx.ext.web.handler.StaticHandler
Set the index page
setIndexPage(String) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
Set the index page
setInitialSettings(Http2Settings) - Method in class io.vertx.core.http.HttpClientOptions
Set the HTTP/2 connection settings immediately sent by to the server when the client connects.
setInitialSettings(Http2Settings) - Method in class io.vertx.core.http.HttpServerOptions
Set the HTTP/2 connection settings immediatly sent by the server when a client connects.
setInitialWindowSize(int) - Method in class io.vertx.core.http.Http2Settings
Set the SETTINGS_INITIAL_WINDOW_SIZE HTTP/2 setting
setInlineAttachment(List<MailAttachment>) - Method in class io.vertx.ext.mail.MailMessage
set the list of inline attachments of this mail
setInlineAttachment(MailAttachment) - Method in class io.vertx.ext.mail.MailMessage
set a single inline attachment of this mail
setInsertJSESSIONID(boolean) - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
 
setInstances(int) - Method in class io.vertx.core.DeploymentOptions
Set the number of instances that should be deployed.
setInt(int, int) - Method in interface io.vertx.core.buffer.Buffer
Sets the int at position pos in the Buffer to the value i.
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.
setInternalBlockingPoolSize(int) - Method in class io.vertx.core.VertxOptions
Set the value of internal blocking pool size
setIntLE(int, int) - Method in interface io.vertx.core.buffer.Buffer
Sets the int at position pos in the Buffer to the value i in the Little Endian Byte Order.
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.
setIntputrc(String) - Method in class io.vertx.ext.shell.term.HttpTermOptions
The path of the inputrc config.
setIntputrc(String) - Method in class io.vertx.ext.shell.term.SSHTermOptions
The path of the inputrc config.
setIntputrc(String) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
The path of the inputrc config.
setIpV6(boolean) - Method in class io.vertx.core.datagram.DatagramSocketOptions
Set if IP v6 should be used
setIsolatedClasses(List<String>) - Method in class io.vertx.core.DeploymentOptions
Set the isolated class names.
setIsolationGroup(String) - Method in class io.vertx.core.DeploymentOptions
Set the isolation group that will be used when deploying the verticle(s)
setIssuer(String) - Method in class io.vertx.ext.auth.jwt.JWTOptions
The issuer of this token
setIssuer(String) - Method in interface io.vertx.ext.web.handler.JWTAuthHandler
Set the issuer
setIssuer(String) - Method in class io.vertx.rxjava.ext.web.handler.JWTAuthHandler
Set the issuer
setJdkSslEngineOptions(JdkSSLEngineOptions) - Method in class io.vertx.amqpbridge.AmqpBridgeOptions
 
setJdkSslEngineOptions(JdkSSLEngineOptions) - Method in class io.vertx.core.http.HttpClientOptions
 
setJdkSslEngineOptions(JdkSSLEngineOptions) - Method in class io.vertx.core.http.HttpServerOptions
 
setJdkSslEngineOptions(JdkSSLEngineOptions) - Method in class io.vertx.core.net.NetServerOptions
 
setJdkSslEngineOptions(JdkSSLEngineOptions) - Method in class io.vertx.core.net.TCPSSLOptions
 
setJmxDomain(String) - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
Set the JMX domain to use when JMX metrics are enabled.
setJmxEnabled(boolean) - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
Set whether JMX will be enabled on the Vert.x instance.
setJwtToken(boolean) - Method in class io.vertx.ext.auth.oauth2.OAuth2ClientOptions
 
setKeepAlive(boolean) - Method in class io.vertx.core.http.HttpClientOptions
Set whether keep alive is enabled on the client
setKeepAlive(boolean) - Method in class io.vertx.ext.mail.MailConfig
set if connection pool is enabled default is true
setKey(String) - Method in class io.vertx.ext.shell.command.base.LocalMapPut
 
setKeyCertOptions(KeyCertOptions) - Method in class io.vertx.amqpbridge.AmqpBridgeOptions
 
setKeyCertOptions(KeyCertOptions) - Method in class io.vertx.core.eventbus.EventBusOptions
 
setKeyCertOptions(KeyCertOptions) - Method in class io.vertx.core.http.HttpClientOptions
 
setKeyCertOptions(KeyCertOptions) - Method in class io.vertx.core.http.HttpServerOptions
 
setKeyCertOptions(KeyCertOptions) - Method in class io.vertx.core.net.NetClientOptions
 
setKeyCertOptions(KeyCertOptions) - Method in class io.vertx.core.net.NetServerOptions
 
setKeyCertOptions(KeyCertOptions) - Method in class io.vertx.core.net.TCPSSLOptions
Set the key/cert options.
setKeyPairOptions(JksOptions) - Method in class io.vertx.ext.shell.term.SSHTermOptions
Set the key pair options in jks format, aka Java keystore.
setKeyPath(String) - Method in class io.vertx.core.net.PemKeyCertOptions
Set the path to the key file
setKeys(List<String>) - Method in class io.vertx.ext.shell.command.base.LocalMapGet
 
setKeys(List<String>) - Method in class io.vertx.ext.shell.command.base.LocalMapRm
 
setKeys(JsonArray) - Method in class io.vertx.ext.sql.UpdateResult
 
setKeyStore(String) - Method in class io.vertx.ext.mail.MailConfig
get the key store filename to be used when opening SMTP connections
setKeyStoreOptions(JksOptions) - Method in class io.vertx.amqpbridge.AmqpBridgeOptions
 
setKeyStoreOptions(JksOptions) - Method in class io.vertx.core.eventbus.EventBusOptions
 
setKeyStoreOptions(JksOptions) - Method in class io.vertx.core.http.HttpClientOptions
 
setKeyStoreOptions(JksOptions) - Method in class io.vertx.core.http.HttpServerOptions
 
setKeyStoreOptions(JksOptions) - Method in class io.vertx.core.net.NetClientOptions
 
setKeyStoreOptions(JksOptions) - Method in class io.vertx.core.net.NetServerOptions
 
setKeyStoreOptions(JksOptions) - Method in class io.vertx.core.net.TCPSSLOptions
Set the key/cert options in jks format, aka Java keystore.
setKeyStoreOptions(JksOptions) - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
setKeyStoreOptions(JksOptions) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
 
setKeyStorePassword(String) - Method in class io.vertx.ext.mail.MailConfig
get the key store password to be used when opening SMTP connections
setKeyValue(Buffer) - Method in class io.vertx.core.net.PemKeyCertOptions
Set the key a a buffer
setLastStreamId(int) - Method in class io.vertx.core.http.GoAway
Set the last stream id.
setLatitude(Double) - Method in class io.vertx.redis.op.GeoMember
Set Latitude as per EPSG:900913 / EPSG:3785 / OSGEO:41001
setLeftPadding(int) - Method in class io.vertx.core.cli.UsageMessageFormatter
 
setLibraryURL(String) - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
 
setLimit(int) - Method in class io.vertx.ext.mongo.FindOptions
Set the limit
setLimit(long, long) - Method in class io.vertx.redis.op.LimitOptions
 
setLimit(long, long) - Method in class io.vertx.redis.op.SortOptions
 
setListSeparator(String) - Method in class io.vertx.core.cli.TypedOption
 
setLocal(boolean) - Method in class io.vertx.ext.shell.command.base.BusTail
 
setLocalRepository(String) - Method in class io.vertx.maven.ResolverOptions
Sets the path to the local Maven repository.
setLocation(JsonObject) - Method in class io.vertx.servicediscovery.Record
Sets the json object describing the location of the service.
setLogActivity(boolean) - Method in class io.vertx.amqpbridge.AmqpBridgeOptions
 
setLogActivity(boolean) - Method in class io.vertx.core.datagram.DatagramSocketOptions
 
setLogActivity(boolean) - Method in class io.vertx.core.http.HttpClientOptions
 
setLogActivity(boolean) - Method in class io.vertx.core.http.HttpServerOptions
 
setLogActivity(boolean) - Method in class io.vertx.core.net.ClientOptionsBase
 
setLogActivity(boolean) - Method in class io.vertx.core.net.NetClientOptions
 
setLogActivity(boolean) - Method in class io.vertx.core.net.NetServerOptions
 
setLogActivity(boolean) - Method in class io.vertx.core.net.NetworkOptions
Set to true to enabled network activity logging: Netty's pipeline is configured for logging on Netty's logger.
setLogActivity(boolean) - Method in class io.vertx.core.net.TCPSSLOptions
 
setLogin(LoginOption) - Method in class io.vertx.ext.mail.MailConfig
Set the login mode for the connection.
setLogin(String) - Method in class io.vertx.ext.stomp.StompClientOptions
Sets the login to use if the STOMP server is secured.
setLogoutPath(String) - Method in class io.vertx.ext.auth.oauth2.OAuth2ClientOptions
 
setLong(int, long) - Method in interface io.vertx.core.buffer.Buffer
Sets the long at position pos in the Buffer to the value l.
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.
setLongitude(Double) - Method in class io.vertx.redis.op.GeoMember
Set Longitude as per EPSG:900913 / EPSG:3785 / OSGEO:41001
setLongLE(int, long) - Method in interface io.vertx.core.buffer.Buffer
Sets the long at position pos in the Buffer to the value l in the Little Endian Byte Order.
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.
setLongName(String) - Method in class io.vertx.core.cli.Option
Sets the long name of this option.
setLongName(String) - Method in class io.vertx.core.cli.TypedOption
 
setLongOptionPrefix(String) - Method in class io.vertx.core.cli.UsageMessageFormatter
 
setLongOptionSeparator(String) - Method in class io.vertx.core.cli.UsageMessageFormatter
Set the separator displayed between a long option and its value.
setLoopbackModeDisabled(boolean) - Method in class io.vertx.core.datagram.DatagramSocketOptions
Set if loopback mode is disabled
setMap(String) - Method in class io.vertx.ext.shell.command.base.LocalMapGet
 
setMap(String) - Method in class io.vertx.ext.shell.command.base.LocalMapPut
 
setMap(String) - Method in class io.vertx.ext.shell.command.base.LocalMapRm
 
setMatch(JsonObject) - Method in class io.vertx.ext.bridge.PermittedOptions
This allows you to allow messages based on their structure.
setMatch(JsonObject) - Method in class io.vertx.ext.web.handler.sockjs.PermittedOptions
This allows you to allow messages based on their structure.
setMatch(String) - Method in class io.vertx.redis.op.ScanOptions
 
setMaxAddressLength(int) - Method in class io.vertx.ext.web.handler.sockjs.BridgeOptions
 
setMaxAge(long) - Method in interface io.vertx.ext.web.Cookie
Sets the maximum age of this cookie in seconds.
setMaxAge(long) - Method in class io.vertx.rxjava.ext.web.Cookie
Sets the maximum age of this cookie in seconds.
setMaxAgeSeconds(long) - Method in interface io.vertx.ext.web.handler.StaticHandler
Set value for max age in caching headers
setMaxAgeSeconds(long) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
Set value for max age in caching headers
setMaxAvgServeTimeNs(long) - Method in interface io.vertx.ext.web.handler.StaticHandler
Set the max serve time in ns, above which serves are considered slow
setMaxAvgServeTimeNs(long) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
Set the max serve time in ns, above which serves are considered slow
setMaxBodyLength(int) - Method in class io.vertx.ext.stomp.StompServerOptions
Sets the max body length accepted by the server.
setMaxBufferedMessages(int) - Method in interface io.vertx.core.eventbus.MessageConsumer
Set the number of messages this registration will buffer when this stream is paused.
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.
setMaxBytesStreaming(int) - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
 
setMaxCacheSize(int) - Method in interface io.vertx.ext.web.handler.StaticHandler
Set the max cache size, when caching is enabled
setMaxCacheSize(int) - Method in interface io.vertx.ext.web.templ.HandlebarsTemplateEngine
Set the max cache size for the engine
setMaxCacheSize(int) - Method in interface io.vertx.ext.web.templ.JadeTemplateEngine
Set the max cache size for the engine
setMaxCacheSize(int) - Method in interface io.vertx.ext.web.templ.MVELTemplateEngine
Set the max cache size for the engine
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.HandlebarsTemplateEngine
Set the max cache size for the engine
setMaxCacheSize(int) - Method in class io.vertx.rxjava.ext.web.templ.JadeTemplateEngine
Set the max cache size for the engine
setMaxCacheSize(int) - Method in class io.vertx.rxjava.ext.web.templ.MVELTemplateEngine
Set the max cache size for the engine
setMaxChunkSize(int) - Method in class io.vertx.core.http.HttpClientOptions
Set the maximum HTTP chunk size
setMaxChunkSize(int) - Method in class io.vertx.core.http.HttpServerOptions
Set the maximum HTTP chunk size
setMaxConcurrentStreams(long) - Method in class io.vertx.core.http.Http2Settings
Set the SETTINGS_MAX_CONCURRENT_STREAMS HTTP/2 setting
setMaxEventLoopExecuteTime(long) - Method in class io.vertx.core.VertxOptions
Sets the value of max event loop execute time, in ns.
setMaxFailures(int) - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
Sets the maximum number of failures before opening the circuit.
setMaxFrameInTransaction(int) - Method in class io.vertx.ext.stomp.StompServerOptions
Sets the maximum number of frame that can be added in a transaction.
setMaxFrameSize(int) - Method in class io.vertx.core.http.Http2Settings
Set the SETTINGS_MAX_FRAME_SIZE HTTP/2 setting
setMaxHandlersPerSocket(int) - Method in class io.vertx.ext.web.handler.sockjs.BridgeOptions
 
setMaxHeaderLength(int) - Method in class io.vertx.ext.stomp.StompServerOptions
Sets the max header length.
setMaxHeaderListSize(int) - Method in class io.vertx.core.http.Http2Settings
Set the SETTINGS_MAX_HEADER_LIST_SIZE HTTP/2 setting
setMaxHeaders(int) - Method in class io.vertx.ext.stomp.StompServerOptions
Sets the maximum number of headers.
setMaxHeaderSize(int) - Method in class io.vertx.core.http.HttpServerOptions
Set the maximum length of all headers for HTTP/1.x .
setMaxInitialLineLength(int) - Method in class io.vertx.core.http.HttpServerOptions
Set the maximum length of the initial line for HTTP/1.x (e.g.
setMaxPoolSize(int) - Method in class io.vertx.core.http.HttpClientOptions
Set the maximum pool size for connections
setMaxPoolSize(int) - Method in class io.vertx.ext.mail.MailConfig
set the max allowed number of open connections to the mail server if not set the default is 10
setMaxQueries(int) - Method in class io.vertx.core.dns.AddressResolverOptions
Set the maximum number of queries when an hostname is resolved.
setMaxSubscriptionsByClient(int) - Method in class io.vertx.ext.stomp.StompServerOptions
Sets the maximum of subscriptions a client is allowed to register.
setMaxWaitQueueSize(int) - Method in class io.vertx.core.http.HttpClientOptions
Set the maximum requests allowed in the wait queue, any requests beyond the max size will result in a ConnectionPoolTooBusyException.
setMaxWebsocketFrameSize(int) - Method in class io.vertx.core.http.HttpClientOptions
Set the max websocket frame size
setMaxWebsocketFrameSize(int) - Method in class io.vertx.core.http.HttpServerOptions
Set the maximum websocket frames size
setMaxWorkerExecuteTime(long) - Method in class io.vertx.core.DeploymentOptions
Sets the value of max worker execute time, in ns.
setMaxWorkerExecuteTime(long) - Method in class io.vertx.core.VertxOptions
Sets the value of max worker execute time, in ns.
setMedium(int, int) - Method in interface io.vertx.core.buffer.Buffer
Sets the 24bit int at position pos in the Buffer to the value i.
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 interface io.vertx.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.
setMember(String) - Method in class io.vertx.redis.op.GeoMember
Set the member name.
setMergeFormAttributes(boolean) - Method in interface io.vertx.ext.web.handler.BodyHandler
Set whether form attributes will be added to the request parameters
setMergeFormAttributes(boolean) - Method in class io.vertx.rxjava.ext.web.handler.BodyHandler
Set whether form attributes will be added to the request parameters
setMessageID(String) - Method in class io.vertx.ext.mail.MailResult
 
setMetadata(JsonObject) - Method in class io.vertx.servicediscovery.Record
 
setMetricsBridgeAddress(String) - Method in class io.vertx.ext.hawkular.VertxHawkularOptions
Sets the metric bridge address on which the application is sending the custom metrics.
setMetricsBridgeEnabled(boolean) - Method in class io.vertx.ext.hawkular.VertxHawkularOptions
Sets whether or not the metrics bridge should be enabled.
setMetricsName(String) - Method in class io.vertx.amqpbridge.AmqpBridgeOptions
 
setMetricsName(String) - Method in class io.vertx.core.http.HttpClientOptions
 
setMetricsName(String) - Method in class io.vertx.core.net.ClientOptionsBase
Set the metrics name identifying the reported metrics, useful for grouping metrics with the same name.
setMetricsName(String) - Method in class io.vertx.core.net.NetClientOptions
 
setMetricsOptions(MetricsOptions) - Method in class io.vertx.core.VertxOptions
Set the metrics options
setMetricsServiceUri(String) - Method in class io.vertx.ext.hawkular.VertxHawkularOptions
Set the Hawkular Metrics service URI.
setMode(TemplateMode) - Method in interface io.vertx.ext.web.templ.ThymeleafTemplateEngine
Set the mode for the engine
setMode(TemplateMode) - Method in class io.vertx.rxjava.ext.web.templ.ThymeleafTemplateEngine
Set the mode for the engine
setMulti(boolean) - Method in class io.vertx.ext.mongo.UpdateOptions
Set whether multi is enabled
setMulticastNetworkInterface(String) - Method in class io.vertx.core.datagram.DatagramSocketOptions
Set the multicast network interface address
setMulticastTimeToLive(int) - Method in class io.vertx.core.datagram.DatagramSocketOptions
Set the multicast ttl value
setMultiThreaded(boolean) - Method in class io.vertx.core.DeploymentOptions
Set whether the verticle(s) should be deployed as a multi-threaded worker verticle
setMultiValued(boolean) - Method in class io.vertx.core.cli.Argument
Sets whether or not the argument can receive several values.
setMultiValued(boolean) - Method in class io.vertx.core.cli.Option
Sets whether or not this option can receive several values.
setMultiValued(boolean) - Method in class io.vertx.core.cli.TypedArgument
 
setMultiValued(boolean) - Method in class io.vertx.core.cli.TypedOption
 
setNagHttps(boolean) - Method in interface io.vertx.ext.web.handler.CSRFHandler
Should the handler give warning messages if this handler is used in other than https protocols?
setNagHttps(boolean) - Method in interface io.vertx.ext.web.handler.SessionHandler
Set whether a nagging log warning should be written if the session handler is accessed over HTTP, not HTTPS
setNagHttps(boolean) - Method in class io.vertx.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 interface io.vertx.core.cli.CLI
Sets the name of the CLI.
setName(String) - Method in class io.vertx.ext.mail.MailAttachment
set the name
setName(String) - Method in class io.vertx.ext.shell.command.base.VerticleDeploy
 
setName(String) - Method in class io.vertx.rxjava.core.cli.CLI
Sets the name of the CLI.
setName(String) - Method in class io.vertx.servicediscovery.Record
Sets the name of the service.
setName(String) - Method in class io.vertx.servicediscovery.ServiceDiscoveryOptions
Sets the service discovery name used in the service usage events.
setNewLine(String) - Method in class io.vertx.core.cli.UsageMessageFormatter
 
setNotificationAddress(String) - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
Sets the event bus address on which the circuit breaker publish its state change.
setNotificationPeriod(long) - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
Configures the period in milliseconds where the circuit breaker send a notification on the event bus with its current state.
setNoTimestamp(boolean) - Method in class io.vertx.ext.auth.jwt.JWTOptions
Disable the generation of issued at claim
setNX(boolean) - Method in class io.vertx.redis.op.SetOptions
 
setnx(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Set the value of a key, only if the key does not exist
setnx(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Set the value of a key, only if the key does not exist
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
Set the value of a key, only if the key does not exist
setnxObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set the value of a key, only if the key does not exist
setObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
Set the string value of a key
setObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set the string value of a key
setOpenSslEngineOptions(OpenSSLEngineOptions) - Method in class io.vertx.amqpbridge.AmqpBridgeOptions
 
setOpenSslEngineOptions(OpenSSLEngineOptions) - Method in class io.vertx.core.http.HttpClientOptions
 
setOpenSslEngineOptions(OpenSSLEngineOptions) - Method in class io.vertx.core.http.HttpServerOptions
 
setOpenSslEngineOptions(OpenSSLEngineOptions) - Method in class io.vertx.core.net.NetServerOptions
 
setOpenSslEngineOptions(OpenSSLEngineOptions) - Method in class io.vertx.core.net.TCPSSLOptions
 
setOptionComparator(Comparator<Option>) - Method in class io.vertx.core.cli.UsageMessageFormatter
Set the comparator used to sort the options when they output in help text.
setOptionPrefix(String) - Method in class io.vertx.core.cli.UsageMessageFormatter
 
setOptions(List<Option>) - Method in interface io.vertx.core.cli.CLI
Sets the list of arguments.
SetOptions - Class in io.vertx.redis.op
 
SetOptions() - Constructor for class io.vertx.redis.op.SetOptions
 
SetOptions(SetOptions) - Constructor for class io.vertx.redis.op.SetOptions
 
SetOptions(JsonObject) - Constructor for class io.vertx.redis.op.SetOptions
 
setOptions(List<Option>) - Method in class io.vertx.rxjava.core.cli.CLI
Sets the list of arguments.
setOptResourceEnabled(boolean) - Method in class io.vertx.core.dns.AddressResolverOptions
Set to true to enable the automatic inclusion in DNS queries of an optional record that hints the remote DNS server about how much data the resolver can read per response.
setOutBinary(boolean) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
Set the telnet connection to negociate binary data format when sending to the client, the default value is true.
setOutboundPermitted(List<PermittedOptions>) - Method in class io.vertx.ext.web.handler.sockjs.BridgeOptions
 
setOutboundPermitteds(List<PermittedOptions>) - Method in class io.vertx.ext.bridge.BridgeOptions
Sets the list of outbound permitted options.
setOutboundPermitteds(List<PermittedOptions>) - Method in class io.vertx.ext.stomp.BridgeOptions
 
setOutput(Handler<Buffer>) - Method in interface io.vertx.core.parsetools.RecordParser
 
setOutput(JsonArray) - Method in class io.vertx.ext.sql.ResultSet
 
setOutput(Handler<Buffer>) - Method in class io.vertx.rxjava.core.parsetools.RecordParser
 
setOwnHostname(String) - Method in class io.vertx.ext.mail.MailConfig
set the hostname to be used for HELO/EHLO and the Message-ID
setParsedAsList(boolean) - Method in class io.vertx.core.cli.TypedOption
 
setPasscode(String) - Method in class io.vertx.ext.stomp.StompClientOptions
Sets the passcode to use if the STOMP server is secured.
setPassword(String) - Method in class io.vertx.core.net.JksOptions
Set the password for the key store
setPassword(String) - Method in class io.vertx.core.net.PfxOptions
Set the password
setPassword(String) - Method in class io.vertx.core.net.ProxyOptions
Set proxy password.
setPassword(String) - Method in class io.vertx.ext.mail.MailConfig
Set the password for the login.
setPasswordCredentialField(String) - Method in interface io.vertx.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(JsonObject, io.vertx.core.Handler).
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 interface io.vertx.ext.auth.mongo.MongoAuth
Set the name of the field to be used for the password Defaults to MongoAuth.DEFAULT_PASSWORD_FIELD
setPasswordField(String) - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
The property name to be used to set the name of the field, where the password is stored inside
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 interface io.vertx.ext.web.handler.FormLoginHandler
Set the name of the form param used to submit the password
setPasswordParam(String) - Method in class io.vertx.rxjava.ext.web.handler.FormLoginHandler
Set the name of the form param used to submit the password
setPath(String) - Method in class io.vertx.core.net.JksOptions
Set the path to the key store
setPath(String) - Method in class io.vertx.core.net.PfxOptions
Set the path
setPath(String) - Method in interface io.vertx.ext.web.Cookie
Sets the path of this cookie.
setPath(String) - Method in class io.vertx.rxjava.ext.web.Cookie
Sets the path of this cookie.
setPemKeyCertOptions(PemKeyCertOptions) - Method in class io.vertx.amqpbridge.AmqpBridgeOptions
 
setPemKeyCertOptions(PemKeyCertOptions) - Method in class io.vertx.core.eventbus.EventBusOptions
 
setPemKeyCertOptions(PemKeyCertOptions) - Method in class io.vertx.core.http.HttpClientOptions
 
setPemKeyCertOptions(PemKeyCertOptions) - Method in class io.vertx.core.http.HttpServerOptions
 
setPemKeyCertOptions(PemKeyCertOptions) - Method in class io.vertx.core.net.NetClientOptions
 
setPemKeyCertOptions(PemKeyCertOptions) - Method in class io.vertx.core.net.NetServerOptions
 
setPemKeyCertOptions(PemKeyCertOptions) - Method in class io.vertx.core.net.TCPSSLOptions
Set the key/cert store options in pem format.
setPemKeyCertOptions(PemKeyCertOptions) - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
setPemKeyCertOptions(PemKeyCertOptions) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
 
setPemKeyPairOptions(PemKeyCertOptions) - Method in class io.vertx.ext.shell.term.SSHTermOptions
Set the key pair store options in pem format.
setPemTrustOptions(PemTrustOptions) - Method in class io.vertx.amqpbridge.AmqpBridgeOptions
 
setPemTrustOptions(PemTrustOptions) - Method in class io.vertx.core.eventbus.EventBusOptions
 
setPemTrustOptions(PemTrustOptions) - Method in class io.vertx.core.http.HttpClientOptions
 
setPemTrustOptions(PemTrustOptions) - Method in class io.vertx.core.http.HttpServerOptions
 
setPemTrustOptions(PemTrustOptions) - Method in class io.vertx.core.net.NetClientOptions
 
setPemTrustOptions(PemTrustOptions) - Method in class io.vertx.core.net.NetServerOptions
 
setPemTrustOptions(PemTrustOptions) - Method in class io.vertx.core.net.TCPSSLOptions
Set the trust options in pem format
setPemTrustOptions(PemTrustOptions) - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
setPemTrustOptions(PemTrustOptions) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
 
setPeriodic(long, Handler<Long>) - Method in interface io.vertx.core.Vertx
Set a periodic timer to fire every delay milliseconds, at which point handler will be called with the id of the timer.
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 interface io.vertx.ext.auth.mongo.MongoAuth
Set the name of the field to be used for the permissions.
setPermissionField(String) - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
The property name to be used to set the name of the field, where the permissions are stored inside.
setPermissionField(String) - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
Set the name of the field to be used for the permissions.
setPermissions(List<String>) - Method in class io.vertx.ext.auth.jwt.JWTOptions
The permissions of this token.
setPermissionsQuery(String) - Method in interface io.vertx.ext.auth.jdbc.JDBCAuth
Set the permissions query to use.
setPermissionsQuery(String) - Method in class io.vertx.ext.auth.jdbc.JDBCAuthOptions
Set the permissions query to use.
setPermissionsQuery(String) - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuth
Set the permissions query to use.
setPerms(String) - Method in class io.vertx.core.file.OpenOptions
Set the permissions string
setPfxKeyCertOptions(PfxOptions) - Method in class io.vertx.amqpbridge.AmqpBridgeOptions
 
setPfxKeyCertOptions(PfxOptions) - Method in class io.vertx.core.eventbus.EventBusOptions
 
setPfxKeyCertOptions(PfxOptions) - Method in class io.vertx.core.http.HttpClientOptions
 
setPfxKeyCertOptions(PfxOptions) - Method in class io.vertx.core.http.HttpServerOptions
 
setPfxKeyCertOptions(PfxOptions) - Method in class io.vertx.core.net.NetClientOptions
 
setPfxKeyCertOptions(PfxOptions) - Method in class io.vertx.core.net.NetServerOptions
 
setPfxKeyCertOptions(PfxOptions) - Method in class io.vertx.core.net.TCPSSLOptions
Set the key/cert options in pfx format.
setPfxKeyCertOptions(PfxOptions) - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
setPfxKeyCertOptions(PfxOptions) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
 
setPfxKeyPairOptions(PfxOptions) - Method in class io.vertx.ext.shell.term.SSHTermOptions
Set the key pair options in pfx format.
setPfxTrustOptions(PfxOptions) - Method in class io.vertx.amqpbridge.AmqpBridgeOptions
 
setPfxTrustOptions(PfxOptions) - Method in class io.vertx.core.eventbus.EventBusOptions
 
setPfxTrustOptions(PfxOptions) - Method in class io.vertx.core.http.HttpClientOptions
 
setPfxTrustOptions(PfxOptions) - Method in class io.vertx.core.http.HttpServerOptions
 
setPfxTrustOptions(PfxOptions) - Method in class io.vertx.core.net.NetClientOptions
 
setPfxTrustOptions(PfxOptions) - Method in class io.vertx.core.net.NetServerOptions
 
setPfxTrustOptions(PfxOptions) - Method in class io.vertx.core.net.TCPSSLOptions
Set the trust options in pfx format
setPfxTrustOptions(PfxOptions) - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
setPfxTrustOptions(PfxOptions) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
 
setPingTimeout(long) - Method in class io.vertx.ext.web.handler.sockjs.BridgeOptions
 
setPipelining(boolean) - Method in class io.vertx.core.http.HttpClientOptions
Set whether pipe-lining is enabled on the client
setPipeliningLimit(int) - Method in class io.vertx.core.http.HttpClientOptions
Set the limit of pending requests a pipe-lined HTTP/1 connection can send.
setPointToPoint(boolean) - Method in class io.vertx.ext.stomp.BridgeOptions
 
setPort(int) - Method in class io.vertx.core.eventbus.EventBusOptions
Sets the port.
setPort(int) - Method in class io.vertx.core.http.HttpServerOptions
 
setPort(int) - Method in class io.vertx.core.net.NetServerOptions
Set the port
setPort(int) - Method in class io.vertx.core.net.ProxyOptions
Set proxy port.
setPort(int) - Method in class io.vertx.ext.hawkular.VertxHawkularOptions
Set the Hawkular Metrics service port.
setPort(int) - Method in class io.vertx.ext.mail.MailConfig
Set the port of the smtp server.
setPort(int) - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
setPort(int) - Method in class io.vertx.ext.shell.term.SSHTermOptions
Set the port
setPort(int) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
 
setPort(int) - Method in class io.vertx.ext.stomp.StompClientOptions
Sets the STOMP server port.
setPort(int) - Method in class io.vertx.ext.stomp.StompServerOptions
Sets the port on which the server is going to listen for TCP connection.
setPort(int) - Method in class io.vertx.redis.RedisOptions
Set the tcp port where the Redis server is listening.
setPort(int) - Method in class io.vertx.servicediscovery.types.HttpLocation
Sets the port
setPrefix(String) - Method in class io.vertx.ext.hawkular.VertxHawkularOptions
Set the metric name prefix.
setProtocolVersion(HttpVersion) - Method in class io.vertx.core.http.HttpClientOptions
Set the protocol version.
setProxyOptions(ProxyOptions) - Method in class io.vertx.amqpbridge.AmqpBridgeOptions
 
setProxyOptions(ProxyOptions) - Method in class io.vertx.core.http.HttpClientOptions
 
setProxyOptions(ProxyOptions) - Method in class io.vertx.core.net.ClientOptionsBase
Set proxy options for connections via CONNECT proxy (e.g.
setProxyOptions(ProxyOptions) - Method in class io.vertx.core.net.NetClientOptions
 
setPublicKey(String) - Method in class io.vertx.ext.auth.oauth2.OAuth2ClientOptions
 
setPushEnabled(boolean) - Method in class io.vertx.core.http.Http2Settings
Set the SETTINGS_ENABLE_PUSH HTTP/2 setting
setPX(long) - Method in class io.vertx.redis.op.SetOptions
 
setQueryTimeout(long) - Method in class io.vertx.core.dns.AddressResolverOptions
Set the query timeout in milliseconds, i.e the amount of time after a query is considered to be failed.
setQueryTimeout(int) - Method in interface io.vertx.ext.sql.SQLConnection
Sets a connection wide query timeout.
setQueryTimeout(int) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Sets a connection wide query timeout.
setQuorumSize(int) - Method in class io.vertx.core.VertxOptions
Set the quorum size to be used when HA is enabled.
setrange(String, int, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Overwrite part of a string at key starting at the specified offset
setrange(String, int, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Overwrite part of a string at key starting at the specified offset
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
Overwrite part of a string at key starting at the specified offset
setrangeObservable(String, int, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Overwrite part of a string at key starting at the specified offset
setRawMessage(JsonObject) - Method in interface io.vertx.ext.web.handler.sockjs.BridgeEvent
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 interface io.vertx.core.http.HttpClientRequest
Set the value the method to send when the method HttpMethod.OTHER is used.
setRawMethod(String) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
Set the value the method to send when the method is used.
setRdFlag(boolean) - Method in class io.vertx.core.dns.AddressResolverOptions
Set the DNS queries Recursion Desired flag value.
setRead(boolean) - Method in class io.vertx.core.file.OpenOptions
Set whether the file is to be opened for reading
setReadBufferSize(int) - Method in interface io.vertx.core.file.AsyncFile
Sets the buffer size that will be used to read the data from the file.
setReadBufferSize(int) - Method in class io.vertx.rxjava.core.file.AsyncFile
Sets the buffer size that will be used to read the data from the file.
setReadPos(long) - Method in interface io.vertx.core.file.AsyncFile
Sets the position from which data will be read from when using the file as a ReadStream.
setReadPos(long) - Method in class io.vertx.rxjava.core.file.AsyncFile
Sets the position from which data will be read from when using the file as a ReadStream.
setReaperInterval(long) - Method in class io.vertx.ext.shell.ShellServerOptions
Set the repear interval, i.e the period at which session eviction is performed.
setReaperInterval(long) - Method in class io.vertx.ext.shell.ShellServiceOptions
 
setReceiveBufferSize(int) - Method in class io.vertx.amqpbridge.AmqpBridgeOptions
 
setReceiveBufferSize(int) - Method in class io.vertx.core.datagram.DatagramSocketOptions
 
setReceiveBufferSize(int) - Method in class io.vertx.core.eventbus.EventBusOptions
 
setReceiveBufferSize(int) - Method in class io.vertx.core.http.HttpClientOptions
 
setReceiveBufferSize(int) - Method in class io.vertx.core.http.HttpServerOptions
 
setReceiveBufferSize(int) - Method in class io.vertx.core.net.NetClientOptions
 
setReceiveBufferSize(int) - Method in class io.vertx.core.net.NetServerOptions
 
setReceiveBufferSize(int) - Method in class io.vertx.core.net.NetworkOptions
Set the TCP receive buffer size
setReceiveBufferSize(int) - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
setReceiveBufferSize(int) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
 
setRecipients(List<String>) - Method in class io.vertx.ext.mail.MailResult
 
setReconnectAttempts(int) - Method in class io.vertx.amqpbridge.AmqpBridgeOptions
 
setReconnectAttempts(int) - Method in class io.vertx.core.eventbus.EventBusOptions
Sets the value of reconnect attempts.
setReconnectAttempts(int) - Method in class io.vertx.core.net.NetClientOptions
Set the value of reconnect attempts
setReconnectInterval(long) - Method in class io.vertx.amqpbridge.AmqpBridgeOptions
 
setReconnectInterval(long) - Method in class io.vertx.core.eventbus.EventBusOptions
Set the reconnect interval.
setReconnectInterval(long) - Method in class io.vertx.core.net.NetClientOptions
Set the reconnect interval
setRegistration(String) - Method in class io.vertx.servicediscovery.Record
Sets the registration id.
setRegistryName(String) - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
Set the name used for registering the metrics in the Dropwizard shared registry.
setRemoteRepositories(List<String>) - Method in class io.vertx.maven.ResolverOptions
Sets the list of remote repositories used by the resolver.
setRemoteSnapshotPolicy(String) - Method in class io.vertx.maven.ResolverOptions
Sets the remote snapshot policy (`daily` by default).
setReply(boolean) - Method in class io.vertx.ext.shell.command.base.BusSend
 
setReplyTimeout(long) - Method in class io.vertx.ext.web.handler.sockjs.BridgeOptions
 
setReporters(List<ReportOptions>) - Method in class io.vertx.ext.unit.report.ReportingOptions
Replace the current list of reporters with a new one.
setReporters(List<ReportOptions>) - Method in class io.vertx.ext.unit.TestOptions
 
setRequired(boolean) - Method in class io.vertx.core.cli.Argument
Sets whether or not the current Argument is required.
setRequired(boolean) - Method in class io.vertx.core.cli.Option
Sets whether or not this option is mandatory.
setRequired(boolean) - Method in class io.vertx.core.cli.TypedArgument
 
setRequired(boolean) - Method in class io.vertx.core.cli.TypedOption
 
setRequiredAuthority(String) - Method in class io.vertx.ext.web.handler.sockjs.PermittedOptions
Declare a specific authority that user must have in order to allow messages
setResetTimeout(long) - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
Sets the time in ms before it attempts to re-close the circuit (by going to the hal-open state).
setResults(List<JsonArray>) - Method in class io.vertx.ext.sql.ResultSet
 
setReturnURLParam(String) - Method in interface io.vertx.ext.web.handler.FormLoginHandler
Set the name of the session attrioute used to specify the return url
setReturnURLParam(String) - Method in class io.vertx.rxjava.ext.web.handler.FormLoginHandler
Set the name of the session attrioute used to specify the return url
setReuseAddress(boolean) - Method in class io.vertx.amqpbridge.AmqpBridgeOptions
 
setReuseAddress(boolean) - Method in class io.vertx.core.datagram.DatagramSocketOptions
 
setReuseAddress(boolean) - Method in class io.vertx.core.eventbus.EventBusOptions
 
setReuseAddress(boolean) - Method in class io.vertx.core.http.HttpClientOptions
 
setReuseAddress(boolean) - Method in class io.vertx.core.http.HttpServerOptions
 
setReuseAddress(boolean) - Method in class io.vertx.core.net.NetClientOptions
 
setReuseAddress(boolean) - Method in class io.vertx.core.net.NetServerOptions
 
setReuseAddress(boolean) - Method in class io.vertx.core.net.NetworkOptions
Set the value of reuse address
setReuseAddress(boolean) - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
setReuseAddress(boolean) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
 
setRevocationPath(String) - Method in class io.vertx.ext.auth.oauth2.OAuth2ClientOptions
 
setRoleField(String) - Method in interface io.vertx.ext.auth.mongo.MongoAuth
Set the name of the field to be used for the roles.
setRoleField(String) - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
The property name to be used to set the name of the field, where the roles are stored inside.
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 interface io.vertx.ext.auth.jdbc.JDBCAuth
Set the role prefix to distinguish from permissions when checking for isPermitted requests.
setRolePrefix(String) - Method in interface io.vertx.ext.auth.shiro.ShiroAuth
Set the role prefix to distinguish from permissions when checking for isPermitted requests.
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.
setRolesPrefix(String) - Method in class io.vertx.ext.auth.jdbc.JDBCAuthOptions
Set the role prefix to distinguish from permissions when checking for isPermitted requests.
setRolesQuery(String) - Method in interface io.vertx.ext.auth.jdbc.JDBCAuth
Set the roles query to use.
setRolesQuery(String) - Method in class io.vertx.ext.auth.jdbc.JDBCAuthOptions
Set the roles query to use.
setRolesQuery(String) - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuth
Set the roles query to use.
setRoot(String) - Method in class io.vertx.servicediscovery.types.HttpLocation
Sets the path of the service (root)
setSaltField(String) - Method in interface io.vertx.ext.auth.mongo.MongoAuth
Set the name of the field to be used for the salt.
setSaltField(String) - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
The property name to be used to set the name of the field, where the SALT is stored inside.
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 interface io.vertx.ext.auth.mongo.HashStrategy
Set the saltstyle as defined by HashSaltStyle.
setSaltStyle(HashSaltStyle) - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
The property name to be used to set the name of the field, where the salt style is stored inside
setSaltStyle(HashSaltStyle) - Method in class io.vertx.rxjava.ext.auth.mongo.HashStrategy
Set the saltstyle as defined by io.vertx.rxjava.ext.auth.mongo.HashSaltStyle.
setSchedule(int) - Method in class io.vertx.ext.hawkular.VertxHawkularOptions
Set the metric collection interval (in seconds).
setSeconds(String) - Method in class io.vertx.ext.shell.command.base.Sleep
 
setSecret(String) - Method in class io.vertx.ext.hawkular.AuthenticationOptions
Set the secret used for authentication.
setSecure(boolean) - Method in interface io.vertx.ext.web.Cookie
Sets the security getStatus of this cookie
setSecure(boolean) - Method in class io.vertx.rxjava.ext.web.Cookie
Sets the security getStatus of this cookie
setSecured(boolean) - Method in class io.vertx.ext.stomp.StompServerOptions
Enables or disables the server security feature.
setSelect(Integer) - Method in class io.vertx.redis.RedisOptions
Set the database to select at connection time.
setSendBufferSize(int) - Method in class io.vertx.amqpbridge.AmqpBridgeOptions
 
setSendBufferSize(int) - Method in class io.vertx.core.datagram.DatagramSocketOptions
 
setSendBufferSize(int) - Method in class io.vertx.core.eventbus.EventBusOptions
 
setSendBufferSize(int) - Method in class io.vertx.core.http.HttpClientOptions
 
setSendBufferSize(int) - Method in class io.vertx.core.http.HttpServerOptions
 
setSendBufferSize(int) - Method in class io.vertx.core.net.NetClientOptions
 
setSendBufferSize(int) - Method in class io.vertx.core.net.NetServerOptions
 
setSendBufferSize(int) - Method in class io.vertx.core.net.NetworkOptions
Set the TCP send buffer size
setSendBufferSize(int) - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
setSendBufferSize(int) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
 
setSendErrorOnNoSubscriptions(boolean) - Method in class io.vertx.ext.stomp.StompServerOptions
Sets whether or not an error is sent to the client when this client sends a message to an not subscribed destinations (no subscriptions on this destination).
setSendTenantHeader(boolean) - Method in class io.vertx.ext.hawkular.VertxHawkularOptions
Set whether Hawkular tenant header should be sent.
setSendTimeout(long) - Method in class io.vertx.core.eventbus.DeliveryOptions
Set the send timeout.
setServers(List<String>) - Method in class io.vertx.core.dns.AddressResolverOptions
Set the list of DNS server addresses, an address is the IP of the dns server, followed by an optional colon and a port, e.g 8.8.8.8 or {code 192.168.0.1:40000}.
setSession(Session) - Method in interface io.vertx.ext.shell.system.Job
Set a session on the job.
setSession(Session) - Method in interface io.vertx.ext.shell.system.Process
Set the process session
setSession(Session) - Method in interface io.vertx.ext.shell.term.Term
Associate the term with a session.
setSession(Session) - Method in interface io.vertx.ext.web.RoutingContext
Set the session.
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.
setSessionCacheEnabled(boolean) - Method in class io.vertx.core.net.OpenSSLEngineOptions
Set whether session cache is enabled in open SSL session server context
setSessionCookieName(String) - Method in interface io.vertx.ext.web.handler.SessionHandler
Set the session cookie name
setSessionCookieName(String) - Method in class io.vertx.rxjava.ext.web.handler.SessionHandler
Set the session cookie name
setSessionTimeout(long) - Method in class io.vertx.ext.shell.ShellServerOptions
Set the session timeout.
setSessionTimeout(long) - Method in class io.vertx.ext.shell.ShellServiceOptions
 
setSessionTimeout(long) - Method in interface io.vertx.ext.web.handler.SessionHandler
Set the session timeout
setSessionTimeout(long) - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
 
setSessionTimeout(long) - Method in class io.vertx.rxjava.ext.web.handler.SessionHandler
Set the session timeout
setShared(boolean) - Method in class io.vertx.ext.auth.jdbc.JDBCAuthOptions
Set whether the JDBC client is shared or non shared.
setShared(boolean) - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
Use a shared Mongo client or not.
setShellHtmlResource(Buffer) - Method in class io.vertx.ext.shell.term.HttpTermOptions
Set shell.html resource to use.
setShort(int, short) - Method in interface io.vertx.core.buffer.Buffer
Sets the short at position pos in the Buffer to the value s.
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 interface io.vertx.core.buffer.Buffer
Sets the short at position pos in the Buffer to the value s in the Little Endian Byte Order.
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.
setShortName(String) - Method in class io.vertx.core.cli.Option
Sets the short name of this option.
setShortName(String) - Method in class io.vertx.core.cli.TypedOption
 
setSingleValued(boolean) - Method in class io.vertx.core.cli.Option
Sets whether or not this option can receive a value.
setSingleValued(boolean) - Method in class io.vertx.core.cli.TypedOption
 
setSite(String) - Method in class io.vertx.ext.auth.oauth2.OAuth2ClientOptions
 
setSize(int, int) - Method in interface io.vertx.ext.shell.term.Pty
Resize the terminal.
setSize(int, int) - Method in class io.vertx.rxjava.ext.shell.term.Pty
Resize the terminal.
setSkip(int) - Method in class io.vertx.ext.mongo.FindOptions
Set the skip
setSkipme(boolean) - Method in class io.vertx.redis.op.KillFilter
Set SKIPME filter
setSockJSHandlerOptions(SockJSHandlerOptions) - Method in class io.vertx.ext.shell.term.HttpTermOptions
The SockJS handler options.
setSockJSPath(String) - Method in class io.vertx.ext.shell.term.HttpTermOptions
Configure the SockJS path, the default value is /term/*.
setSoLinger(int) - Method in class io.vertx.amqpbridge.AmqpBridgeOptions
 
setSoLinger(int) - Method in class io.vertx.core.eventbus.EventBusOptions
 
setSoLinger(int) - Method in class io.vertx.core.http.HttpClientOptions
 
setSoLinger(int) - Method in class io.vertx.core.http.HttpServerOptions
 
setSoLinger(int) - Method in class io.vertx.core.net.NetClientOptions
 
setSoLinger(int) - Method in class io.vertx.core.net.NetServerOptions
 
setSoLinger(int) - Method in class io.vertx.core.net.TCPSSLOptions
Set whether SO_linger keep alive is enabled
setSoLinger(int) - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
setSoLinger(int) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
 
setSort(JsonObject) - Method in class io.vertx.ext.mongo.FindOptions
Set the sort document
setSparse(boolean) - Method in class io.vertx.core.file.OpenOptions
Set whether a hint should be provided that the file to created is sparse
setSSHOptions(SSHTermOptions) - Method in class io.vertx.ext.shell.ShellServiceOptions
Set the SSH options, if the option is null, SSH will not be started.
setSsl(boolean) - Method in class io.vertx.amqpbridge.AmqpBridgeOptions
 
setSsl(boolean) - Method in class io.vertx.core.eventbus.EventBusOptions
 
setSsl(boolean) - Method in class io.vertx.core.http.HttpClientOptions
 
setSsl(boolean) - Method in class io.vertx.core.http.HttpServerOptions
 
setSsl(boolean) - Method in class io.vertx.core.net.NetClientOptions
 
setSsl(boolean) - Method in class io.vertx.core.net.NetServerOptions
 
setSsl(boolean) - Method in class io.vertx.core.net.TCPSSLOptions
Set whether SSL/TLS is enabled
setSsl(boolean) - Method in class io.vertx.ext.mail.MailConfig
Set the sslOnConnect mode for the connection.
setSsl(boolean) - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
setSsl(boolean) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
 
setSsl(boolean) - Method in class io.vertx.ext.stomp.StompClientOptions
 
setSsl(boolean) - Method in class io.vertx.ext.stomp.StompServerOptions
 
setSsl(boolean) - Method in class io.vertx.servicediscovery.types.HttpLocation
Sets whether or not the HTTP service is using https.
setSslEngineOptions(SSLEngineOptions) - Method in class io.vertx.amqpbridge.AmqpBridgeOptions
 
setSslEngineOptions(SSLEngineOptions) - Method in class io.vertx.core.http.HttpClientOptions
 
setSslEngineOptions(SSLEngineOptions) - Method in class io.vertx.core.http.HttpServerOptions
 
setSslEngineOptions(SSLEngineOptions) - Method in class io.vertx.core.net.NetServerOptions
 
setSslEngineOptions(SSLEngineOptions) - Method in class io.vertx.core.net.TCPSSLOptions
Set to use SSL engine implementation to use.
setStarttls(StartTLSOptions) - Method in class io.vertx.ext.mail.MailConfig
Set the tls security mode for the connection.
setStatus(Status) - Method in class io.vertx.servicediscovery.Record
Sets the status of the service.
setStatusCode(int) - Method in interface io.vertx.core.http.HttpServerResponse
Set the status code.
setStatusCode(int) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Set the status code.
setStatusMessage(String) - Method in interface io.vertx.core.http.HttpServerResponse
Set the status message
setStatusMessage(String) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Set the status message
setStore(String) - Method in class io.vertx.redis.op.SortOptions
 
setString(int, String) - Method in interface io.vertx.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 interface io.vertx.core.buffer.Buffer
Sets the bytes at position pos in the Buffer to the value of str encoded in encoding enc.
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.
setSubject(String) - Method in class io.vertx.ext.auth.jwt.JWTOptions
The subject of this token
setSubject(String) - Method in class io.vertx.ext.mail.MailMessage
set the subject of this mail
setSummary(String) - Method in interface io.vertx.core.cli.CLI
Sets the summary of the CLI.
setSummary(String) - Method in class io.vertx.rxjava.core.cli.CLI
Sets the summary of the CLI.
setSupportedVersions(List<String>) - Method in class io.vertx.ext.stomp.StompServerOptions
Sets the STOMP protocol versions supported by the server.
setSync(boolean) - Method in class io.vertx.core.file.OpenOptions
Set whether every write to the file's content and meta-data will be written synchronously to the underlying hardware.
setSystemProps(List<String>) - Method in class io.vertx.core.spi.launcher.DefaultCommand
Gets system properties passed in the user command line.
setTcpKeepAlive(boolean) - Method in class io.vertx.amqpbridge.AmqpBridgeOptions
 
setTcpKeepAlive(boolean) - Method in class io.vertx.core.eventbus.EventBusOptions
 
setTcpKeepAlive(boolean) - Method in class io.vertx.core.http.HttpClientOptions
 
setTcpKeepAlive(boolean) - Method in class io.vertx.core.http.HttpServerOptions
 
setTcpKeepAlive(boolean) - Method in class io.vertx.core.net.NetClientOptions
 
setTcpKeepAlive(boolean) - Method in class io.vertx.core.net.NetServerOptions
 
setTcpKeepAlive(boolean) - Method in class io.vertx.core.net.TCPSSLOptions
Set whether TCP keep alive is enabled
setTcpKeepAlive(boolean) - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
setTcpKeepAlive(boolean) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
 
setTcpKeepAlive(boolean) - Method in class io.vertx.redis.RedisOptions
Set the TCP KeepAlive option
setTcpNoDelay(boolean) - Method in class io.vertx.amqpbridge.AmqpBridgeOptions
 
setTcpNoDelay(boolean) - Method in class io.vertx.core.eventbus.EventBusOptions
 
setTcpNoDelay(boolean) - Method in class io.vertx.core.http.HttpClientOptions
 
setTcpNoDelay(boolean) - Method in class io.vertx.core.http.HttpServerOptions
 
setTcpNoDelay(boolean) - Method in class io.vertx.core.net.NetClientOptions
 
setTcpNoDelay(boolean) - Method in class io.vertx.core.net.NetServerOptions
 
setTcpNoDelay(boolean) - Method in class io.vertx.core.net.TCPSSLOptions
Set whether TCP no delay is enabled
setTcpNoDelay(boolean) - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
setTcpNoDelay(boolean) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
 
setTcpNoDelay(boolean) - Method in class io.vertx.redis.RedisOptions
Set the TCP NoDelay at the socket level.
setTelnetOptions(TelnetTermOptions) - Method in class io.vertx.ext.shell.ShellServiceOptions
Set the Telnet options, if the option is null, Telnet will not be started.
setTenant(String) - Method in class io.vertx.ext.hawkular.VertxHawkularOptions
Set the Hawkular tenant.
setTermJsResource(Buffer) - Method in class io.vertx.ext.shell.term.HttpTermOptions
Set term.js resource to use.
setText(String) - Method in class io.vertx.ext.mail.MailMessage
set the plain text of this mail
setTimeFactor(int) - Method in class io.vertx.ext.stomp.StompServerOptions
Sets the time factor.
setTimeout(long) - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
Sets the timeout in milliseconds.
setTimeout(long) - Method in interface io.vertx.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.ext.shell.command.base.BusSend
 
setTimeout(long) - Method in class io.vertx.ext.unit.TestOptions
Set the test timeout.
setTimeout(long) - Method in interface io.vertx.ext.web.handler.CSRFHandler
Set the timeout for tokens generated by the handler, by default it uses the default from the session handler.
setTimeout(long) - Method in class io.vertx.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 interface io.vertx.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.
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 interface io.vertx.core.http.HttpConnection
 
settings() - Method in class io.vertx.rxjava.core.http.HttpConnection
 
setTo(List<String>) - Method in class io.vertx.ext.mail.MailMessage
set list of to addresses
setTo(String) - Method in class io.vertx.ext.mail.MailMessage
helper method for single recipient
setTo(String) - Method in class io.vertx.ext.unit.report.ReportOptions
Set the current reporter name.
setTokenPath(String) - Method in class io.vertx.ext.auth.oauth2.OAuth2ClientOptions
 
setTrafficClass(int) - Method in class io.vertx.amqpbridge.AmqpBridgeOptions
 
setTrafficClass(int) - Method in class io.vertx.core.datagram.DatagramSocketOptions
 
setTrafficClass(int) - Method in class io.vertx.core.eventbus.EventBusOptions
 
setTrafficClass(int) - Method in class io.vertx.core.http.HttpClientOptions
 
setTrafficClass(int) - Method in class io.vertx.core.http.HttpServerOptions
 
setTrafficClass(int) - Method in class io.vertx.core.net.NetClientOptions
 
setTrafficClass(int) - Method in class io.vertx.core.net.NetServerOptions
 
setTrafficClass(int) - Method in class io.vertx.core.net.NetworkOptions
Set the value of traffic class
setTrafficClass(int) - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
setTrafficClass(int) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
 
setTrailingLine(boolean) - Method in class io.vertx.ext.stomp.StompClientOptions
Sets whether or not an empty line should be appended to the written STOMP frame.
setTrailingLine(boolean) - Method in class io.vertx.ext.stomp.StompServerOptions
Sets whether or not an empty line should be appended to the written STOMP frame.
setTransaction(String) - Method in class io.vertx.ext.stomp.Frame
 
setTransactionChunkSize(int) - Method in class io.vertx.ext.stomp.StompServerOptions
Sets the chunk size when replaying a transaction.
setTransactionIsolation(TransactionIsolation, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.sql.SQLConnection
Attempts to change the transaction isolation level for this Connection object to the one given.
setTransactionIsolation(TransactionIsolation, Handler<AsyncResult<Void>>) - Method in class io.vertx.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
Attempts to change the transaction isolation level for this Connection object to the one given.
setTruncateExisting(boolean) - Method in class io.vertx.core.file.OpenOptions
Set whether the file should be truncated to zero length on opening if it exists and is opened for write
setTrustAll(boolean) - Method in class io.vertx.amqpbridge.AmqpBridgeOptions
 
setTrustAll(boolean) - Method in class io.vertx.core.eventbus.EventBusOptions
Set whether all server certificates should be trusted.
setTrustAll(boolean) - Method in class io.vertx.core.http.HttpClientOptions
 
setTrustAll(boolean) - Method in class io.vertx.core.net.ClientOptionsBase
Set whether all server certificates should be trusted
setTrustAll(boolean) - Method in class io.vertx.core.net.NetClientOptions
 
setTrustAll(boolean) - Method in class io.vertx.ext.mail.MailConfig
set whether to trust all certificates on ssl connect the option is also applied to STARTTLS operation
setTrustOptions(TrustOptions) - Method in class io.vertx.amqpbridge.AmqpBridgeOptions
 
setTrustOptions(TrustOptions) - Method in class io.vertx.core.eventbus.EventBusOptions
 
setTrustOptions(TrustOptions) - Method in class io.vertx.core.http.HttpClientOptions
 
setTrustOptions(TrustOptions) - Method in class io.vertx.core.http.HttpServerOptions
 
setTrustOptions(TrustOptions) - Method in class io.vertx.core.net.NetClientOptions
 
setTrustOptions(TrustOptions) - Method in class io.vertx.core.net.NetServerOptions
 
setTrustOptions(TrustOptions) - Method in class io.vertx.core.net.TCPSSLOptions
Set the trust options.
setTrustStoreOptions(JksOptions) - Method in class io.vertx.amqpbridge.AmqpBridgeOptions
 
setTrustStoreOptions(JksOptions) - Method in class io.vertx.core.eventbus.EventBusOptions
 
setTrustStoreOptions(JksOptions) - Method in class io.vertx.core.http.HttpClientOptions
 
setTrustStoreOptions(JksOptions) - Method in class io.vertx.core.http.HttpServerOptions
 
setTrustStoreOptions(JksOptions) - Method in class io.vertx.core.net.NetClientOptions
 
setTrustStoreOptions(JksOptions) - Method in class io.vertx.core.net.NetServerOptions
 
setTrustStoreOptions(JksOptions) - Method in class io.vertx.core.net.TCPSSLOptions
Set the trust options in jks format, aka Java trustore
setTrustStoreOptions(JksOptions) - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
setTrustStoreOptions(JksOptions) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
 
setTryUseCompression(boolean) - Method in class io.vertx.core.http.HttpClientOptions
Set whether compression is enabled
setTty(Tty) - Method in interface io.vertx.ext.shell.system.Job
Set a tty on the job.
setTty(Tty) - Method in interface io.vertx.ext.shell.system.Process
Set the process tty.
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.
setType(Class<T>) - Method in class io.vertx.core.cli.TypedArgument
Sets the argument type.
setType(Class<T>) - Method in class io.vertx.core.cli.TypedOption
 
setType(ProxyType) - Method in class io.vertx.core.net.ProxyOptions
Set proxy type.
setType(ShiroAuthRealmType) - Method in class io.vertx.ext.auth.shiro.ShiroAuthOptions
Set the Shiro auth options type.
setType(MatchType) - Method in class io.vertx.ext.dropwizard.Match
Set the type of matching to apply.
setType(ObjectType) - Method in class io.vertx.ext.shell.command.base.BusPublish
 
setType(KillFilter.Type) - Method in class io.vertx.redis.op.KillFilter
Set TYPE filter
setType(String) - Method in class io.vertx.servicediscovery.Record
Sets the type of service.
setUnsignedByte(int, short) - Method in interface io.vertx.core.buffer.Buffer
Sets the unsigned byte at position pos in the Buffer to the value b.
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 interface io.vertx.core.buffer.Buffer
Sets the unsigned int at position pos in the Buffer to the value i.
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 interface io.vertx.core.buffer.Buffer
Sets the unsigned int at position pos in the Buffer to the value i in the Little Endian Byte Order.
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 interface io.vertx.core.buffer.Buffer
Sets the unsigned short at position pos in the Buffer to the value s.
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 interface io.vertx.core.buffer.Buffer
Sets the unsigned short at position pos in the Buffer to the value s in the Little Endian Byte Order.
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.
setUp(ExecutionContext) - Method in interface io.vertx.core.spi.launcher.Command
Set up the command execution environment.
setUp(ExecutionContext) - Method in class io.vertx.core.spi.launcher.DefaultCommand
 
setupCallback(Route) - Method in interface io.vertx.ext.web.handler.OAuth2AuthHandler
add the callback handler to a given route.
setupCallback(Route) - Method in class io.vertx.rxjava.ext.web.handler.OAuth2AuthHandler
add the callback handler to a given route.
setUpdated(int) - Method in class io.vertx.ext.sql.UpdateResult
 
setUploadsDirectory(String) - Method in interface io.vertx.ext.web.handler.BodyHandler
Set the uploads directory to use
setUploadsDirectory(String) - Method in class io.vertx.rxjava.ext.web.handler.BodyHandler
Set the uploads directory to use
setUpsert(boolean) - Method in class io.vertx.ext.mongo.UpdateOptions
Set whether upsert is enabled
setUri(String) - Method in class io.vertx.camel.CamelMapping
Sets the Camel endpoint URI.
setUri(String) - Method in class io.vertx.camel.InboundMapping
 
setUri(String) - Method in class io.vertx.camel.OutboundMapping
 
setUsageAddress(String) - Method in class io.vertx.servicediscovery.ServiceDiscoveryOptions
Sets the usage address: the event bus address on which are sent the service usage events (bind / release).
setUsagePrefix(String) - Method in class io.vertx.core.cli.UsageMessageFormatter
 
setUseAlpn(boolean) - Method in class io.vertx.amqpbridge.AmqpBridgeOptions
 
setUseAlpn(boolean) - Method in class io.vertx.core.http.HttpClientOptions
 
setUseAlpn(boolean) - Method in class io.vertx.core.http.HttpServerOptions
 
setUseAlpn(boolean) - Method in class io.vertx.core.net.NetServerOptions
 
setUseAlpn(boolean) - Method in class io.vertx.core.net.TCPSSLOptions
Set the ALPN usage.
setUseBasicAuthorizationHeader(boolean) - Method in class io.vertx.ext.auth.oauth2.OAuth2ClientOptions
 
setUseEventLoop(Boolean) - Method in class io.vertx.ext.unit.TestOptions
Configure the execution to use an event loop when there is no one existing.
setUsePooledBuffers(boolean) - Method in class io.vertx.amqpbridge.AmqpBridgeOptions
 
setUsePooledBuffers(boolean) - Method in class io.vertx.core.eventbus.EventBusOptions
 
setUsePooledBuffers(boolean) - Method in class io.vertx.core.http.HttpClientOptions
 
setUsePooledBuffers(boolean) - Method in class io.vertx.core.http.HttpServerOptions
 
setUsePooledBuffers(boolean) - Method in class io.vertx.core.net.NetClientOptions
 
setUsePooledBuffers(boolean) - Method in class io.vertx.core.net.NetServerOptions
 
setUsePooledBuffers(boolean) - Method in class io.vertx.core.net.TCPSSLOptions
Set whether Netty pooled buffers are enabled
setUsePooledBuffers(boolean) - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
setUsePooledBuffers(boolean) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
 
setUser(User) - Method in interface io.vertx.ext.web.RoutingContext
Set the user.
setUser(User) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Set the user.
setUserAgent(String) - Method in class io.vertx.ext.auth.oauth2.OAuth2ClientOptions
 
setUserInfoPath(String) - Method in class io.vertx.ext.auth.oauth2.OAuth2ClientOptions
 
setUsername(String) - Method in class io.vertx.core.net.ProxyOptions
Set proxy username.
setUsername(String) - Method in class io.vertx.ext.mail.MailConfig
Set the username for the login.
setUsernameCredentialField(String) - Method in interface io.vertx.ext.auth.mongo.MongoAuth
Set the name of the field to be used as property for the username in the method AuthProvider.authenticate(JsonObject, io.vertx.core.Handler).
setUsernameCredentialField(String) - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
The property name to be used to set the name of the field, where the username for the credentials is stored inside.
setUsernameCredentialField(String) - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
setUsernameField(String) - Method in interface io.vertx.ext.auth.mongo.MongoAuth
Set the name of the field to be used for the username.
setUsernameField(String) - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
The property name to be used to set the name of the field, where the username is stored inside.
setUsernameField(String) - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
Set the name of the field to be used for the username.
setUsernameParam(String) - Method in interface io.vertx.ext.web.handler.FormLoginHandler
Set the name of the form param used to submit the username
setUsernameParam(String) - Method in class io.vertx.rxjava.ext.web.handler.FormLoginHandler
Set the name of the form param used to submit the username
setUseStompFrame(boolean) - Method in class io.vertx.ext.stomp.StompClientOptions
Sets whether or not the connection is made using the STOMP command instead of the CONNECT command.
setValue(Buffer) - Method in class io.vertx.core.net.JksOptions
Set the key store as a buffer
setValue(Buffer) - Method in class io.vertx.core.net.PfxOptions
Set the store as a buffer
setValue(String) - Method in class io.vertx.ext.dropwizard.Match
Set the matched value.
setValue(String) - Method in class io.vertx.ext.shell.command.base.LocalMapPut
 
setValue(String) - Method in interface io.vertx.ext.web.Cookie
Sets the value of this cookie
setValue(String) - Method in class io.vertx.rxjava.ext.web.Cookie
Sets the value of this cookie
setVerbose(boolean) - Method in class io.vertx.ext.shell.command.base.BusPublish
 
setVerbose(boolean) - Method in class io.vertx.ext.shell.command.base.BusTail
 
setVerifyHost(boolean) - Method in class io.vertx.core.http.HttpClientOptions
Set whether hostname verification is enabled
setVertsShellJsResource(Buffer) - Method in class io.vertx.ext.shell.term.HttpTermOptions
Set vertxshell.js resource to use.
setVertx(Vertx) - Method in interface io.vertx.core.spi.cluster.ClusterManager
 
setVertx(Vertx) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
 
setVertx(Vertx) - Method in class io.vertx.spi.cluster.ignite.IgniteClusterManager
 
setVertx(Vertx) - Method in class io.vertx.spi.cluster.jgroups.JGroupsClusterManager
 
setVirtualHost(String) - Method in class io.vertx.ext.stomp.StompClientOptions
Sets the virtual host that will be used as "host" header value in the `CONNECT` frame.
setWarningExceptionTime(long) - Method in class io.vertx.core.VertxOptions
Set the threshold value above this, the blocked warning contains a stack trace.
setWebRoot(String) - Method in interface io.vertx.ext.web.handler.StaticHandler
Set the web root
setWebRoot(String) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
Set the web root
setWebsocketBridge(boolean) - Method in class io.vertx.ext.stomp.StompServerOptions
Enables or disables the web socket bridge.
setWebsocketPath(String) - Method in class io.vertx.ext.stomp.StompServerOptions
Sets the websocket path.
setWebsocketSubProtocols(String) - Method in class io.vertx.core.http.HttpServerOptions
Set the websocket subprotocols supported by the server.
setWelcomeMessage(String) - Method in class io.vertx.ext.shell.ShellServerOptions
Set the shell welcome message, i.e the message displayed in the user console when he connects to the shell.
setWelcomeMessage(String) - Method in class io.vertx.ext.shell.ShellServiceOptions
 
setWidth(int) - Method in class io.vertx.core.cli.UsageMessageFormatter
 
setWindowSize(int) - Method in interface io.vertx.core.http.HttpConnection
Update the current connection wide window size to a new size.
setWindowSize(int) - Method in class io.vertx.rxjava.core.http.HttpConnection
Update the current connection wide window size to a new size.
setWithCoord(boolean) - Method in class io.vertx.redis.op.GeoRadiusOptions
Set the radius options to be coordinate based.
setWithDist(boolean) - Method in class io.vertx.redis.op.GeoRadiusOptions
Set the radius options to be distance based.
setWithHash(boolean) - Method in class io.vertx.redis.op.GeoRadiusOptions
Set the radius options to be hash based.
setWithOptions(String, String, SetOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Set the string value of a key
setWithOptions(String, String, SetOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Set the string value of a key
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
Set the string value of a key
setWithOptionsObservable(String, String, SetOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set the string value of a key
setWithTransitive(boolean) - Method in class io.vertx.maven.resolver.ResolutionOptions
Sets whether or not the resolution of the dependency should include the transitive dependencies.
setWorker(boolean) - Method in class io.vertx.core.DeploymentOptions
Set whether the verticle(s) should be deployed as a worker verticle
setWorkerPoolName(String) - Method in class io.vertx.core.DeploymentOptions
Set the worker pool name to use for this verticle.
setWorkerPoolSize(int) - Method in class io.vertx.core.DeploymentOptions
Set the maximum number of worker threads to be used by the Vert.x instance.
setWorkerPoolSize(int) - Method in class io.vertx.core.VertxOptions
Set the maximum number of worker threads to be used by the Vert.x instance.
setWrite(boolean) - Method in class io.vertx.core.file.OpenOptions
Set whether the file is to be opened for writing
setWriteOption(WriteOption) - Method in class io.vertx.ext.mongo.UpdateOptions
Set the write option
setWritePos(long) - Method in interface io.vertx.core.file.AsyncFile
Sets the position from which data will be written when using the file as a WriteStream.
setWritePos(long) - Method in class io.vertx.rxjava.core.file.AsyncFile
Sets the position from which data will be written when using the file as a WriteStream.
setWriteQueueMaxSize(int) - Method in interface io.vertx.core.datagram.PacketWritestream
 
setWriteQueueMaxSize(int) - Method in interface io.vertx.core.eventbus.MessageProducer
 
setWriteQueueMaxSize(int) - Method in interface io.vertx.core.file.AsyncFile
 
setWriteQueueMaxSize(int) - Method in interface io.vertx.core.http.HttpClientRequest
 
setWriteQueueMaxSize(int) - Method in interface io.vertx.core.http.HttpServerResponse
 
setWriteQueueMaxSize(int) - Method in interface io.vertx.core.http.ServerWebSocket
 
setWriteQueueMaxSize(int) - Method in interface io.vertx.core.http.WebSocket
 
setWriteQueueMaxSize(int) - Method in interface io.vertx.core.http.WebSocketBase
 
setWriteQueueMaxSize(int) - Method in interface io.vertx.core.net.NetSocket
 
setWriteQueueMaxSize(int) - Method in interface io.vertx.core.streams.Pump
Set the write queue max size to maxSize
setWriteQueueMaxSize(int) - Method in interface io.vertx.core.streams.WriteStream
Set the maximum size of the write queue to maxSize.
setWriteQueueMaxSize(int) - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
 
setWriteQueueMaxSize(int) - Method in class io.vertx.rxjava.core.datagram.PacketWritestream
 
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
 
setXX(boolean) - Method in class io.vertx.redis.op.SetOptions
 
Shareable - Interface in io.vertx.core.shareddata
A marker interface which allows you to put arbitrary objects into a LocalMap.
SharedData - Interface in io.vertx.core.shareddata
Shared data allows you to share data safely between different parts of your application in a safe way.
sharedData() - Method in interface io.vertx.core.Vertx
Get the shared data object.
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 - Interface in io.vertx.ext.shell
An interactive session between a consumer and a shell.
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
 
ShellServer - Interface in io.vertx.ext.shell
The shell server.

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

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
 
ShellServerOptions - Class in io.vertx.ext.shell
The configurations options for the shell server.
ShellServerOptions() - Constructor for class io.vertx.ext.shell.ShellServerOptions
 
ShellServerOptions(ShellServerOptions) - Constructor for class io.vertx.ext.shell.ShellServerOptions
 
ShellServerOptions(JsonObject) - Constructor for class io.vertx.ext.shell.ShellServerOptions
 
ShellServerOptionsConverter - Class in io.vertx.ext.shell
Converter for ShellServerOptions.
ShellServerOptionsConverter() - Constructor for class io.vertx.ext.shell.ShellServerOptionsConverter
 
ShellService - Interface in io.vertx.ext.shell
The shell service, provides a remotely accessible shell available via Telnet or SSH according to the ShellServiceOptions configuration.

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

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
 
ShellServiceOptions - Class in io.vertx.ext.shell
The configurations options for the shell service, the shell connectors can be configured with TelnetTermOptions, SSHTermOptions and HttpTermOptions.
ShellServiceOptions() - Constructor for class io.vertx.ext.shell.ShellServiceOptions
 
ShellServiceOptions(ShellServiceOptions) - Constructor for class io.vertx.ext.shell.ShellServiceOptions
 
ShellServiceOptions(JsonObject) - Constructor for class io.vertx.ext.shell.ShellServiceOptions
 
ShellServiceOptionsConverter - Class in io.vertx.ext.shell
Converter for ShellServiceOptions.
ShellServiceOptionsConverter() - Constructor for class io.vertx.ext.shell.ShellServiceOptionsConverter
 
ShellVerticle - Class in io.vertx.ext.shell
 
ShellVerticle() - Constructor for class io.vertx.ext.shell.ShellVerticle
 
ShiroAuth - Interface in io.vertx.ext.auth.shiro
Factory interface for creating Apache Shiro based AuthProvider instances.
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
 
ShiroAuthOptions - Class in io.vertx.ext.auth.shiro
Shiro auth configuration options, see Vert.x Auth Shiro component and/or Apache Shiro project.
ShiroAuthOptions() - Constructor for class io.vertx.ext.auth.shiro.ShiroAuthOptions
 
ShiroAuthOptions(ShiroAuthOptions) - Constructor for class io.vertx.ext.auth.shiro.ShiroAuthOptions
 
ShiroAuthOptions(JsonObject) - Constructor for class io.vertx.ext.auth.shiro.ShiroAuthOptions
 
ShiroAuthOptionsConverter - Class in io.vertx.ext.auth.shiro
Converter for ShiroAuthOptions.
ShiroAuthOptionsConverter() - Constructor for class io.vertx.ext.auth.shiro.ShiroAuthOptionsConverter
 
ShiroAuthRealmType - Enum in io.vertx.ext.auth.shiro
The type of the Shiro auth realm
shortName - Variable in class io.vertx.core.cli.Option
the option short name.
shutdown() - Method in interface io.vertx.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 interface io.vertx.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.
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 interface io.vertx.core.http.HttpConnection
Set an handler called when a GOAWAY frame has been sent or received and all connections are closed.
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.
ShutdownOptions - Enum in io.vertx.redis.op
 
SignalHandler - Interface in io.vertx.ext.shell.term
 
SignalHandler - Class in io.vertx.rxjava.ext.shell.term
 
SignalHandler(SignalHandler) - Constructor for class io.vertx.rxjava.ext.shell.term.SignalHandler
 
SingleOnSubscribeAdapter<T> - Class in io.vertx.rx.java
 
SingleOnSubscribeAdapter() - Constructor for class io.vertx.rx.java.SingleOnSubscribeAdapter
 
singleValued - Variable in class io.vertx.core.cli.Option
whether or not the option receives a single value.
sinter(List<String>, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Intersect multiple sets
sinter(List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Intersect multiple sets
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
Intersect multiple sets
sinterObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Intersect multiple sets
sinterstore(String, List<String>, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Intersect multiple sets and store the resulting set in a key
sinterstore(String, List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Intersect multiple sets and store the resulting set in a key
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
Intersect multiple sets and store the resulting set in a key
sinterstoreObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Intersect multiple sets and store the resulting set in a key
sismember(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Determine if a given value is a member of a set
sismember(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Determine if a given value is a member of a set
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
Determine if a given value is a member of a set
sismemberObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Determine if a given value is a member of a set
size() - Method in interface io.vertx.core.CompositeFuture
 
size() - Method in interface io.vertx.core.file.FileProps
The size of the file, in bytes
size() - Method in class io.vertx.core.http.CaseInsensitiveHeaders
 
size() - Method in interface io.vertx.core.http.HttpServerFileUpload
The size of the upload may not be available until it is all read.
size() - Method in class io.vertx.core.json.JsonArray
Get the number of values in this JSON array
size() - Method in class io.vertx.core.json.JsonObject
Get the number of entries in the JSON object
size() - Method in interface io.vertx.core.MultiMap
Return the number of keys.
size(Handler<AsyncResult<Integer>>) - Method in interface io.vertx.core.shareddata.AsyncMap
Provide the number of entries in the map
size() - Method in interface io.vertx.core.shareddata.LocalMap
Get the size of the map
size() - Method in interface io.vertx.ext.web.FileUpload
 
size(Handler<AsyncResult<Integer>>) - Method in interface io.vertx.ext.web.sstore.SessionStore
Get the number of sessions in the store
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
sizeObservable() - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
Provide the number of entries in the map
sizeObservable() - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
Get the number of sessions in the store
slave() - Method in interface io.vertx.ext.shell.term.Pty
 
slave() - Method in class io.vertx.rxjava.ext.shell.term.Pty
 
slaveof(String, int, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Make the server a slave of another instance
slaveof(String, int, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Make the server a slave of another instance
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 interface io.vertx.redis.RedisClient
Make this server a master
slaveofNoone(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Make this server a master
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
Make this server a master
slaveofNooneObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Make this server a master
slaveofObservable(String, int) - Method in class io.vertx.rxjava.redis.RedisClient
Make the server a slave of another instance
slaveofObservable(String, int) - Method in class io.vertx.rxjava.redis.RedisTransaction
Make the server a slave of another instance
Sleep - Class in io.vertx.ext.shell.command.base
 
Sleep() - Constructor for class io.vertx.ext.shell.command.base.Sleep
 
SLF4JLogDelegate - Class in io.vertx.core.logging
 
SLF4JLogDelegateFactory - Class in io.vertx.core.logging
 
SLF4JLogDelegateFactory() - Constructor for class io.vertx.core.logging.SLF4JLogDelegateFactory
 
slice() - Method in interface io.vertx.core.buffer.Buffer
Returns a slice of this buffer.
slice(int, int) - Method in interface io.vertx.core.buffer.Buffer
Returns a slice of this buffer.
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.
SlotCmd - Enum in io.vertx.redis.op
 
slowlogGet(int, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Read the Redis slow queries log
slowlogGet(int, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Read the Redis slow queries log
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
Read the Redis slow queries log
slowlogGetObservable(int) - Method in class io.vertx.rxjava.redis.RedisTransaction
Read the Redis slow queries log
slowlogLen(Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Get the length of the Redis slow queries log
slowlogLen(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Get the length of the Redis slow queries log
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
Get the length of the Redis slow queries log
slowlogLenObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Get the length of the Redis slow queries log
slowlogReset(Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Reset the Redis slow queries log
slowlogReset(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Reset the Redis slow queries log
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
Reset the Redis slow queries log
slowlogResetObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Reset the Redis slow queries log
smembers(String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Get all the members in a set
smembers(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Get all the members in a set
smembers(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get all the members in a set
smembers(String, Handler<AsyncResult<String>>) - 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
Get all the members in a set
smembersObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get all the members in a set
smove(String, String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Move a member from one set to another
smove(String, String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Move a member from one set to another
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
Move a member from one set to another
smoveObservable(String, String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Move a member from one set to another
socket() - Method in interface io.vertx.ext.web.handler.sockjs.BridgeEvent
Get the SockJSSocket instance corresponding to the event
socket() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.BridgeEvent
Get the SockJSSocket instance corresponding to the event
SocketAddress - Interface in io.vertx.core.net
The address of a socket
SocketAddress - Class in io.vertx.rxjava.core.net
The address of a socket

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

SocketAddress(SocketAddress) - Constructor for class io.vertx.rxjava.core.net.SocketAddress
 
socketHandler(Handler<SockJSSocket>) - Method in interface io.vertx.ext.web.handler.sockjs.SockJSHandler
Set a SockJS socket handler.
socketHandler(Handler<SockJSSocket>) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSHandler
Set a SockJS socket handler.
SockJSHandler - Interface in io.vertx.ext.web.handler.sockjs
A handler that allows you to handle SockJS connections from clients.
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
 
SockJSHandlerOptions - Class in io.vertx.ext.web.handler.sockjs
Options for configuring a SockJS handler
SockJSHandlerOptions(SockJSHandlerOptions) - Constructor for class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
 
SockJSHandlerOptions() - Constructor for class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
 
SockJSHandlerOptions(JsonObject) - Constructor for class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
 
SockJSSocket - Interface in io.vertx.ext.web.handler.sockjs
You interact with SockJS clients through instances of SockJS socket.
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 - Interface in io.vertx.ext.shell.term
 
SockJSTermHandler - Class in io.vertx.rxjava.ext.shell.term
 
SockJSTermHandler(SockJSTermHandler) - Constructor for class io.vertx.rxjava.ext.shell.term.SockJSTermHandler
 
sort(String, SortOptions, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Sort the elements in a list, set or sorted set
sort(String, SortOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Sort the elements in a list, set or sorted set
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
Sort the elements in a list, set or sorted set
sortObservable(String, SortOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
Sort the elements in a list, set or sorted set
SortOptions - Class in io.vertx.redis.op
 
SortOptions() - Constructor for class io.vertx.redis.op.SortOptions
 
SortOptions(SortOptions) - Constructor for class io.vertx.redis.op.SortOptions
 
SortOptions(JsonObject) - Constructor for class io.vertx.redis.op.SortOptions
 
specificDurationUnits(Map<String, TimeUnit>) - Method in class io.vertx.ext.dropwizard.reporters.JmxReporter.Builder
Use specific TimeUnits for the duration of the metrics with these names.
specificRateUnits(Map<String, TimeUnit>) - Method in class io.vertx.ext.dropwizard.reporters.JmxReporter.Builder
Use specific TimeUnits for the rate of the metrics with these names.
spop(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Remove and return a random member from a set
spop(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Remove and return a random member from a set
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 interface io.vertx.redis.RedisClient
Remove and return random members from a set
spopMany(String, int, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Remove and return random members 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
Remove and return random members from a set
spopManyObservable(String, int) - Method in class io.vertx.rxjava.redis.RedisTransaction
Remove and return random members from a set
spopObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
Remove and return a random member from a set
spopObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Remove and return a random member from a set
SQLConnection - Interface in io.vertx.ext.sql
Represents a connection to a SQL database
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
 
srandmember(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Get one or multiple random members from a set
srandmember(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Get one or multiple random members from a set
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 interface io.vertx.redis.RedisClient
Get one or multiple random members from a set
srandmemberCount(String, int, Handler<AsyncResult<String>>) - Method in interface io.vertx.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
Get one or multiple random members from a set
srandmemberCountObservable(String, int) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get one or multiple random members from a set
srandmemberObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
Get one or multiple random members from a set
srandmemberObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get one or multiple random members from a set
srem(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Remove one member from a set
srem(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Remove one member from a set
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 interface io.vertx.redis.RedisClient
Remove one or more members from a set
sremMany(String, List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Remove one or more members 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
Remove one or more members from a set
sremManyObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Remove one or more members from a set
sremObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
Remove one member from a set
sremObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Remove one member from a set
SrvRecord - Interface in io.vertx.core.dns
Represent a Service-Record (SRV) which was resolved for a domain.
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 interface io.vertx.redis.RedisClient
Incrementally iterate Set elements
sscan(String, String, ScanOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Incrementally iterate Set elements
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
Incrementally iterate Set elements
sscanObservable(String, String, ScanOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
Incrementally iterate Set elements
SSHTermOptions - Class in io.vertx.ext.shell.term
The SSH term configuration options.
SSHTermOptions() - Constructor for class io.vertx.ext.shell.term.SSHTermOptions
 
SSHTermOptions(SSHTermOptions) - Constructor for class io.vertx.ext.shell.term.SSHTermOptions
 
SSHTermOptions(JsonObject) - Constructor for class io.vertx.ext.shell.term.SSHTermOptions
 
SSHTermOptionsConverter - Class in io.vertx.ext.shell.term
Converter for SSHTermOptions.
SSHTermOptionsConverter() - Constructor for class io.vertx.ext.shell.term.SSHTermOptionsConverter
 
SSLEngineOptions - Class in io.vertx.core.net
The SSL engine implementation to use in a Vert.x server or client.
SSLEngineOptions() - Constructor for class io.vertx.core.net.SSLEngineOptions
 
stackTrace() - Method in interface io.vertx.ext.unit.report.Failure
 
stackTrace() - Method in class io.vertx.rxjava.ext.unit.report.Failure
 
start(String, int, String, String, Handler<AsyncResult<AmqpBridge>>) - Method in interface io.vertx.amqpbridge.AmqpBridge
Starts the bridge, establishing the underlying connection.
start(String, int, Handler<AsyncResult<AmqpBridge>>) - Method in interface io.vertx.amqpbridge.AmqpBridge
Starts the bridge, establishing the underlying connection.
start() - Method in interface io.vertx.camel.CamelBridge
Starts the bridge.
start(Handler<AsyncResult<Void>>) - Method in interface io.vertx.camel.CamelBridge
Starts the bridge.
start(Future<Void>) - Method in class io.vertx.core.AbstractVerticle
Start the verticle.
start() - Method in class io.vertx.core.AbstractVerticle
If your verticle does a simple, synchronous start-up then override this method and put your start-up code in there.
start(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.eventbus.EventBus
Start the event bus.
start() - Method in interface io.vertx.core.streams.Pump
Start the Pump.
start(Future<Void>) - Method in interface io.vertx.core.Verticle
Start the verticle instance.
start() - Method in class io.vertx.ext.dropwizard.reporters.JmxReporter
Starts the reporter.
start(long, TimeUnit, BiConsumer<String, Object>) - Method in class io.vertx.ext.dropwizard.ScheduledMetricsConsumer
 
start() - Method in class io.vertx.ext.mail.MailServiceVerticle
 
start() - Method in interface io.vertx.ext.shell.ShellService
Start the shell service, this is an asynchronous start.
start(Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.shell.ShellService
Start the shell service, this is an asynchronous start.
start(Future<Void>) - Method in class io.vertx.ext.shell.ShellVerticle
 
start(Future<Void>) - Method in class io.vertx.ext.sync.SyncVerticle
 
start() - Method in class io.vertx.ext.sync.SyncVerticle
Override this method in your verticle
start(Future<Void>) - Method in class io.vertx.lang.ruby.JRubyVerticle
 
start(Handler<AsyncResult<Void>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Start the rabbitMQ client.
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() - Method in class io.vertx.rxjava.core.streams.Pump
Start the Pump.
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 bridge.
start(Vertx, ServicePublisher, JsonObject, Future<Void>) - Method in class io.vertx.servicediscovery.consul.ConsulServiceImporter
 
start(Vertx, ServicePublisher, JsonObject, Future<Void>) - Method in class io.vertx.servicediscovery.docker.DockerLinksServiceImporter
 
start(Vertx, ServicePublisher, JsonObject, Future<Void>) - Method in class io.vertx.servicediscovery.kubernetes.KubernetesServiceImporter
 
start(Vertx, ServicePublisher, JsonObject, Future<Void>) - Method in interface io.vertx.servicediscovery.spi.ServiceImporter
Starts the bridge.
Starter - Class in io.vertx.core
Deprecated.
Use Launcher instead
Starter() - Constructor for class io.vertx.core.Starter
Deprecated.
 
startObservable(String, int, String, String) - Method in class io.vertx.rxjava.amqpbridge.AmqpBridge
Starts the bridge, establishing the underlying connection.
startObservable(String, int) - Method in class io.vertx.rxjava.amqpbridge.AmqpBridge
Starts the bridge, establishing the underlying connection.
startObservable() - Method in class io.vertx.rxjava.ext.shell.ShellService
Start the shell service, this is an asynchronous start.
startObservable() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Start the rabbitMQ client.
StartTLSOptions - Enum in io.vertx.ext.mail
possible options for a secure connection using TLS
either DISABLED, OPTIONAL or REQUIRED
state() - Method in interface io.vertx.circuitbreaker.CircuitBreaker
 
state() - Method in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
 
StaticHandler - Interface in io.vertx.ext.web.handler
A handler for serving static resources from the file system or classpath.
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 interface io.vertx.ext.shell.system.Job
 
status() - Method in interface io.vertx.ext.shell.system.Process
 
status() - Method in class io.vertx.rxjava.ext.shell.system.Job
 
status() - Method in class io.vertx.rxjava.ext.shell.system.Process
 
Status - Enum in io.vertx.servicediscovery
Service publication status.
statusCode() - Method in interface io.vertx.core.http.HttpClientResponse
 
statusCode() - Method in interface io.vertx.ext.web.RoutingContext
If the context is being routed to failure handlers after a failure has been triggered by calling RoutingContext.fail(int) then this will return that status code.
statusCode() - Method in class io.vertx.rxjava.core.http.HttpClientResponse
 
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 interface io.vertx.core.http.HttpClientResponse
 
statusMessage() - Method in class io.vertx.rxjava.core.http.HttpClientResponse
 
statusUpdateHandler(Handler<ExecStatus>) - Method in interface io.vertx.ext.shell.system.Job
Set an handler called when the job terminates.
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 interface io.vertx.ext.shell.command.CommandProcess
 
stdinHandler(Handler<String>) - Method in interface io.vertx.ext.shell.term.Term
 
stdinHandler(Handler<String>) - Method in interface io.vertx.ext.shell.term.Tty
Set a stream handler on the standard input to read the data.
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 interface io.vertx.ext.shell.term.Pty
Set the standard out handler of the pseudo terminal.
stdoutHandler(Handler<String>) - Method in class io.vertx.rxjava.ext.shell.term.Pty
Set the standard out handler of the pseudo terminal.
STOMP_FRAME_COMMAND - Static variable in class io.vertx.ext.stomp.Frame
Header used when a frame using an unknown command is received.
StompClient - Interface in io.vertx.ext.stomp
Defines a STOMP client.
StompClient - Class in io.vertx.rxjava.ext.stomp
Defines a STOMP client.
StompClient(StompClient) - Constructor for class io.vertx.rxjava.ext.stomp.StompClient
 
StompClientConnection - Interface in io.vertx.ext.stomp
Once a connection to the STOMP server has been made, client receives a StompClientConnection, that let send and receive STOMP frames.
StompClientConnection - 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
 
StompClientOptions - Class in io.vertx.ext.stomp
Options used to configure a STOMP client.
StompClientOptions() - Constructor for class io.vertx.ext.stomp.StompClientOptions
Default constructor.
StompClientOptions(StompClientOptions) - Constructor for class io.vertx.ext.stomp.StompClientOptions
Copy constructor.
StompClientOptions(JsonObject) - Constructor for class io.vertx.ext.stomp.StompClientOptions
Creates an instance from a JsonObject.
StompClientOptionsConverter - Class in io.vertx.ext.stomp
Converter for StompClientOptions.
StompClientOptionsConverter() - Constructor for class io.vertx.ext.stomp.StompClientOptionsConverter
 
stompHandler() - Method in interface io.vertx.ext.stomp.StompServer
 
stompHandler(Handler<ServerFrame>) - Method in interface io.vertx.ext.stomp.StompServerHandler
Configures the action to execute when a STOMP frame is received.
stompHandler() - 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.
StompOptions - Interface in io.vertx.ext.stomp
Defines a couples of constants shared by client and server options.
StompServer - Interface in io.vertx.ext.stomp
Defines a STOMP server.
StompServer - Class in io.vertx.rxjava.ext.stomp
Defines a STOMP server.
StompServer(StompServer) - Constructor for class io.vertx.rxjava.ext.stomp.StompServer
 
StompServerConnection - Interface in io.vertx.ext.stomp
Class representing a connection between a STOMP client a the server.
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 - Interface in io.vertx.ext.stomp
STOMP server handler implements the behavior of the STOMP server when a specific event occurs.
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
 
StompServerOptions - Class in io.vertx.ext.stomp
STOMP Server options.
StompServerOptions() - Constructor for class io.vertx.ext.stomp.StompServerOptions
Default constructor.
StompServerOptions(StompServerOptions) - Constructor for class io.vertx.ext.stomp.StompServerOptions
Copy constructor.
StompServerOptions(JsonObject) - Constructor for class io.vertx.ext.stomp.StompServerOptions
Create an instance from a JsonObject.
StompServerOptionsConverter - Class in io.vertx.ext.stomp
Converter for StompServerOptions.
StompServerOptionsConverter() - Constructor for class io.vertx.ext.stomp.StompServerOptionsConverter
 
stop() - Method in interface io.vertx.camel.CamelBridge
Stops the bridge.
stop(Handler<AsyncResult<Void>>) - Method in interface io.vertx.camel.CamelBridge
Stops the bridge.
stop(Future<Void>) - Method in class io.vertx.core.AbstractVerticle
Stop the verticle.
stop() - Method in class io.vertx.core.AbstractVerticle
If your verticle has simple synchronous clean-up tasks to complete then override this method and put your clean-up code in there.
stop() - Method in interface io.vertx.core.streams.Pump
Stop the Pump.
stop(Future<Void>) - Method in interface io.vertx.core.Verticle
Stop the verticle instance.
stop() - Method in class io.vertx.ext.dropwizard.reporters.JmxReporter
Stops the reporter.
stop() - Method in class io.vertx.ext.dropwizard.ScheduledMetricsConsumer
 
stop() - Method in class io.vertx.ext.mail.MailServiceVerticle
 
stop() - Method in interface io.vertx.ext.shell.ShellService
Stop the shell service, this is an asynchronous stop.
stop(Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.shell.ShellService
Stop the shell service, this is an asynchronous start.
stop(Future<Void>) - Method in class io.vertx.ext.sync.SyncVerticle
 
stop() - Method in class io.vertx.ext.sync.SyncVerticle
Optionally override this method in your verticle if you have cleanup to do
stop(Future<Void>) - Method in class io.vertx.lang.ruby.JRubyVerticle
 
stop(Handler<AsyncResult<Void>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Stop the rabbitMQ client.
stop() - Method in class io.vertx.rxjava.core.streams.Pump
Stop the Pump.
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.
stop(Vertx, ServicePublisher, Future<Void>) - Method in class io.vertx.rxjava.servicediscovery.spi.ServiceImporter
Stops the bridge.
stop(Vertx, ServicePublisher, Future<Void>) - Method in class io.vertx.servicediscovery.consul.ConsulServiceImporter
 
stop(Vertx, ServicePublisher, Future<Void>) - Method in class io.vertx.servicediscovery.docker.DockerLinksServiceImporter
 
stop(Vertx, ServicePublisher, Future<Void>) - Method in class io.vertx.servicediscovery.kubernetes.KubernetesServiceImporter
 
stop(Vertx, ServicePublisher, Future<Void>) - Method in interface io.vertx.servicediscovery.spi.ServiceImporter
Stops the bridge.
stopObservable() - Method in class io.vertx.rxjava.ext.shell.ShellService
Stop the shell service, this is an asynchronous start.
stopObservable() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Stop the rabbitMQ client.
store(Record, Handler<AsyncResult<Record>>) - Method in class io.vertx.servicediscovery.backend.redis.RedisBackendService
 
store(Record, Handler<AsyncResult<Record>>) - Method in interface io.vertx.servicediscovery.spi.ServiceDiscoveryBackend
Stores a record.
stream() - Method in class io.vertx.core.json.JsonArray
Get a Stream over the entries in the JSON array
stream() - Method in class io.vertx.core.json.JsonObject
Get a stream of the entries in the JSON object.
streamAdaptor() - Static method in class io.vertx.ext.sync.Sync
Create an adaptor that converts a stream of events from a handler into a receiver which allows the events to be received synchronously.
streamAdaptor(Channel<T>) - Static method in class io.vertx.ext.sync.Sync
Like Sync.streamAdaptor() but using the specified Quasar `Channel` instance.
StreamBase - Interface in io.vertx.core.streams
Base interface for a stream.
StreamBase - Interface in io.vertx.rxjava.core.streams
Base interface for a stream.
streamId() - Method in interface io.vertx.core.http.HttpClientRequest
 
streamId() - Method in interface io.vertx.core.http.HttpServerResponse
 
streamId() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
 
streamId() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
 
StreamResetException - Exception in io.vertx.core.http
This exception signals a stream reset, it is used only for HTTP/2.
StreamResetException(long) - Constructor for exception io.vertx.core.http.StreamResetException
 
streamToFileSystem(String) - Method in interface io.vertx.core.http.HttpServerFileUpload
Stream the content of this upload to the given file on storage.
streamToFileSystem(String) - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
Stream the content of this upload to the given file on storage.
StringConverter - Class in io.vertx.core.cli.converters
Converts String to String, that's the easy one.
strlen(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Get the length of the value stored in a key
strlen(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Get the length of the value stored in a key
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
Get the length of the value stored in a key
strlenObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get the length of the value stored in a key
submitted() - Method in interface io.vertx.core.spi.metrics.PoolMetrics
A new task has been submitted to access the resource.
subRef - Variable in class io.vertx.rx.java.SingleOnSubscribeAdapter
 
subscribe(StompServerConnection, Frame) - Method in interface io.vertx.ext.stomp.Destination
Handles a subscription request to the current Destination.
subscribe(String, Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Subscribes to the given destination.
subscribe(String, Handler<Frame>, Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Subscribes to the given destination.
subscribe(String, Map<String, String>, Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Subscribes to the given destination.
subscribe(String, Map<String, String>, Handler<Frame>, Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Subscribes to the given destination.
subscribe(String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Listen for messages published to the given channels
subscribe(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Listen for messages published to the given channels
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, 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
subscribeHandler(Handler<ServerFrame>) - Method in interface io.vertx.ext.stomp.StompServerHandler
Configures the action to execute when a SUBSCRIBE frame is received.
subscribeHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Configures the action to execute when a SUBSCRIBE frame is received.
subscribeMany(List<String>, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Listen for messages published to the given channels
subscribeMany(List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Listen for messages published to the given channels
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
Listen for messages published to the given channels
subscribeManyObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Listen for messages published to the given channels
subscribeObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
Listen for messages published to the given channels
subscribeObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Listen for messages published to the given channels
subscription() - Method in interface io.vertx.ext.stomp.Acknowledgement
 
SUBSCRIPTION - Static variable in class io.vertx.ext.stomp.Frame
 
subscription() - Method in class io.vertx.rxjava.ext.stomp.Acknowledgement
 
succeeded() - Method in interface io.vertx.core.AsyncResult
Did it succeed?
succeeded(int) - Method in interface io.vertx.core.CompositeFuture
Returns true if a wrapped future is succeeded
succeeded() - Method in interface io.vertx.core.Future
Did it succeed?
succeeded() - Method in interface io.vertx.ext.unit.report.TestResult
Did it succeed?
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.unit.report.TestResult
Did it succeed?
succeededFuture() - Static method in interface io.vertx.core.Future
Create a succeeded future with a null result
succeededFuture(T) - Static method in interface io.vertx.core.Future
Created a succeeded future with the specified result.
succeededFuture() - Method in interface io.vertx.core.spi.FutureFactory
 
succeededFuture(T) - Method in interface io.vertx.core.spi.FutureFactory
 
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.
succeededResult(T) - Static method in class io.vertx.lang.ruby.Helper
 
Summary - Annotation Type in io.vertx.core.cli.annotations
Annotates a CLI with summary.
sunion(List<String>, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Add multiple sets
sunion(List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Add multiple sets
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
Add multiple sets
sunionObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Add multiple sets
sunionstore(String, List<String>, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Add multiple sets and store the resulting set in a key
sunionstore(String, List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Add multiple sets and store the resulting set in a key
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
Add multiple sets and store the resulting set in a key
sunionstoreObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Add multiple sets and store the resulting set in a key
suspend() - Method in interface io.vertx.ext.shell.system.Job
Resume the job.
suspend() - Method in interface io.vertx.ext.shell.system.Process
Resume the process.
suspend(Handler<Void>) - Method in interface io.vertx.ext.shell.system.Process
Resume the process.
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.
SuspendableRunnable - Interface in io.vertx.ext.sync
 
suspendHandler(Handler<Void>) - Method in interface io.vertx.ext.shell.command.CommandProcess
Set a suspend handler, this handler is called when the command is suspended, for instance user press Ctrl-Z.
suspendHandler(SignalHandler) - Method in interface io.vertx.ext.shell.term.Term
Set a suspend signal handler on the term.
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.
symlink(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
Create a symbolic link on the file system from link to existing, asynchronously.
symlink(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Create a symbolic link on the file system from link to existing, asynchronously.
symlinkBlocking(String, String) - Method in interface io.vertx.core.file.FileSystem
symlinkBlocking(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
symlinkObservable(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Create a symbolic link on the file system from link to existing, asynchronously.
Sync - Class in io.vertx.ext.sync
This class contains various static methods to allowing events and asynchronous results to be accessed in a synchronous way.
Sync() - Constructor for class io.vertx.ext.sync.Sync
 
sync(Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Internal command used for replication
sync(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Internal command used for replication
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
Internal command used for replication
syncObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Internal command used for replication
SyncVerticle - Class in io.vertx.ext.sync
A `Verticle` which runs its `start` and `stop` methods using fibers.
SyncVerticle() - Constructor for class io.vertx.ext.sync.SyncVerticle
 
systemCodecID() - Method in interface io.vertx.core.eventbus.MessageCodec
Used to identify system codecs.
systemCodecID() - Method in class io.vertx.serviceproxy.ServiceExceptionMessageCodec
 
systemProperties - Variable in class io.vertx.core.spi.launcher.DefaultCommand
 

T

target() - Method in interface io.vertx.core.dns.SrvRecord
Returns the name of the host for the service.
target() - Method in class io.vertx.rxjava.core.dns.SrvRecord
Returns the name of the host for the service.
TcpEventBusBridge - Interface in io.vertx.ext.eventbus.bridge.tcp
TCP EventBus bridge for Vert.x
TcpEventBusBridge - Class in io.vertx.ext.rxjava.eventbus.bridge.tcp
TCP EventBus bridge for Vert.x

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

TcpEventBusBridge(TcpEventBusBridge) - Constructor for class io.vertx.ext.rxjava.eventbus.bridge.tcp.TcpEventBusBridge
 
TCPMetrics<S> - Interface in io.vertx.core.spi.metrics
An SPI used internally by Vert.x to gather metrics on a net socket which serves as a base class for things like HttpServer and HttpClient, all of which serve TCP connections.

The thread model for the tcp metrics depends on the actual context thats created the client/server.

TCPSSLOptions - Class in io.vertx.core.net
Base class.
TCPSSLOptions() - Constructor for class io.vertx.core.net.TCPSSLOptions
Default constructor
TCPSSLOptions(TCPSSLOptions) - Constructor for class io.vertx.core.net.TCPSSLOptions
Copy constructor
TCPSSLOptions(JsonObject) - Constructor for class io.vertx.core.net.TCPSSLOptions
Create options from JSON
tearDown() - Method in interface io.vertx.core.spi.launcher.Command
The command has been executed.
tearDown() - Method in class io.vertx.core.spi.launcher.DefaultCommand
 
TelnetTermOptions - Class in io.vertx.ext.shell.term
Telnet terminal options configuration, extends NetServerOptions.
TelnetTermOptions() - Constructor for class io.vertx.ext.shell.term.TelnetTermOptions
 
TelnetTermOptions(TelnetTermOptions) - Constructor for class io.vertx.ext.shell.term.TelnetTermOptions
 
TelnetTermOptions(JsonObject) - Constructor for class io.vertx.ext.shell.term.TelnetTermOptions
 
TelnetTermOptionsConverter - Class in io.vertx.ext.shell.term
Converter for TelnetTermOptions.
TelnetTermOptionsConverter() - Constructor for class io.vertx.ext.shell.term.TelnetTermOptionsConverter
 
TemplateEngine - Interface in io.vertx.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 - 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 - Interface in io.vertx.ext.web.handler
A handler which renders responses using a template engine and where the template name is selected from the URI path.
TemplateHandler - 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 - Interface in io.vertx.ext.shell.term
The terminal.
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 interface io.vertx.ext.shell.term.SockJSTermHandler
 
termHandler(Handler<Term>) - Method in interface io.vertx.ext.shell.term.TermServer
Set the term handler that will receive incoming client connections.
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 interface io.vertx.ext.shell.system.Job
Terminate the job.
terminate() - Method in interface io.vertx.ext.shell.system.Process
Terminate the process.
terminate(Handler<Void>) - Method in interface io.vertx.ext.shell.system.Process
Terminate the process.
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 interface io.vertx.ext.shell.system.Process
Set an handler for being notified when the process terminates.
terminatedHandler(Handler<Integer>) - Method in class io.vertx.rxjava.ext.shell.system.Process
Set an handler for being notified when the process terminates.
TermServer - Interface in io.vertx.ext.shell.term
A server for terminal based applications.
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 interface io.vertx.ext.unit.TestSuite
Add a new test case to the suite.
test(String, int, Handler<TestContext>) - Method in interface io.vertx.ext.unit.TestSuite
Add a new test case to the suite.
test(String, Handler<TestContext>) - Method in class io.vertx.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 - Interface in io.vertx.ext.unit
A test case object can be used to create a single test.
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 - Interface in io.vertx.ext.unit.report
Report the execution of a test case.
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 - Interface in io.vertx.ext.unit
This object provides callback-ability for the end of a test suite, the completion succeeds when all tests pass otherwise it fails.
TestCompletion - 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 - Interface in io.vertx.ext.unit
The test context is used for performing test assertions and manage the completion of the test.
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
 
testName(FrameworkMethod) - Method in class io.vertx.ext.unit.junit.VertxUnitRunnerWithParameters
 
TestOptions - Class in io.vertx.ext.unit
Test execution options: the timeout in milliseconds, the default value is 2 minutes the useEventLoop configures the event loop usage true always runs with an event loop false never runs with an event loop null uses an event loop if there is one (provided by Vertx.currentContext()) otherwise run without the reporters is an array of reporter configurations
TestOptions() - Constructor for class io.vertx.ext.unit.TestOptions
Create a new empty options, with the default time out and no reporters.
TestOptions(TestOptions) - Constructor for class io.vertx.ext.unit.TestOptions
Copy constructor.
TestOptions(JsonObject) - Constructor for class io.vertx.ext.unit.TestOptions
Create a new options from the specified json.
TestOptionsConverter - Class in io.vertx.ext.unit
Converter for TestOptions.
TestOptionsConverter() - Constructor for class io.vertx.ext.unit.TestOptionsConverter
 
TestResult - Interface in io.vertx.ext.unit.report
The result of a test.
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 - Interface in io.vertx.ext.unit
A named suite of test cases that are executed altogether.
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 - Interface in io.vertx.ext.unit.report
The test suite reports is basically a stream of events reporting the test suite execution.
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
 
TEXT_HTML - Static variable in class io.vertx.core.http.HttpHeaders
text/html header value
textData() - Method in interface io.vertx.core.http.WebSocketFrame
 
textData() - Method in class io.vertx.rxjava.core.http.WebSocketFrame
 
textFrame(String, boolean) - Static method in interface io.vertx.core.http.WebSocketFrame
Create a text WebSocket frame.
textFrame(String, boolean) - Method in interface io.vertx.core.spi.WebSocketFrameFactory
 
textFrame(String, boolean) - Static method in class io.vertx.rxjava.core.http.WebSocketFrame
Create a text WebSocket frame.
textHandlerID() - Method in interface io.vertx.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.
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.
ThroughputMeter - Class in io.vertx.ext.dropwizard
A throughput metric, wraps a Meter object to provide a one second instant throughput value returned by ThroughputMeter.getValue().
ThroughputMeter() - Constructor for class io.vertx.ext.dropwizard.ThroughputMeter
 
ThroughputTimer - Class in io.vertx.ext.dropwizard
A throughput metric, wraps a Meter object to provide a one second instant throughput value returned by ThroughputTimer.getValue().
ThroughputTimer() - Constructor for class io.vertx.ext.dropwizard.ThroughputTimer
 
ThymeleafTemplateEngine - Interface in io.vertx.ext.web.templ
A template engine that uses the Thymeleaf library.
ThymeleafTemplateEngine - Class in io.vertx.rxjava.ext.web.templ
A template engine that uses the Thymeleaf library.
ThymeleafTemplateEngine(ThymeleafTemplateEngine) - Constructor for class io.vertx.rxjava.ext.web.templ.ThymeleafTemplateEngine
 
time(Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Return the current server time
time(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Return the current server time
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
Return the current server time
timeObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Return the current server time
Timeout - Class in io.vertx.ext.unit.junit
A rule for configuring the tests timeout.
Timeout(long, TimeUnit) - Constructor for class io.vertx.ext.unit.junit.Timeout
 
timeout() - Method in interface io.vertx.ext.web.Session
 
timeout() - Method in class io.vertx.rxjava.ext.web.Session
 
TimeoutHandler - Interface in io.vertx.ext.web.handler
Handler that will timeout requests if the response has not been written after a certain time.
TimeoutHandler - 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 - Interface in io.vertx.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 - Class in io.vertx.rxjava.core
A timeout stream is triggered by a timer, the io.vertx.rxjava.core.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
 
timerCreated(long) - Method in interface io.vertx.core.spi.metrics.VertxMetrics
Called when a timer is created
timerEnded(long, boolean) - Method in interface io.vertx.core.spi.metrics.VertxMetrics
Called when a timer has ended (setTimer) or has been cancelled.

timerStream(long) - Method in interface io.vertx.core.Vertx
Returns a one-shot timer as a read stream.
timerStream(long) - Method in class io.vertx.rxjava.core.Vertx
Returns a one-shot timer as a read stream.
toBackground() - Method in interface io.vertx.ext.shell.system.Job
Send the job to background.
toBackground() - Method in interface io.vertx.ext.shell.system.Process
Set the process in background.
toBackground(Handler<Void>) - Method in interface io.vertx.ext.shell.system.Process
Set the process in background.
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.
toBuffer(boolean) - Method in class io.vertx.ext.stomp.Frame
Creates a buffer for the current frame.
toBuffer() - Method in class io.vertx.ext.stomp.Frame
This method does not enforce the trainling line option.
toCamel(String) - Method in class io.vertx.camel.OutboundMapping
toCamel(Endpoint) - Method in class io.vertx.camel.OutboundMapping
toForeground() - Method in interface io.vertx.ext.shell.system.Job
Send the job to foreground.
toForeground() - Method in interface io.vertx.ext.shell.system.Process
Set the process in foreground.
toForeground(Handler<Void>) - Method in interface io.vertx.ext.shell.system.Process
Set the process in foreground.
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.
toFuture(Observer<T>) - Static method in class io.vertx.rx.java.RxHelper
Adapt a Subscriber as a Handler<AsyncResult<T>>;.
toFuture(Action1<T>) - Static method in class io.vertx.rx.java.RxHelper
Adapt an item callback as a Handler<AsyncResult<T>>.
toFuture(Action1<T>, Action1<Throwable>) - Static method in class io.vertx.rx.java.RxHelper
Adapt an item callback and an error callback as a Handler<AsyncResult<T>>.
toFuture(Action1<T>, Action1<Throwable>, Action0) - Static method in class io.vertx.rx.java.RxHelper
Adapt an item callback and an error callback as a Handler<AsyncResult<T>>.
toHandler() - Method in class io.vertx.rx.java.ObservableFuture
 
toHandler() - Method in class io.vertx.rx.java.ObservableHandler
 
toHandler(Observer<T>) - Static method in class io.vertx.rx.java.RxHelper
Adapt a Subscriber as a Handler<T>;.

When the event handler completes, the observer will complete immediatly after the event is received, as a single event is expected.

toHandler(Observer<T>, boolean) - Static method in class io.vertx.rx.java.RxHelper
Adapt a Subscriber as a Handler<T>;.

When parameter is false and the event handler completes, the observer will complete immediatly after the event is received, as a single event is expected.

toHandler(Action1<T>) - Static method in class io.vertx.rx.java.RxHelper
Adapt an item callback as a Handler<T>.
toInt() - Method in enum io.vertx.core.eventbus.ReplyFailure
 
toJson(AmqpBridgeOptions, JsonObject) - Static method in class io.vertx.amqpbridge.AmqpBridgeOptionsConverter
 
toJson() - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
 
toJson(CircuitBreakerOptions, JsonObject) - Static method in class io.vertx.circuitbreaker.CircuitBreakerOptionsConverter
 
toJson() - Method in class io.vertx.core.cli.Argument
Exports this Argument to its corresponding JSON representation.
toJson() - Method in class io.vertx.core.cli.Option
Gets the json representation of this Option.
toJson() - Method in class io.vertx.core.DeploymentOptions
Convert this to JSON
toJson() - Method in class io.vertx.core.dns.AddressResolverOptions
 
toJson() - Method in class io.vertx.core.eventbus.EventBusOptions
Builds a JSON object representing the current EventBusOptions.
toJson() - Method in class io.vertx.core.http.GoAway
 
toJson() - Method in class io.vertx.core.http.Http2Settings
 
toJson() - Method in class io.vertx.core.metrics.MetricsOptions
 
toJson() - Method in class io.vertx.core.net.JksOptions
 
toJson() - Method in class io.vertx.core.net.OpenSSLEngineOptions
 
toJson(JDBCAuthOptions, JsonObject) - Static method in class io.vertx.ext.auth.jdbc.JDBCAuthOptionsConverter
 
toJson() - Method in class io.vertx.ext.auth.jwt.JWTOptions
 
toJson(MongoAuthOptions, JsonObject) - Static method in class io.vertx.ext.auth.mongo.MongoAuthOptionsConverter
 
toJson(OAuth2ClientOptions, JsonObject) - Static method in class io.vertx.ext.auth.oauth2.OAuth2ClientOptionsConverter
 
toJson(ShiroAuthOptions, JsonObject) - Static method in class io.vertx.ext.auth.shiro.ShiroAuthOptionsConverter
 
toJson() - Method in class io.vertx.ext.bridge.BridgeOptions
Serializes the current BridgeOptions to JSON.
toJson(BridgeOptions, JsonObject) - Static method in class io.vertx.ext.bridge.BridgeOptionsConverter
 
toJson() - Method in class io.vertx.ext.bridge.PermittedOptions
Serializes the current instance of PermittedOptions to JSON.
toJson(PermittedOptions, JsonObject) - Static method in class io.vertx.ext.bridge.PermittedOptionsConverter
 
toJson(AuthenticationOptions, JsonObject) - Static method in class io.vertx.ext.hawkular.AuthenticationOptionsConverter
 
toJson(VertxHawkularOptions, JsonObject) - Static method in class io.vertx.ext.hawkular.VertxHawkularOptionsConverter
 
toJson() - Method in class io.vertx.ext.mail.MailAttachment
convert this object to JSON representation
toJson() - Method in class io.vertx.ext.mail.MailConfig
convert config object to Json representation
toJson() - Method in class io.vertx.ext.mail.MailMessage
convert the mail message to Json representation
toJson() - Method in class io.vertx.ext.mail.MailResult
 
toJson() - Method in class io.vertx.ext.mongo.FindOptions
Convert to JSON
toJson() - Method in class io.vertx.ext.mongo.MongoClientDeleteResult
Convert to JSON
toJson() - Method in class io.vertx.ext.mongo.MongoClientUpdateResult
Convert to JSON
toJson() - Method in class io.vertx.ext.mongo.UpdateOptions
 
toJson(ShellServerOptions, JsonObject) - Static method in class io.vertx.ext.shell.ShellServerOptionsConverter
 
toJson(ShellServiceOptions, JsonObject) - Static method in class io.vertx.ext.shell.ShellServiceOptionsConverter
 
toJson(HttpTermOptions, JsonObject) - Static method in class io.vertx.ext.shell.term.HttpTermOptionsConverter
 
toJson(SSHTermOptions, JsonObject) - Static method in class io.vertx.ext.shell.term.SSHTermOptionsConverter
 
toJson(TelnetTermOptions, JsonObject) - Static method in class io.vertx.ext.shell.term.TelnetTermOptionsConverter
 
toJson() - Method in class io.vertx.ext.sql.ResultSet
Convert to JSON
toJson(ResultSet, JsonObject) - Static method in class io.vertx.ext.sql.ResultSetConverter
 
toJson() - Method in class io.vertx.ext.sql.UpdateResult
Convert to JSON
toJson(UpdateResult, JsonObject) - Static method in class io.vertx.ext.sql.UpdateResultConverter
 
toJson() - Method in class io.vertx.ext.stomp.BridgeOptions
 
toJson() - Method in class io.vertx.ext.stomp.Frame
 
toJson(Frame, JsonObject) - Static method in class io.vertx.ext.stomp.FrameConverter
 
toJson() - Method in class io.vertx.ext.stomp.StompClientOptions
 
toJson(StompClientOptions, JsonObject) - Static method in class io.vertx.ext.stomp.StompClientOptionsConverter
 
toJson() - Method in class io.vertx.ext.stomp.StompServerOptions
 
toJson(StompServerOptions, JsonObject) - Static method in class io.vertx.ext.stomp.StompServerOptionsConverter
 
toJson() - Method in class io.vertx.ext.unit.report.ReportingOptions
 
toJson(ReportingOptions, JsonObject) - Static method in class io.vertx.ext.unit.report.ReportingOptionsConverter
 
toJson() - Method in class io.vertx.ext.unit.report.ReportOptions
 
toJson(ReportOptions, JsonObject) - Static method in class io.vertx.ext.unit.report.ReportOptionsConverter
 
toJson() - Method in class io.vertx.ext.unit.TestOptions
 
toJson(TestOptions, JsonObject) - Static method in class io.vertx.ext.unit.TestOptionsConverter
 
toJson() - Method in class io.vertx.redis.op.GeoMember
 
toJson() - Method in class io.vertx.redis.op.GeoRadiusOptions
 
toJson() - Method in class io.vertx.redis.op.KillFilter
 
toJson() - Method in class io.vertx.redis.op.LimitOptions
 
toJson() - Method in class io.vertx.redis.op.MigrateOptions
 
toJson() - Method in class io.vertx.redis.op.RangeLimitOptions
 
toJson() - Method in class io.vertx.redis.op.ScanOptions
 
toJson() - Method in class io.vertx.redis.op.SetOptions
 
toJson() - Method in class io.vertx.redis.op.SortOptions
 
toJSON() - Method in class io.vertx.redis.RedisOptions
 
toJson() - Method in class io.vertx.servicediscovery.Record
 
toJson(Record, JsonObject) - Static method in class io.vertx.servicediscovery.RecordConverter
 
toJson() - Method in class io.vertx.servicediscovery.ServiceDiscoveryOptions
Builds the JSON representation for the current ServiceDiscoveryOptions.
toJson(ServiceDiscoveryOptions, JsonObject) - Static method in class io.vertx.servicediscovery.ServiceDiscoveryOptionsConverter
 
toJson() - Method in class io.vertx.servicediscovery.types.HttpLocation
 
toJson(HttpLocation, JsonObject) - Static method in class io.vertx.servicediscovery.types.HttpLocationConverter
 
toJsonArray() - Method in interface io.vertx.core.buffer.Buffer
Returns a Json array representation of the Buffer
toJsonArray() - Method in enum io.vertx.redis.op.AggregateOptions
 
toJsonArray() - Method in class io.vertx.redis.op.GeoMember
 
toJsonArray() - Method in class io.vertx.redis.op.GeoRadiusOptions
 
toJsonArray() - Method in class io.vertx.redis.op.KillFilter
 
toJsonArray() - Method in class io.vertx.redis.op.LimitOptions
 
toJsonArray() - Method in class io.vertx.redis.op.MigrateOptions
 
toJsonArray() - Method in class io.vertx.redis.op.RangeLimitOptions
 
toJsonArray() - Method in enum io.vertx.redis.op.RangeOptions
 
toJsonArray() - Method in class io.vertx.redis.op.ScanOptions
 
toJsonArray() - Method in class io.vertx.redis.op.SetOptions
 
toJsonArray() - Method in enum io.vertx.redis.op.ShutdownOptions
 
toJsonArray() - Method in class io.vertx.redis.op.SortOptions
 
toJsonArray() - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns a Json array representation of the Buffer
toJsonObject() - Method in interface io.vertx.core.buffer.Buffer
Returns a Json object 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 interface io.vertx.ext.shell.cli.CliToken
Tokenize the string argument and return a list of tokens.
tokenize(String) - Static method in class io.vertx.rxjava.ext.shell.cli.CliToken
Tokenize the string argument and return a list of tokens.
toObservable(ReadStream<T>) - Static method in class io.vertx.rx.java.RxHelper
Adapts a Vert.x io.vertx.core.streams.ReadStream to an RxJava Observable.
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.HttpServerRequestStream
 
toObservable() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
toObservable() - Method in class io.vertx.rxjava.core.http.ServerWebSocketStream
 
toObservable() - Method in class io.vertx.rxjava.core.http.WebSocket
 
toObservable() - Method in class io.vertx.rxjava.core.http.WebSocketStream
 
toObservable() - Method in class io.vertx.rxjava.core.net.NetSocket
 
toObservable() - Method in class io.vertx.rxjava.core.net.NetSocketStream
 
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.unit.report.TestSuiteReport
 
toObservable() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
 
topic(Vertx, String) - Static method in interface io.vertx.ext.stomp.Destination
 
topic(Vertx, String) - Static method in class io.vertx.rxjava.ext.stomp.Destination
 
toString() - Method in interface io.vertx.core.buffer.Buffer
Returns a String representation of the Buffer with the UTF-8 encoding
toString(String) - Method in interface io.vertx.core.buffer.Buffer
Returns a String representation of the Buffer with the encoding specified by enc
toString(Charset) - Method in interface io.vertx.core.buffer.Buffer
Returns a String representation of the Buffer with the encoding specified by enc
toString() - Method in enum io.vertx.core.dns.DnsResponseCode
Returns a formatted error message for this DnsResponseCode.
toString() - Method in exception io.vertx.core.eventbus.ReplyException
 
toString() - Method in class io.vertx.core.http.CaseInsensitiveHeaders
 
toString() - Method in class io.vertx.core.http.Http2Settings
 
toString() - Method in class io.vertx.core.json.JsonArray
 
toString() - Method in class io.vertx.core.json.JsonObject
 
toString() - Method in class io.vertx.core.metrics.MetricsOptions
 
toString() - Method in class io.vertx.core.VertxOptions
 
toString() - Method in class io.vertx.ext.mail.mailencoder.EmailAddress
get a representation of the address (this is mostly for testing)
toString() - Method in class io.vertx.ext.mail.MailResult
 
toString() - Method in class io.vertx.ext.stomp.Frame.Heartbeat
 
toString() - Method in class io.vertx.ext.stomp.Frame
 
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
totalSpace() - Method in interface io.vertx.core.file.FileSystemProps
 
totalSpace() - Method in class io.vertx.rxjava.core.file.FileSystemProps
 
toVertx(String) - Method in class io.vertx.camel.InboundMapping
trace(Object) - Method in class io.vertx.core.logging.JULLogDelegate
 
trace(Object, Object...) - Method in class io.vertx.core.logging.JULLogDelegate
 
trace(Object, Throwable) - Method in class io.vertx.core.logging.JULLogDelegate
 
trace(Object, Throwable, Object...) - Method in class io.vertx.core.logging.JULLogDelegate
 
trace(Object) - Method in class io.vertx.core.logging.Log4j2LogDelegate
 
trace(Object, Object...) - Method in class io.vertx.core.logging.Log4j2LogDelegate
 
trace(Object, Throwable) - Method in class io.vertx.core.logging.Log4j2LogDelegate
 
trace(Object, Throwable, Object...) - Method in class io.vertx.core.logging.Log4j2LogDelegate
 
trace(Object) - Method in class io.vertx.core.logging.Log4jLogDelegate
 
trace(Object, Object...) - Method in class io.vertx.core.logging.Log4jLogDelegate
 
trace(Object, Throwable) - Method in class io.vertx.core.logging.Log4jLogDelegate
 
trace(Object, Throwable, Object...) - Method in class io.vertx.core.logging.Log4jLogDelegate
 
trace(Object) - Method in class io.vertx.core.logging.Logger
 
trace(Object, Throwable) - Method in class io.vertx.core.logging.Logger
 
trace(Object, Object...) - Method in class io.vertx.core.logging.Logger
 
trace(Object, Throwable, Object...) - Method in class io.vertx.core.logging.Logger
 
trace(Object) - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
trace(Object, Object...) - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
trace(Object, Throwable) - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
trace(Object, Throwable, Object...) - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
trace(Object) - Method in interface io.vertx.core.spi.logging.LogDelegate
 
trace(Object, Object...) - Method in interface io.vertx.core.spi.logging.LogDelegate
 
trace(Object, Throwable) - Method in interface io.vertx.core.spi.logging.LogDelegate
 
trace(Object, Throwable, Object...) - Method in interface io.vertx.core.spi.logging.LogDelegate
 
trace() - Method in interface io.vertx.ext.web.Router
Add a route that matches any HTTP TRACE request
trace(String) - Method in interface io.vertx.ext.web.Router
Add a route that matches a HTTP TRACE request and the specified path
trace() - 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 interface io.vertx.ext.web.Router
Add a route that matches a HTTP TRACE request and the specified path regex
traceWithRegex(String) - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches a HTTP TRACE request and the specified path regex
trailers() - Method in interface io.vertx.core.http.HttpClientResponse
 
trailers() - Method in interface io.vertx.core.http.HttpServerResponse
 
trailers() - Method in class io.vertx.rxjava.core.http.HttpClientResponse
 
trailers() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
 
TRANSACTION - Static variable in class io.vertx.ext.stomp.Frame
 
transaction() - Method in interface io.vertx.redis.RedisClient
Return a RedisTransaction instance
transaction() - Method in class io.vertx.rxjava.redis.RedisClient
Return a RedisTransaction instance
TransactionIsolation - Enum in io.vertx.ext.sql
Represents a Transaction Isolation Level
TRANSFER_ENCODING - Static variable in class io.vertx.core.http.HttpHeaders
Transfer-Encoding header name
transform(S) - Method in interface io.vertx.core.eventbus.MessageCodec
If a message is sent locally across the event bus, this method is called to transform the message from the sent type S to the received type R
transform(ServiceException) - Method in class io.vertx.serviceproxy.ServiceExceptionMessageCodec
 
Transport - Enum in io.vertx.ext.web.handler.sockjs
The available SockJS transports
truncate(String, long, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
Truncate the file represented by path to length len in bytes, asynchronously.
truncate(String, long, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Truncate the file represented by path to length len in bytes, asynchronously.
truncateBlocking(String, long) - Method in interface io.vertx.core.file.FileSystem
truncateBlocking(String, long) - Method in class io.vertx.rxjava.core.file.FileSystem
truncateObservable(String, long) - Method in class io.vertx.rxjava.core.file.FileSystem
Truncate the file represented by path to length len in bytes, asynchronously.
TrustOptions - Interface in io.vertx.core.net
Certification authority configuration options.
ttl(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Get the time to live for a key
ttl(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Get the time to live for a key
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
Get the time to live for a key
ttlObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get the time to live for a key
Tty - Interface in io.vertx.ext.shell.term
Provide interactions with the Shell TTY.
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
 
type - Variable in class io.vertx.core.cli.TypedArgument
The type of the argument.
type - Variable in class io.vertx.core.cli.TypedOption
The type of the option.
type() - Method in interface io.vertx.core.http.HttpFrame
 
type - Variable in class io.vertx.ext.shell.command.base.BusPublish
 
type() - Method in interface io.vertx.ext.shell.term.Tty
 
type() - Method in interface io.vertx.ext.web.handler.sockjs.BridgeEvent
 
type(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Determine the type stored at key
type(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Determine the type stored at key
type() - Method in class io.vertx.rxjava.core.http.HttpFrame
 
type() - Method in class io.vertx.rxjava.ext.shell.term.Tty
 
type() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.BridgeEvent
 
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 interface io.vertx.servicediscovery.types.DataSource
 
TYPE - Static variable in interface io.vertx.servicediscovery.types.EventBusService
Name of the type.
TYPE - Static variable in interface io.vertx.servicediscovery.types.HttpEndpoint
 
TYPE - Static variable in interface io.vertx.servicediscovery.types.MessageSource
 
TypedArgument<T> - Class in io.vertx.core.cli
An implementation of Argument for java specifying the type of object received by the argument.
TypedArgument(TypedArgument<T>) - Constructor for class io.vertx.core.cli.TypedArgument
Creates a new instance of TypedArgument by copying the state of another TypedArgument.
TypedArgument() - Constructor for class io.vertx.core.cli.TypedArgument
Creates an empty instance of TypedArgument.
TypedOption<T> - Class in io.vertx.core.cli
An implementation of Option for java specifying the type of object received by the option.
TypedOption() - Constructor for class io.vertx.core.cli.TypedOption
Creates an empty instance of TypedOption.
TypedOption(TypedOption<T>) - Constructor for class io.vertx.core.cli.TypedOption
Creates an instance of TypedOption by copying the state of another TypedOption
typeObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
Determine the type stored at key
typeObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Determine the type stored at key

U

unallocatedSpace() - Method in interface io.vertx.core.file.FileSystemProps
 
unallocatedSpace() - Method in class io.vertx.rxjava.core.file.FileSystemProps
 
undeploy(String) - Method in interface io.vertx.core.Vertx
Undeploy a verticle deployment.
undeploy(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.Vertx
Like Vertx.undeploy(String) but the completionHandler will be notified when the undeployment is complete.
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
Like #undeploy(String) but the completionHandler will be notified when the undeployment is complete.
UNKNOWN - Static variable in interface io.vertx.servicediscovery.spi.ServiceType
Unknown type.
unlink(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
Unlinks the link on the file system represented by the path link, asynchronously.
unlink(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Unlinks the link on the file system represented by the path link, asynchronously.
unlinkBlocking(String) - Method in interface io.vertx.core.file.FileSystem
unlinkBlocking(String) - Method in class io.vertx.rxjava.core.file.FileSystem
unlinkObservable(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Unlinks the link on the file system represented by the path link, asynchronously.
unlistenMulticastGroup(String, Handler<AsyncResult<DatagramSocket>>) - Method in interface io.vertx.core.datagram.DatagramSocket
Leaves a multicast group and stops listening for packets send to it.
unlistenMulticastGroup(String, String, String, Handler<AsyncResult<DatagramSocket>>) - Method in interface io.vertx.core.datagram.DatagramSocket
Leaves a multicast group and stops listening for packets send to it on the given network interface.
unlistenMulticastGroup(String, 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
Leaves a multicast group and stops listening for packets send to it.
unlistenMulticastGroupObservable(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.
unmarshaller(Class<T>) - Static method in class io.vertx.rx.java.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.

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.

UnmarshallerOperator<T,B> - Class in io.vertx.rx.java
An operator
UnmarshallerOperator(Class<T>) - Constructor for class io.vertx.rx.java.UnmarshallerOperator
 
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.
unpublish(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.servicediscovery.ServiceDiscovery
Un-publishes a record.
unpublish(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.servicediscovery.spi.ServicePublisher
Un-publishes a record.
unpublishObservable(String) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Un-publishes a record.
unpublishObservable(String) - Method in class io.vertx.rxjava.servicediscovery.spi.ServicePublisher
Un-publishes a record.
unregister() - Method in interface io.vertx.core.eventbus.MessageConsumer
Unregisters the handler which created this registration
unregister(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.eventbus.MessageConsumer
Unregisters the handler which created this registration
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(ServicePublisher, Future<Void>) - Method in class io.vertx.servicediscovery.consul.ImportedConsulService
Unregisters the service and completes the given future when done, if not null
unregisterCodec(String) - Method in interface io.vertx.core.eventbus.EventBus
Unregister a message codec.
unregisterCommand(String) - Method in interface io.vertx.ext.shell.command.CommandRegistry
Like CommandRegistry.unregisterCommand(String, Handler), without a completion handler.
unregisterCommand(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.shell.command.CommandRegistry
Unregister a command.
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
Unregister a command.
unregisterDefaultCodec(Class) - Method in interface io.vertx.core.eventbus.EventBus
Unregister a default message codec.
unregisterObservable() - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
Unregisters the handler which created this registration
unregisterService(MessageConsumer<JsonObject>) - Static method in class io.vertx.serviceproxy.ProxyHelper
Unregisters a published service.
unregisterVerticleFactory(VerticleFactory) - Method in interface io.vertx.core.Vertx
Unregister a VerticleFactory
unsubscribe(StompServerConnection, Frame) - Method in interface io.vertx.ext.stomp.Destination
Handles a un-subscription request to the current Destination.
unsubscribe(String) - Method in interface io.vertx.ext.stomp.StompClientConnection
Un-subscribes from the given destination.
unsubscribe(String, Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Un-subscribes from the given destination.
unsubscribe(String, Map<String, String>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Un-subscribes from the given destination.
unsubscribe(String, Map<String, String>, Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Un-subscribes from the given destination.
unsubscribe(List<String>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Stop listening for messages posted to the given channels
unsubscribe(List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Stop listening for messages posted to the given channels
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(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
unsubscribeConnection(StompServerConnection) - Method in interface io.vertx.ext.stomp.Destination
Removes all subscriptions of the given connection
unsubscribeConnection(StompServerConnection) - Method in class io.vertx.rxjava.ext.stomp.Destination
Removes all subscriptions of the given connection
unsubscribeHandler(Handler<ServerFrame>) - Method in interface io.vertx.ext.stomp.StompServerHandler
Configures the action to execute when a UNSUBSCRIBE frame is received.
unsubscribeHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Configures the action to execute when a UNSUBSCRIBE frame is received.
unsubscribeObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
Stop listening for messages posted to the given channels
unsubscribeObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Stop listening for messages posted to the given channels
unwatch(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Forget about all watched keys
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
Forget about all watched keys
unwrap(B) - Method in class io.vertx.rx.java.UnmarshallerOperator
 
update(long, TimeUnit) - Method in class io.vertx.ext.dropwizard.ThroughputTimer
 
update(String, JsonObject, JsonObject, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoClient
Deprecated.
update(String, Handler<AsyncResult<UpdateResult>>) - Method in interface io.vertx.ext.sql.SQLConnection
Executes the given SQL statement which may be an INSERT, UPDATE, or DELETE statement.
update(String, JsonObject, JsonObject, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Update matching documents in the specified collection
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(Record, Handler<AsyncResult<Record>>) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Updates the given record.
update(Record, Handler<AsyncResult<Void>>) - Method in class io.vertx.servicediscovery.backend.redis.RedisBackendService
 
update(Record, Handler<AsyncResult<Record>>) - Method in interface io.vertx.servicediscovery.ServiceDiscovery
Updates the given record.
update(Record, Handler<AsyncResult<Void>>) - Method in interface io.vertx.servicediscovery.spi.ServiceDiscoveryBackend
Updates a record
updateCollection(String, JsonObject, JsonObject, Handler<AsyncResult<MongoClientUpdateResult>>) - Method in interface io.vertx.ext.mongo.MongoClient
Update matching documents in the specified collection and return the handler with MongoClientUpdateResult result
updateCollection(String, JsonObject, JsonObject, 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
updateCollectionObservable(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
updateCollectionWithOptions(String, JsonObject, JsonObject, UpdateOptions, Handler<AsyncResult<MongoClientUpdateResult>>) - Method in interface io.vertx.ext.mongo.MongoClient
Update matching documents in the specified collection, specifying options and return the handler with MongoClientUpdateResult result
updateCollectionWithOptions(String, JsonObject, JsonObject, UpdateOptions, 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
updateCollectionWithOptionsObservable(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
updateObservable(String, JsonObject, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Update matching documents in the specified collection
updateObservable(String) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Executes the given SQL statement which may be an INSERT, UPDATE, or DELETE statement.
updateObservable(Record) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Updates the given record.
UpdateOptions - Class in io.vertx.ext.mongo
Options for configuring updates.
UpdateOptions() - Constructor for class io.vertx.ext.mongo.UpdateOptions
Default constructor
UpdateOptions(boolean) - Constructor for class io.vertx.ext.mongo.UpdateOptions
Constructor specify upsert
UpdateOptions(boolean, boolean) - Constructor for class io.vertx.ext.mongo.UpdateOptions
Constructor specify upsert and multu
UpdateOptions(UpdateOptions) - Constructor for class io.vertx.ext.mongo.UpdateOptions
Copy constructor
UpdateOptions(JsonObject) - Constructor for class io.vertx.ext.mongo.UpdateOptions
Constructor from JSON
UpdateResult - Class in io.vertx.ext.sql
Represents the result of an update/insert/delete operation on the database.
UpdateResult() - Constructor for class io.vertx.ext.sql.UpdateResult
Default constructor
UpdateResult(UpdateResult) - Constructor for class io.vertx.ext.sql.UpdateResult
Copy constructor
UpdateResult(JsonObject) - Constructor for class io.vertx.ext.sql.UpdateResult
Constructor from JSON
UpdateResult(int, JsonArray) - Constructor for class io.vertx.ext.sql.UpdateResult
Constructor
UpdateResultConverter - Class in io.vertx.ext.sql
Converter for UpdateResult.
UpdateResultConverter() - Constructor for class io.vertx.ext.sql.UpdateResultConverter
 
updateSettings(Http2Settings) - Method in interface io.vertx.core.http.HttpConnection
Send to the remote endpoint an update of the server settings.
updateSettings(Http2Settings, Handler<AsyncResult<Void>>) - Method in interface io.vertx.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.

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
Send to the remote endpoint an update of this endpoint settings

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

updateWithOptions(String, JsonObject, JsonObject, UpdateOptions, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoClient
Deprecated.
updateWithOptions(String, JsonObject, JsonObject, UpdateOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Update matching documents in the specified collection, specifying options
updateWithOptionsObservable(String, JsonObject, JsonObject, UpdateOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Update matching documents in the specified collection, specifying options
updateWithParams(String, JsonArray, Handler<AsyncResult<UpdateResult>>) - Method in interface io.vertx.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 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
updateWithParamsObservable(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
UPGRADE - Static variable in class io.vertx.core.http.HttpHeaders
Upgrade header value
upgrade() - Method in interface io.vertx.core.http.HttpServerRequest
Upgrade the connection to a WebSocket connection.
upgrade(R, ServerWebSocket) - Method in interface io.vertx.core.spi.metrics.HttpServerMetrics
Called when an http server request is upgrade to a websocket.
upgrade() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
Upgrade the connection to a WebSocket connection.
upgradeToSsl(Handler<Void>) - Method in interface io.vertx.core.net.NetSocket
Upgrade channel to use SSL/TLS.
upgradeToSsl(Handler<Void>) - Method in class io.vertx.rxjava.core.net.NetSocket
Upgrade channel to use SSL/TLS.
uploadedFileName() - Method in interface io.vertx.ext.web.FileUpload
 
uploadedFileName() - Method in class io.vertx.rxjava.ext.web.FileUpload
 
uploadHandler(Handler<HttpServerFileUpload>) - Method in interface io.vertx.core.http.HttpServerRequest
Set an upload handler.
uploadHandler(Handler<HttpServerFileUpload>) - Method in class io.vertx.rxjava.core.http.HttpServerRequest
Set an upload handler.
UPSERTED_ID - Static variable in class io.vertx.ext.mongo.MongoClientUpdateResult
Constant to be used when storing and retrieving Json for documents upserted id.
uri() - Method in interface io.vertx.core.http.HttpClientRequest
 
uri() - Method in interface io.vertx.core.http.HttpServerRequest
 
uri() - Method in interface io.vertx.core.http.ServerWebSocket
 
uri() - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
Return the URI corresponding to the last request for this socket or the websocket handshake
uri() - Method in class io.vertx.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() - 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 interface io.vertx.core.file.FileSystemProps
 
usableSpace() - Method in class io.vertx.rxjava.core.file.FileSystemProps
 
usage(StringBuilder) - Method in interface io.vertx.core.cli.CLI
Generates the usage / help of the current CLI.
usage(StringBuilder, String) - Method in interface io.vertx.core.cli.CLI
Generates the usage / help of the current CLI.
usage(StringBuilder, CLI) - Method in class io.vertx.core.cli.UsageMessageFormatter
Computes the usage of the given CLI.
usage(StringBuilder, String, CLI) - Method in class io.vertx.core.cli.UsageMessageFormatter
Computes the usage of the given CLI.
UsageMessageFormatter - Class in io.vertx.core.cli
Usage message formatter.
UsageMessageFormatter() - Constructor for class io.vertx.core.cli.UsageMessageFormatter
 
useAlpha() - Method in class io.vertx.redis.op.SortOptions
 
useCopy() - Method in class io.vertx.redis.op.MigrateOptions
 
useDescending() - Method in class io.vertx.redis.op.SortOptions
 
useNormalisedPath(boolean) - Method in interface io.vertx.ext.web.Route
If true then the normalised request path will be used when routing (e.g.
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.
usePublish() - Method in class io.vertx.camel.InboundMapping
Sets whether or not publish is used instead of send, when a message is sent on the event bus.
User - Interface in io.vertx.ext.auth
Represents an authenticates User and contains operations to authorise the user.
user() - Method in interface io.vertx.ext.web.RoutingContext
Get the authenticated user (if any).
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).
USER_AGENT - Static variable in class io.vertx.core.http.HttpHeaders
User-Agent header name
useReplace() - Method in class io.vertx.redis.op.MigrateOptions
 
UserSessionHandler - Interface in io.vertx.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 - 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
 
useWithScores() - Method in class io.vertx.redis.op.RangeLimitOptions
 
UTF_8 - Static variable in interface io.vertx.ext.stomp.StompOptions
UTF-8 encoding name.

V

validate() - Method in class io.vertx.ext.stomp.Frame
Checks the validity of the frame.
validateConstructor(List<Throwable>) - Method in class io.vertx.ext.unit.junit.VertxUnitRunnerWithParameters
 
validateFields(List<Throwable>) - Method in class io.vertx.ext.unit.junit.VertxUnitRunnerWithParameters
 
validatePublicVoidNoArgMethods(Class<? extends Annotation>, boolean, List<Throwable>) - Method in class io.vertx.ext.unit.junit.VertxUnitRunner
 
validateTestMethod(FrameworkMethod) - Method in class io.vertx.ext.unit.junit.VertxUnitRunner
 
VALIDATION_POLICY - Static variable in class io.vertx.ext.httpservicefactory.HttpServiceFactory
 
ValidationPolicy - Enum in io.vertx.ext.httpservicefactory
 
value() - Method in interface io.vertx.ext.shell.cli.CliToken
 
value() - Method in class io.vertx.rxjava.ext.shell.cli.CliToken
 
VALUE_OF - Static variable in class io.vertx.core.cli.converters.ValueOfBasedConverter
 
valueOf(String) - Static method in enum io.vertx.circuitbreaker.CircuitBreakerState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.core.dns.DnsResponseCode
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum io.vertx.core.dns.DnsResponseCode
Returns the DnsResponseCode that corresponds with the given responseCode.
valueOf(String) - Static method in enum io.vertx.core.eventbus.ReplyFailure
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.core.http.ClientAuth
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.core.http.HttpMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.core.http.HttpVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.core.http.WebsocketVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.core.net.ProxyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.auth.mongo.HashSaltStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.auth.oauth2.OAuth2FlowType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.auth.shiro.ShiroAuthRealmType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.dropwizard.MatchType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.hawkular.MetricsType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.httpservicefactory.ValidationPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.mail.LoginOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.mail.StartTLSOptions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.mongo.WriteOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.shell.command.base.ObjectType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.shell.system.ExecStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.sql.TransactionIsolation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.stomp.Frame.Command
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.web.handler.LoggerFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.web.handler.sockjs.BridgeEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.web.handler.sockjs.Transport
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.redis.op.AggregateOptions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.redis.op.BitOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.redis.op.FailoverOptions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.redis.op.GeoUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.redis.op.InsertOptions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.redis.op.KillFilter.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.redis.op.ObjectCmd
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.redis.op.RangeOptions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.redis.op.ResetOptions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.redis.op.ShutdownOptions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.redis.op.SlotCmd
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.servicediscovery.Status
Returns the enum constant of this type with the specified name.
ValueOfBasedConverter<T> - Class in io.vertx.core.cli.converters
This 'default' converter tries to create objects using a static 'valueOf' method taking a single String argument.
values() - Static method in enum io.vertx.circuitbreaker.CircuitBreakerState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.core.dns.DnsResponseCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.core.eventbus.ReplyFailure
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.core.http.ClientAuth
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.core.http.HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.core.http.HttpVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.core.http.WebsocketVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.core.net.ProxyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in interface io.vertx.core.shareddata.LocalMap
 
values() - Static method in enum io.vertx.ext.auth.mongo.HashSaltStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.auth.oauth2.OAuth2FlowType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.auth.shiro.ShiroAuthRealmType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.dropwizard.MatchType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxHistogramMBean
 
values() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxTimerMBean
 
values() - Static method in enum io.vertx.ext.hawkular.MetricsType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.httpservicefactory.ValidationPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.mail.LoginOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.mail.StartTLSOptions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.mongo.WriteOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.shell.command.base.ObjectType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.shell.system.ExecStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.sql.TransactionIsolation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.stomp.Frame.Command
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.web.handler.LoggerFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.web.handler.sockjs.BridgeEventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.web.handler.sockjs.Transport
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.redis.op.AggregateOptions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.redis.op.BitOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.redis.op.FailoverOptions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.redis.op.GeoUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.redis.op.InsertOptions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.redis.op.KillFilter.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.redis.op.ObjectCmd
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.redis.op.RangeOptions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.redis.op.ResetOptions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.redis.op.ShutdownOptions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.redis.op.SlotCmd
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.servicediscovery.Status
Returns an array containing the constants of this enum type, in the order they are declared.
variant() - Method in interface io.vertx.ext.web.Locale
Returns the variant as reported by the HTTP client.
variant() - Method in class io.vertx.rxjava.ext.web.Locale
Returns the variant as reported by the HTTP client.
verbose - Variable in class io.vertx.ext.shell.command.base.BusPublish
 
verifySignature(InputStream, InputStream, PGPPublicKey) - Static method in class io.vertx.ext.httpservicefactory.PGPHelper
Verify a PGP signature.
version() - Method in interface io.vertx.core.http.HttpClientResponse
 
version() - Method in interface io.vertx.core.http.HttpServerRequest
 
VERSION - Static variable in class io.vertx.ext.stomp.Frame
 
version() - Method in interface io.vertx.ext.stomp.StompClientConnection
 
version() - Method in class io.vertx.maven.MavenCoords
 
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
 
Verticle - Interface in io.vertx.core
A verticle is a piece of code that can be deployed by Vert.x.
VerticleDeploy - Class in io.vertx.ext.shell.command.base
 
VerticleDeploy() - Constructor for class io.vertx.ext.shell.command.base.VerticleDeploy
 
verticleDeployed(Verticle) - Method in interface io.vertx.core.spi.metrics.VertxMetrics
Called when a verticle is deployed in Vert.x .

verticleFactories() - Method in interface io.vertx.core.Vertx
Return the Set of currently registered verticle factories.
VerticleFactories - Class in io.vertx.ext.shell.command.base
 
VerticleFactories() - Constructor for class io.vertx.ext.shell.command.base.VerticleFactories
 
VerticleFactory - Interface in io.vertx.core.spi
Has responsibility for creating verticle instances.
VerticleLs - Class in io.vertx.ext.shell.command.base
 
VerticleLs() - Constructor for class io.vertx.ext.shell.command.base.VerticleLs
 
VerticleUndeploy - Class in io.vertx.ext.shell.command.base
 
VerticleUndeploy() - Constructor for class io.vertx.ext.shell.command.base.VerticleUndeploy
 
verticleUndeployed(Verticle) - Method in interface io.vertx.core.spi.metrics.VertxMetrics
Called when a verticle is undeployed in Vert.x .

vertx - Variable in class io.vertx.core.AbstractVerticle
Reference to the Vert.x instance that deployed this verticle
vertx() - Method in interface io.vertx.core.spi.VertxFactory
 
vertx(VertxOptions) - Method in interface io.vertx.core.spi.VertxFactory
 
vertx - Variable in class io.vertx.core.Starter
Deprecated.
 
Vertx - Interface in io.vertx.core
The entry point into the Vert.x Core API.
vertx() - Static method in interface io.vertx.core.Vertx
Creates a non clustered instance using default options.
vertx(VertxOptions) - Static method in interface io.vertx.core.Vertx
Creates a non clustered instance using the specified options
vertx() - Method in interface io.vertx.ext.shell.cli.Completion
 
vertx() - Method in interface io.vertx.ext.shell.command.CommandProcess
 
vertx() - Method in interface io.vertx.ext.stomp.StompClient
 
vertx() - Method in interface io.vertx.ext.stomp.StompServer
 
vertx() - Method in class io.vertx.ext.unit.junit.RunTestOnContext
Retrieves the current Vert.x instance, this value varies according to the test life cycle.
vertx() - Method in interface io.vertx.ext.web.RoutingContext
 
vertx - 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
 
vertx - Variable in class io.vertx.servicediscovery.types.AbstractServiceReference
 
VERTX_CACHE_TEMPLATE_NAME - Static variable in class io.vertx.spi.cluster.ignite.IgniteClusterManager
 
VERTX_OPTIONS_PROP_PREFIX - Static variable in class io.vertx.core.Starter
Deprecated.
 
VertxException - Exception in io.vertx.core
 
VertxException(String) - Constructor for exception io.vertx.core.VertxException
Create an instance given a message
VertxException(String, Throwable) - Constructor for exception io.vertx.core.VertxException
Create an instance given a message and a cause
VertxException(Throwable) - Constructor for exception io.vertx.core.VertxException
Create an instance given a cause
VertxFactory - Interface in io.vertx.core.spi
Factory for creating Vertx instances.
VertxHawkularOptions - Class in io.vertx.ext.hawkular
Vert.x Hawkular monitoring configuration.
VertxHawkularOptions() - Constructor for class io.vertx.ext.hawkular.VertxHawkularOptions
 
VertxHawkularOptions(VertxHawkularOptions) - Constructor for class io.vertx.ext.hawkular.VertxHawkularOptions
 
VertxHawkularOptions(JsonObject) - Constructor for class io.vertx.ext.hawkular.VertxHawkularOptions
 
VertxHawkularOptionsConverter - Class in io.vertx.ext.hawkular
Converter for VertxHawkularOptions.
VertxHawkularOptionsConverter() - Constructor for class io.vertx.ext.hawkular.VertxHawkularOptionsConverter
 
VertxLoggerFormatter - Class in io.vertx.core.logging
 
VertxLoggerFormatter() - Constructor for class io.vertx.core.logging.VertxLoggerFormatter
 
VertxMetrics - Interface in io.vertx.core.spi.metrics
The main Vert.x metrics SPI which Vert.x will use internally.
VertxMetricsFactory - Interface in io.vertx.core.spi
A factory for the plugable metrics SPI.
VertxOptions - Class in io.vertx.core
Instances of this class are used to configure Vertx instances.
VertxOptions() - Constructor for class io.vertx.core.VertxOptions
Default constructor
VertxOptions(VertxOptions) - Constructor for class io.vertx.core.VertxOptions
Copy constructor
VertxOptions(JsonObject) - Constructor for class io.vertx.core.VertxOptions
Create an instance from a JsonObject
VertxUnitRunner - Class in io.vertx.ext.unit.junit
A JUnit runner for writing asynchronous tests.
VertxUnitRunner(Class<?>) - Constructor for class io.vertx.ext.unit.junit.VertxUnitRunner
 
VertxUnitRunnerWithParameters - Class in io.vertx.ext.unit.junit
 
VertxUnitRunnerWithParameters(TestWithParameters) - Constructor for class io.vertx.ext.unit.junit.VertxUnitRunnerWithParameters
 
VertxUnitRunnerWithParametersFactory - Class in io.vertx.ext.unit.junit
A ParametersRunnerFactory for a VertxUnitRunner for enabling Vert.x Unit parameterized tests.
VertxUnitRunnerWithParametersFactory() - Constructor for class io.vertx.ext.unit.junit.VertxUnitRunnerWithParametersFactory
 
VirtualHostHandler - Interface in io.vertx.ext.web.handler
Handler that will filter requests based on the request Host name.
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
 
VoidHandler - Class in io.vertx.core
This class can be used for simple handlers which don't receive any value.
VoidHandler() - Constructor for class io.vertx.core.VoidHandler
 

W

wait(long, long, Handler<AsyncResult<String>>) - Method in interface io.vertx.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 interface io.vertx.redis.RedisTransaction
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.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.
waitObservable(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.
waitObservable(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.
warn(Object) - Method in class io.vertx.core.logging.JULLogDelegate
 
warn(Object, Object...) - Method in class io.vertx.core.logging.JULLogDelegate
 
warn(Object, Throwable) - Method in class io.vertx.core.logging.JULLogDelegate
 
warn(Object, Throwable, Object...) - Method in class io.vertx.core.logging.JULLogDelegate
 
warn(Object) - Method in class io.vertx.core.logging.Log4j2LogDelegate
 
warn(Object, Object...) - Method in class io.vertx.core.logging.Log4j2LogDelegate
 
warn(Object, Throwable) - Method in class io.vertx.core.logging.Log4j2LogDelegate
 
warn(Object, Throwable, Object...) - Method in class io.vertx.core.logging.Log4j2LogDelegate
 
warn(Object) - Method in class io.vertx.core.logging.Log4jLogDelegate
 
warn(Object, Object...) - Method in class io.vertx.core.logging.Log4jLogDelegate
 
warn(Object, Throwable) - Method in class io.vertx.core.logging.Log4jLogDelegate
 
warn(Object, Throwable, Object...) - Method in class io.vertx.core.logging.Log4jLogDelegate
 
warn(Object) - Method in class io.vertx.core.logging.Logger
 
warn(Object, Throwable) - Method in class io.vertx.core.logging.Logger
 
warn(Object, Object...) - Method in class io.vertx.core.logging.Logger
 
warn(Object, Throwable, Object...) - Method in class io.vertx.core.logging.Logger
 
warn(Object) - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
warn(Object, Object...) - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
warn(Object, Throwable) - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
warn(Object, Throwable, Object...) - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
warn(Object) - Method in interface io.vertx.core.spi.logging.LogDelegate
 
warn(Object, Object...) - Method in interface io.vertx.core.spi.logging.LogDelegate
 
warn(Object, Throwable) - Method in interface io.vertx.core.spi.logging.LogDelegate
 
warn(Object, Throwable, Object...) - Method in interface io.vertx.core.spi.logging.LogDelegate
 
watch(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Watch the given keys to determine execution of the MULTI/EXEC block
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 interface io.vertx.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
Watch the given keys to determine execution of the MULTI/EXEC block
watchObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Watch the given keys to determine execution of the MULTI/EXEC block
webSession() - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
 
webSession() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
 
websocket(int, String, String, Handler<WebSocket>) - Method in interface io.vertx.core.http.HttpClient
Connect a WebSocket to the specified port, host and relative request URI
websocket(int, String, String, Handler<WebSocket>, Handler<Throwable>) - Method in interface io.vertx.core.http.HttpClient
Connect a WebSocket to the specified port, host and relative request URI
websocket(String, String, Handler<WebSocket>) - Method in interface io.vertx.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 interface io.vertx.core.http.HttpClient
Connect a WebSocket to the host and relative request URI and default port
websocket(int, String, String, MultiMap, Handler<WebSocket>) - Method in interface io.vertx.core.http.HttpClient
Connect a WebSocket to the specified port, host and relative request URI, and with the specified headers
websocket(int, String, String, MultiMap, Handler<WebSocket>, Handler<Throwable>) - Method in interface io.vertx.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 interface io.vertx.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 interface io.vertx.core.http.HttpClient
Connect a WebSocket to the specified host,relative request UR, and default port and with the specified headers
websocket(int, String, String, MultiMap, WebsocketVersion, Handler<WebSocket>) - Method in interface io.vertx.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(int, String, String, MultiMap, WebsocketVersion, Handler<WebSocket>, Handler<Throwable>) - Method in interface io.vertx.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 interface io.vertx.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 interface io.vertx.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(int, String, String, MultiMap, WebsocketVersion, String, Handler<WebSocket>) - Method in interface io.vertx.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(int, String, String, MultiMap, WebsocketVersion, String, Handler<WebSocket>, Handler<Throwable>) - Method in interface io.vertx.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 interface io.vertx.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 interface io.vertx.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 interface io.vertx.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 interface io.vertx.core.http.HttpClient
Connect a WebSocket at the relative request URI using the default host and port
websocket(String, MultiMap, Handler<WebSocket>) - Method in interface io.vertx.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 interface io.vertx.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 interface io.vertx.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 interface io.vertx.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 interface io.vertx.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 interface io.vertx.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 - Static variable in class io.vertx.core.http.HttpHeaders
WebSocket header value
WebSocket - Interface in io.vertx.core.http
Represents a client-side WebSocket.
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(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(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(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(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(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(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(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
 
WebSocketBase - Interface in io.vertx.core.http
Base WebSocket implementation.
WebSocketBase - Interface in io.vertx.rxjava.core.http
Base WebSocket implementation.
WebSocketFrame - Interface in io.vertx.core.http
A WebSocket frame that represents either text or binary data.
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
 
WebSocketFrameFactory - Interface in io.vertx.core.spi
 
websocketHandler(Handler<ServerWebSocket>) - Method in interface io.vertx.core.http.HttpServer
Set the websocket handler for the server to wsHandler.
websocketHandler() - Method in interface io.vertx.core.http.HttpServer
 
webSocketHandler() - Method in interface io.vertx.ext.stomp.StompServer
Gets the Handler able to manage web socket connections.
websocketHandler(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(int, String, String) - Method in interface io.vertx.core.http.HttpClient
Create a WebSocket stream to the specified port, host and relative request URI
websocketStream(String, String) - Method in interface io.vertx.core.http.HttpClient
Create a WebSocket stream to the specified host, relative request URI and default port
websocketStream(int, String, String, MultiMap) - Method in interface io.vertx.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 interface io.vertx.core.http.HttpClient
Create a WebSocket stream to the specified host, relative request URI and default port and with the specified headers
websocketStream(int, String, String, MultiMap, WebsocketVersion) - Method in interface io.vertx.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 interface io.vertx.core.http.HttpClient
Create a WebSocket stream to the specified host, relative request URI and default port and with the specified headers and using the specified version of WebSockets
websocketStream(int, String, String, MultiMap, WebsocketVersion, String) - Method in interface io.vertx.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 interface io.vertx.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 interface io.vertx.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 interface io.vertx.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 interface io.vertx.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 interface io.vertx.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 interface io.vertx.core.http.HttpServer
Return the websocket stream for the server.
WebSocketStream - Interface in io.vertx.core.http
A stream for HttpClient WebSocket connection.
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(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(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 to the specified host, relative request URI and default port and with the specified headers and using the specified version of WebSockets
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.
WebSocketStream - Class in io.vertx.rxjava.core.http
A stream for HttpClient WebSocket connection.
WebSocketStream(WebSocketStream) - Constructor for class io.vertx.rxjava.core.http.WebSocketStream
 
WebsocketVersion - Enum in io.vertx.core.http
Represents the WebSocket version
webUser() - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
 
webUser() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
 
weight() - Method in interface io.vertx.core.dns.SrvRecord
Returns the weight of this service record.
weight() - Method in class io.vertx.rxjava.core.dns.SrvRecord
Returns the weight of this service record.
width() - Method in interface io.vertx.ext.shell.term.Tty
 
width() - Method in class io.vertx.rxjava.ext.shell.term.Tty
 
withAfterClasses(Statement) - Method in class io.vertx.ext.unit.junit.VertxUnitRunner
 
withAfters(FrameworkMethod, Object, Statement) - Method in class io.vertx.ext.unit.junit.VertxUnitRunner
 
withBeforeClasses(Statement) - Method in class io.vertx.ext.unit.junit.VertxUnitRunner
 
withBefores(FrameworkMethod, Object, Statement) - Method in class io.vertx.ext.unit.junit.VertxUnitRunner
 
withBodyType(Class) - Method in class io.vertx.camel.InboundMapping
Sets the type of the body of the event bus message.
withoutHeadersCopy() - Method in class io.vertx.camel.InboundMapping
Fluent version of InboundMapping.setHeadersCopy(boolean) to disable the headers copy (so the parameter is false).
withoutHeadersCopy() - Method in class io.vertx.camel.OutboundMapping
Fluent version of OutboundMapping.setHeadersCopy(boolean) to disable the headers copy.
withPotentialTimeout(FrameworkMethod, Object, Statement) - Method in class io.vertx.ext.unit.junit.VertxUnitRunner
 
WorkerExecutor - Interface in io.vertx.core
An executor for executing blocking code in Vert.x .
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
 
write(Buffer) - Method in interface io.vertx.core.datagram.PacketWritestream
 
write(T) - Method in interface io.vertx.core.eventbus.MessageProducer
 
write(Buffer) - Method in interface io.vertx.core.file.AsyncFile
 
write(Buffer, long, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.AsyncFile
Write a Buffer to the file at position position in the file, asynchronously.
write(Buffer) - Method in interface io.vertx.core.http.HttpClientRequest
 
write(String) - Method in interface io.vertx.core.http.HttpClientRequest
Write a String to the request body, encoded as UTF-8.
write(String, String) - Method in interface io.vertx.core.http.HttpClientRequest
Write a String to the request body, encoded using the encoding enc.
write(Buffer) - Method in interface io.vertx.core.http.HttpServerResponse
 
write(String, String) - Method in interface io.vertx.core.http.HttpServerResponse
Write a String to the response body, encoded using the encoding enc.
write(String) - Method in interface io.vertx.core.http.HttpServerResponse
Write a String to the response body, encoded in UTF-8.
write(Buffer) - Method in interface io.vertx.core.http.ServerWebSocket
 
write(Buffer) - Method in interface io.vertx.core.http.WebSocket
 
write(Buffer) - Method in interface io.vertx.core.http.WebSocketBase
 
write(Buffer) - Method in interface io.vertx.core.net.NetSocket
 
write(String) - Method in interface io.vertx.core.net.NetSocket
Write a String to the connection, encoded in UTF-8.
write(String, String) - Method in interface io.vertx.core.net.NetSocket
Write a String to the connection, encoded using the encoding enc.
write(T) - Method in interface io.vertx.core.streams.WriteStream
Write some data to the stream.
write(String) - Method in interface io.vertx.ext.shell.command.CommandProcess
Write some text to the standard output.
write(String) - Method in interface io.vertx.ext.shell.term.Pty
Write data to the slave standard input of the pseudo terminal.
write(String) - Method in interface io.vertx.ext.shell.term.Term
 
write(String) - Method in interface io.vertx.ext.shell.term.Tty
Write data to the standard output.
write(Frame) - Method in interface io.vertx.ext.stomp.StompServerConnection
Writes the given frame to the socket.
write(Buffer) - Method in interface io.vertx.ext.stomp.StompServerConnection
Writes the given buffer to the socket.
write(Buffer) - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
 
write(Buffer) - Method in class io.vertx.rxjava.core.datagram.PacketWritestream
 
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(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
 
writeBinaryMessage(Buffer) - Method in interface io.vertx.core.http.ServerWebSocket
 
writeBinaryMessage(Buffer) - Method in interface io.vertx.core.http.WebSocket
 
writeBinaryMessage(Buffer) - Method in interface io.vertx.core.http.WebSocketBase
Writes a (potentially large) piece of binary data to the connection.
writeBinaryMessage(Buffer) - Method in class io.vertx.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 interface io.vertx.core.http.HttpServerResponse
Used to write an interim 100 Continue response to signify that the client should send the rest of the request.
writeContinue() - Method in class io.vertx.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 interface io.vertx.core.http.HttpClientRequest
Write an HTTP/2 frame to the request, allowing to extend the HTTP/2 protocol.
writeCustomFrame(HttpFrame) - Method in interface io.vertx.core.http.HttpClientRequest
writeCustomFrame(int, int, Buffer) - Method in interface io.vertx.core.http.HttpServerResponse
Write an HTTP/2 frame to the response, allowing to extend the HTTP/2 protocol.
writeCustomFrame(HttpFrame) - Method in interface io.vertx.core.http.HttpServerResponse
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 interface io.vertx.core.file.FileSystem
Creates the file, and writes the specified Buffer data to the file represented by the path path, asynchronously.
writeFile(String, Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.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 interface io.vertx.core.file.FileSystem
writeFileBlocking(String, Buffer) - Method in class io.vertx.rxjava.core.file.FileSystem
writeFileObservable(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.
writeFinalBinaryFrame(Buffer) - Method in interface io.vertx.core.http.ServerWebSocket
 
writeFinalBinaryFrame(Buffer) - Method in interface io.vertx.core.http.WebSocket
 
writeFinalBinaryFrame(Buffer) - Method in interface io.vertx.core.http.WebSocketBase
Write a final WebSocket binary frame to the connection
writeFinalBinaryFrame(Buffer) - Method in class io.vertx.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 interface io.vertx.core.http.ServerWebSocket
 
writeFinalTextFrame(String) - Method in interface io.vertx.core.http.WebSocket
 
writeFinalTextFrame(String) - Method in interface io.vertx.core.http.WebSocketBase
Write a final WebSocket text frame to the connection
writeFinalTextFrame(String) - Method in class io.vertx.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 interface io.vertx.core.http.ServerWebSocket
 
writeFrame(WebSocketFrame) - Method in interface io.vertx.core.http.WebSocket
 
writeFrame(WebSocketFrame) - Method in interface io.vertx.core.http.WebSocketBase
Write a WebSocket 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 interface io.vertx.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 interface io.vertx.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.
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
Write a Buffer to the file at position position in the file, asynchronously.
WriteOption - Enum in io.vertx.ext.mongo
Enum representing the mongoDB Java Driver's com.mongodb.WriteConcern
writeQueueFull() - Method in interface io.vertx.core.streams.WriteStream
This will return true if there are more bytes in the write queue than the value set using WriteStream.setWriteQueueMaxSize(int)
writeQueueFull() - Method in class io.vertx.rxjava.core.datagram.PacketWritestream
This will return true if there are more bytes in the write queue than the value set using PacketWritestream.setWriteQueueMaxSize(int)
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
 
WriteStream<T> - Interface in io.vertx.core.streams
Represents a stream of data that can be written to.
WriteStream<T> - Interface in io.vertx.rxjava.core.streams
Represents a stream of data that can be written to.
writeToBuffer(Buffer) - Method in class io.vertx.core.json.JsonArray
 
writeToBuffer(Buffer) - Method in class io.vertx.core.json.JsonObject
 
writeToBuffer(Buffer) - Method in class io.vertx.ext.auth.AbstractUser
 
writingFrameHandler(Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClient
Configures a writing handler that gets notified when a STOMP frame is written on the wire.
writingFrameHandler(Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Configures a handler notified when a frame is going to be written on the wire.
writingFrameHandler(Handler<ServerFrame>) - Method in interface io.vertx.ext.stomp.StompServer
Configures the handler that is invoked every time a frame is going to be written to the "wire".
writingFrameHandler(Handler<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 interface io.vertx.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 interface io.vertx.redis.RedisTransaction
Add one or more members to a sorted set, or update its score if it already exists
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 interface io.vertx.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 interface io.vertx.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
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.RedisTransaction
Add one or more members to a sorted set, or update its score if it already exists
zaddObservable(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
zaddObservable(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
zcard(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Get the number of members in a sorted set
zcard(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Get the number of members in a sorted set
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
Get the number of members in a sorted set
zcardObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get the number of members in a sorted set
zcount(String, double, double, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Count the members in a sorted set with scores within the given values
zcount(String, double, double, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Count the members in a sorted set with scores within the given values
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
Count the members in a sorted set with scores within the given values
zcountObservable(String, double, double) - Method in class io.vertx.rxjava.redis.RedisTransaction
Count the members in a sorted set with scores within the given values
zincrby(String, double, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Increment the score of a member in a sorted set
zincrby(String, double, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Increment the score of a member in a sorted set
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
Increment the score of a member in a sorted set
zincrbyObservable(String, double, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Increment the score of a member in a sorted set
zinterstore(String, List<String>, AggregateOptions, Handler<AsyncResult<Long>>) - Method in interface io.vertx.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 interface io.vertx.redis.RedisTransaction
Intersect multiple sorted sets and store the resulting sorted set in a new key
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
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.RedisTransaction
Intersect multiple sorted sets and store the resulting sorted set in a new key
zinterstoreWeighed(String, Map<String, Double>, AggregateOptions, Handler<AsyncResult<Long>>) - Method in interface io.vertx.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 interface io.vertx.redis.RedisTransaction
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<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
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.RedisTransaction
Intersect multiple sorted sets and store the resulting sorted set in a new key using weights for scoring
zlexcount(String, String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.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 interface io.vertx.redis.RedisTransaction
Count the number of members in a sorted set between a given lexicographical range
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
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.RedisTransaction
Count the number of members in a sorted set between a given lexicographical range
zrange(String, long, long, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Return a range of members in a sorted set, by index
zrange(String, long, long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Return a range of members in a sorted set, by index
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 interface io.vertx.redis.RedisClient
Return a range of members in a sorted set, by lexicographical range
zrangebylex(String, String, String, LimitOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Return a range of members in a sorted set, by lexicographical range
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
Return a range of members in a sorted set, by lexicographical range
zrangebylexObservable(String, String, String, LimitOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
Return a range of members in a sorted set, by lexicographical range
zrangebyscore(String, String, String, RangeLimitOptions, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Return a range of members in a sorted set, by score
zrangebyscore(String, String, String, RangeLimitOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Return a range of members in a sorted set, by score
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
Return a range of members in a sorted set, by score
zrangebyscoreObservable(String, String, String, RangeLimitOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
Return a range of members in a sorted set, by score
zrangeObservable(String, long, long) - Method in class io.vertx.rxjava.redis.RedisClient
Return a range of members in a sorted set, by index
zrangeObservable(String, long, long) - Method in class io.vertx.rxjava.redis.RedisTransaction
Return a range of members in a sorted set, by index
zrangeWithOptions(String, long, long, RangeOptions, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Return a range of members in a sorted set, by index
zrangeWithOptions(String, long, long, RangeOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Return a range of members in a sorted set, by index
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
Return a range of members in a sorted set, by index
zrangeWithOptionsObservable(String, long, long, RangeOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
Return a range of members in a sorted set, by index
zrank(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Determine the index of a member in a sorted set
zrank(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Determine the index of a member in a sorted set
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
Determine the index of a member in a sorted set
zrankObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Determine the index of a member in a sorted set
zrem(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Remove one member from a sorted set
zrem(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Remove one member from a sorted set
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 interface io.vertx.redis.RedisClient
Remove one or more members from a sorted set
zremMany(String, List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Remove one or more members 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
Remove one or more members from a sorted set
zremManyObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Remove one or more members from a sorted set
zremObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
Remove one member from a sorted set
zremObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Remove one member from a sorted set
zremrangebylex(String, String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Remove all members in a sorted set between the given lexicographical range
zremrangebylex(String, String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Remove all members in a sorted set between the given lexicographical range
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
Remove all members in a sorted set between the given lexicographical range
zremrangebylexObservable(String, String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Remove all members in a sorted set between the given lexicographical range
zremrangebyrank(String, long, long, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Remove all members in a sorted set within the given indexes
zremrangebyrank(String, long, long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Remove all members in a sorted set within the given indexes
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
Remove all members in a sorted set within the given indexes
zremrangebyrankObservable(String, long, long) - Method in class io.vertx.rxjava.redis.RedisTransaction
Remove all members in a sorted set within the given indexes
zremrangebyscore(String, String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Remove all members in a sorted set within the given scores
zremrangebyscore(String, String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Remove all members in a sorted set within the given scores
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
Remove all members in a sorted set within the given scores
zremrangebyscoreObservable(String, String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Remove all members in a sorted set within the given scores
zrevrange(String, long, long, RangeOptions, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.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 interface io.vertx.redis.RedisTransaction
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<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 interface io.vertx.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 interface io.vertx.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
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
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.RedisTransaction
Return a range of members in a sorted set, by score, between the given lexicographical range with scores ordered from high to low
zrevrangebyscore(String, String, String, RangeLimitOptions, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.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 interface io.vertx.redis.RedisTransaction
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<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
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.RedisTransaction
Return a range of members in a sorted set, by score, with scores ordered from high to low
zrevrangeObservable(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
zrevrangeObservable(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
zrevrank(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.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 interface io.vertx.redis.RedisTransaction
Determine the index of a member in a sorted set, with scores ordered from high to low
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
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.RedisTransaction
Determine the index of a member in a sorted set, with scores ordered from high to low
zscan(String, String, ScanOptions, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Incrementally iterate sorted sets elements and associated scores
zscan(String, String, ScanOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
Incrementally iterate sorted sets elements and associated scores
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
Incrementally iterate sorted sets elements and associated scores
zscanObservable(String, String, ScanOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
Incrementally iterate sorted sets elements and associated scores
zscore(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Get the score associated with the given member in a sorted set
zscore(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
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.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
Get the score associated with the given member in a sorted set
zscoreObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get the score associated with the given member in a sorted set
zunionstore(String, List<String>, AggregateOptions, Handler<AsyncResult<Long>>) - Method in interface io.vertx.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 interface io.vertx.redis.RedisTransaction
Add multiple sorted sets and store the resulting sorted set in a new key
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
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.RedisTransaction
Add multiple sorted sets and store the resulting sorted set in a new key
zunionstoreWeighed(String, Map<String, Double>, AggregateOptions, Handler<AsyncResult<Long>>) - Method in interface io.vertx.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 interface io.vertx.redis.RedisTransaction
Add multiple sorted sets using weights, and store the resulting sorted set in a new key
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
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.RedisTransaction
Add multiple sorted sets using weights, and store the resulting sorted set in a new key
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 © 2016. All rights reserved.