- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- all(Future<T1>, Future<T2>, Future<T3>, Future<T4>) - Static method in interface io.vertx.core.CompositeFuture
-
- all(Future<T1>, Future<T2>, Future<T3>, Future<T4>, Future<T5>) - Static method in interface io.vertx.core.CompositeFuture
-
- all(Future<T1>, Future<T2>, Future<T3>, Future<T4>, Future<T5>, Future<T6>) - Static method in interface io.vertx.core.CompositeFuture
-
- all(List<Future>) - Static method in interface io.vertx.core.CompositeFuture
-
- 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
-
- 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
-
- 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
-
- any(Future<T1>, Future<T2>, Future<T3>, Future<T4>) - Static method in interface io.vertx.core.CompositeFuture
-
- any(Future<T1>, Future<T2>, Future<T3>, Future<T4>, Future<T5>) - Static method in interface io.vertx.core.CompositeFuture
-
- any(Future<T1>, Future<T2>, Future<T3>, Future<T4>, Future<T5>, Future<T6>) - Static method in interface io.vertx.core.CompositeFuture
-
- any(List<Future>) - Static method in interface io.vertx.core.CompositeFuture
-
- 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
-
- 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
-
- 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.
- 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
-
- 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
-
- CircuitBreakerOptions(CircuitBreakerOptions) - Constructor for class io.vertx.circuitbreaker.CircuitBreakerOptions
-
- CircuitBreakerOptions(JsonObject) - Constructor for class io.vertx.circuitbreaker.CircuitBreakerOptions
-
- CircuitBreakerOptionsConverter - Class in io.vertx.circuitbreaker
-
- 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
-
- CLIException(String, Exception) - Constructor for exception io.vertx.core.cli.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
-
- 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
-
- 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
-
- code() - Method in enum io.vertx.core.dns.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
-
- 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
-
- 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
-
- 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
-
- 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 String
s to Object
s.
- 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
-
- create(String, Vertx) - Static method in interface io.vertx.circuitbreaker.CircuitBreaker
-
- 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
-
- 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
-
- 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
-
- create(String, Vertx) - Static method in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
-
- 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
-
- 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
-
- create(Vertx) - Static method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
-
- 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
-
- create(Vertx) - Static method in interface io.vertx.servicediscovery.ServiceDiscovery
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- data() - Method in interface io.vertx.core.datagram.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
-
- 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
-
- DatagramSocket - Class in io.vertx.rxjava.core.datagram
-
- 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
-
- DEFAULT_CREDENTIAL_USERNAME_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuth
-
- 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_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_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_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_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_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_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_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
-
- 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
-
- DefaultCommandFactory(Class<C>) - Constructor for class io.vertx.core.spi.launcher.DefaultCommandFactory
-
- 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
-
- deployVerticle(Verticle, DeploymentOptions) - Method in interface io.vertx.core.Vertx
-
- deployVerticle(Verticle, DeploymentOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.core.Vertx
-
- 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
-
- deployVerticle(String, DeploymentOptions) - Method in interface io.vertx.core.Vertx
-
- deployVerticle(String, DeploymentOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.core.Vertx
-
- 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
-
- deployVerticle(String, DeploymentOptions) - Method in class io.vertx.rxjava.core.Vertx
-
- deployVerticle(String, DeploymentOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.core.Vertx
-
- deployVerticleObservable(String) - Method in class io.vertx.rxjava.core.Vertx
-
- deployVerticleObservable(String, DeploymentOptions) - Method in class io.vertx.rxjava.core.Vertx
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- getIfEligible(Class<T>) - Static method in class io.vertx.core.cli.converters.FromBasedConverter
-
- getIfEligible(Class<T>) - Static method in class io.vertx.core.cli.converters.FromStringBasedConverter
-
- getIfEligible(Class<T>) - Static method in class io.vertx.core.cli.converters.ValueOfBasedConverter
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- getPasswordCredentialField() - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
-
- getPasswordField() - Method in interface io.vertx.ext.auth.mongo.MongoAuth
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- goAway(long, int) - Method in class io.vertx.rxjava.core.http.HttpConnection
-
- 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
-
- PacketWritestream - Interface in io.vertx.core.datagram
-
- PacketWritestream - Class in io.vertx.rxjava.core.datagram
-
- 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
-
- PermittedOptions(PermittedOptions) - Constructor for class io.vertx.ext.bridge.PermittedOptions
-
- PermittedOptions(JsonObject) - Constructor for class io.vertx.ext.bridge.PermittedOptions
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- push(HttpMethod, String, Handler<AsyncResult<HttpServerResponse>>) - Method in interface io.vertx.core.http.HttpServerResponse
-
- 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
-
- putHeader(CharSequence, Iterable<CharSequence>) - Method in interface io.vertx.core.http.HttpServerResponse
-
- 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
-
- putTrailer(CharSequence, Iterable<CharSequence>) - Method in interface io.vertx.core.http.HttpServerResponse
-
- 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
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- schedulerHook(Vertx) - Static method in class io.vertx.rx.java.RxHelper
-
- 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
-
- send(String, int, String, Handler<AsyncResult<DatagramSocket>>) - Method in interface io.vertx.core.datagram.DatagramSocket
-
- send(String, String, int, String, Handler<AsyncResult<DatagramSocket>>) - Method in interface io.vertx.core.datagram.DatagramSocket
-
- 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
-
- send(String, Object, DeliveryOptions) - Method in interface io.vertx.core.eventbus.EventBus
-
- send(String, Object, DeliveryOptions, Handler<AsyncResult<Message<T>>>) - Method in interface io.vertx.core.eventbus.EventBus
-
- 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
-
- send(String, int, String, Handler<AsyncResult<DatagramSocket>>) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
-
- send(String, String, int, String, Handler<AsyncResult<DatagramSocket>>) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
-
- 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
-
- send(String, Object, DeliveryOptions) - Method in class io.vertx.rxjava.core.eventbus.EventBus
-
- send(String, Object, DeliveryOptions, Handler<AsyncResult<Message<T>>>) - Method in class io.vertx.rxjava.core.eventbus.EventBus
-
- 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
-
- sender(int, String) - Method in interface io.vertx.core.datagram.DatagramSocket
-
- 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
-
- sender(int, String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
-
- 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
-
- sendFile(String) - Method in interface io.vertx.core.http.HttpServerResponse
-
- sendFile(String, long) - Method in interface io.vertx.core.http.HttpServerResponse
-
- 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
-
- sendFile(String, long, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.http.HttpServerResponse
-
- sendFile(String, long, long, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.http.HttpServerResponse
-
- 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
-
- sendFile(String, long, long, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.net.NetSocket
-
- sendFile(String) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
-
- sendFile(String, long) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
-
- 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
-
- sendFile(String, long, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
-
- sendFile(String, long, long, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
-
- 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
-
- sendFile(String, long, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.net.NetSocket
-
- sendFile(String, long, long, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.net.NetSocket
-
- sendFileObservable(String) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
-
- sendFileObservable(String, long) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
-
- sendFileObservable(String, long, long) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
-
- sendFileObservable(String) - Method in class io.vertx.rxjava.core.net.NetSocket
-
- sendFileObservable(String, long) - Method in class io.vertx.rxjava.core.net.NetSocket
-
- sendFileObservable(String, long, long) - Method in class io.vertx.rxjava.core.net.NetSocket
-
- 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
-
- sendHead() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
-
- sendHead(Handler<HttpVersion>) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
-
- 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
-
- sendObservable(String, int, String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
-
- sendObservable(String, String, int, String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
-
- sendObservable(String, Object) - Method in class io.vertx.rxjava.core.eventbus.EventBus
-
- sendObservable(String, Object, DeliveryOptions) - Method in class io.vertx.rxjava.core.eventbus.EventBus
-
- 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
-
- ServerWebSocketStream - Class in io.vertx.rxjava.core.http
-
- 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
-
- ServiceDiscoveryOptions(ServiceDiscoveryOptions) - Constructor for class io.vertx.servicediscovery.ServiceDiscoveryOptions
-
- ServiceDiscoveryOptions(JsonObject) - Constructor for class io.vertx.servicediscovery.ServiceDiscoveryOptions
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- setPasswordCredentialField(String) - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
-
- setPasswordField(String) - Method in interface io.vertx.ext.auth.mongo.MongoAuth
-
- 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
-
- 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
-
- 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
-
- 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
-
- ShellServer - Class in io.vertx.rxjava.ext.shell
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
TimeUnit
s for the duration of the metrics with these names.
- specificRateUnits(Map<String, TimeUnit>) - Method in class io.vertx.ext.dropwizard.reporters.JmxReporter.Builder
-
Use specific
TimeUnit
s for the rate of the metrics with these names.
- 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
-
- 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
-
- 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
-
- StompClientOptionsConverter - Class in io.vertx.ext.stomp
-
- 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
-
- StompServerOptionsConverter - Class in io.vertx.ext.stomp
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- withoutHeadersCopy() - Method in class io.vertx.camel.OutboundMapping
-
- 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
-
- writeQueueFull() - Method in class io.vertx.rxjava.core.datagram.PacketWritestream
-
- writeQueueFull() - Method in class io.vertx.rxjava.core.eventbus.MessageProducer
-
- writeQueueFull() - Method in class io.vertx.rxjava.core.file.AsyncFile
-
- writeQueueFull() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
-
- writeQueueFull() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
-
- writeQueueFull() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
-
- writeQueueFull() - Method in class io.vertx.rxjava.core.http.WebSocket
-
- writeQueueFull() - Method in interface io.vertx.rxjava.core.http.WebSocketBase
-
- writeQueueFull() - Method in class io.vertx.rxjava.core.net.NetSocket
-
- writeQueueFull() - Method in interface io.vertx.rxjava.core.streams.WriteStream
-
- 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".