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

A

absoluteURI() - Method in interface io.vertx.core.http.HttpServerRequest
 
absoluteURI() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
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
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
actualPort() - Method in interface io.vertx.core.net.NetServer
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.
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(Object) - Method in class io.vertx.core.json.JsonArray
Add an Object to the JSON array.
add(String, String) - Method in interface io.vertx.core.MultiMap
Adds a new value with the specified name and value.
add(CharSequence, CharSequence) - Method in interface io.vertx.core.MultiMap
Like MultiMap.add(String, String) but accepting CharSequence as parameters
add(String, Iterable<String>) - Method in interface io.vertx.core.MultiMap
Adds a new values under the specified name
add(CharSequence, Iterable<CharSequence>) - Method in interface io.vertx.core.MultiMap
Like MultiMap.add(String, Iterable) but accepting CharSequence as parameters
add(K, V, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.spi.cluster.AsyncMultiMap
Add a value to the list of values for that key in the map
add(String, String) - Method in class io.vertx.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(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
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.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.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
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.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
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
addDisabledTransport(String) - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
 
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
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
 
addHeadersEndHandler(Handler<Future>) - 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<Future>) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Add a handler that will be called just before headers are written to the response.
addInboundPermitted(PermittedOptions) - Method in class io.vertx.ext.web.handler.sockjs.BridgeOptions
 
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.
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() - 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
 
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.
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() - Method in class io.vertx.core.Starter
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
 
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
append(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
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
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.
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.
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.
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.
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.RunTestOnContext
 
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 - Class in io.vertx.rxjava.ext.unit
An asynchronous exit point for a test.
Async - Class in io.vertx.rxjava.ext.unit
An asynchronous exit point for a test.
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.
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.

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.

AsyncFile - Interface in io.vertx.core.file
Represents a file on the file-system which can be read from, or written to asynchronously.
AsyncFile - Class in io.vertx.rxjava.core.file
Represents a file on the file-system which can be read from, or written to asynchronously.
AsyncFile(AsyncFile) - Constructor for class io.vertx.rxjava.core.file.AsyncFile
 
AsyncMap<K,V> - Interface in io.vertx.core.shareddata
An asynchronous map.
AsyncMap<K,V> - Class in io.vertx.rxjava.core.shareddata
An asynchronous map.
AsyncMap(AsyncMap) - Constructor for class io.vertx.rxjava.core.shareddata.AsyncMap
 
AsyncMultiMap<K,V> - Interface in io.vertx.core.spi.cluster
An asynchronous multi-map.
AsyncResult<T> - Interface in io.vertx.core
Encapsulates the result of an asynchronous operation.
AsyncResultHandler<T> - Interface in io.vertx.core
Handler for AsyncResult
asyncResultHandler(CompletableFuture<V>) - Static method in class io.vertx.lang.rxjava.InternalHelper
 
auth(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Authenticate to the server
auth(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Authenticate to the server
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.
authenticate(JsonObject, Handler<AsyncResult<User>>) - Method in class io.vertx.rxjava.ext.auth.common.AuthProvider
Authenticate a user.
authenticateObservable(JsonObject) - Method in class io.vertx.rxjava.ext.auth.AuthProvider
Authenticate a user.
authenticateObservable(JsonObject) - Method in class io.vertx.rxjava.ext.auth.common.AuthProvider
Authenticate a user.
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.
AUTHORIZATION - Static variable in class io.vertx.core.http.HttpHeaders
Authorization header name
AuthProvider - Interface in io.vertx.ext.auth
User-facing interface for authenticating users.
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 - Class in io.vertx.rxjava.ext.auth.common
User-facing interface for authenticating users.
AuthProvider(AuthProvider) - Constructor for class io.vertx.rxjava.ext.auth.common.AuthProvider
 
await() - Method in interface io.vertx.ext.unit.TestCompletion
Cause the current thread to wait until the test suite completes.

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

await(long) - Method in interface io.vertx.ext.unit.TestCompletion
Cause the current thread to wait until the test suite 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.TestCompletion
Cause the current thread to wait until the test suite completes.

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

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

If completion times out or the current thread is interrupted, 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 interface io.vertx.ext.unit.TestCompletion
Cause the current thread to wait until the test suite 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.TestCompletion
Cause the current thread to wait until the test suite 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 class io.vertx.rxjava.ext.unit.TestCompletion
Cause the current thread to wait until the test suite 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.TestCompletion
Cause the current thread to wait until the test suite completes and succeeds with a configurable timeout.

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

B

BasicAuthHandler - Interface in io.vertx.ext.web.handler
An auth handler that provides HTTP Basic Authentication support.
BasicAuthHandler - Class in io.vertx.rxjava.ext.web.handler
An auth handler that provides HTTP Basic Authentication support.
BasicAuthHandler(BasicAuthHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.BasicAuthHandler
 
before(Handler<TestContext>) - Method in interface io.vertx.ext.unit.TestSuite
Set a callback executed before the tests.
before(Handler<TestContext>) - Method in class io.vertx.rxjava.ext.unit.TestSuite
Set a callback executed before the tests.
beforeDeployingVerticle(DeploymentOptions) - Method in class io.vertx.core.Starter
Hook for sub classes of Starter before the verticle is deployed.
beforeEach(Handler<TestContext>) - Method in interface io.vertx.ext.unit.TestSuite
Set a callback executed before each test and after the suite before callback.
beforeEach(Handler<TestContext>) - Method in class io.vertx.rxjava.ext.unit.TestSuite
Set a callback executed before each test and after the suite before callback.
beforeLeave() - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
 
beforeStartingVertx(VertxOptions) - Method in class io.vertx.core.Starter
Hook for sub classes of Starter before the vertx instance is started.
beginHandleMessage(H, boolean) - Method in interface io.vertx.core.spi.metrics.EventBusMetrics
Called when an handler begin to process a message.

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

beginTime() - Method in interface io.vertx.ext.unit.report.TestResult
The time at which the test began in millis.
beginTime() - Method in class io.vertx.rxjava.ext.unit.report.TestResult
The time at which the test began in millis.
bgrewriteaof(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Asynchronously rewrite the append-only file
bgrewriteaof(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Asynchronously rewrite the append-only file
bgsave(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Asynchronously save the dataset to disk
bgsave(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Asynchronously save the dataset to disk
binaryData() - Method in interface io.vertx.core.http.WebSocketFrame
 
binaryData() - Method in class io.vertx.rxjava.core.http.WebSocketFrame
 
binaryFrame(Buffer, boolean) - Static method in interface io.vertx.core.http.WebSocketFrame
Create a binary WebSocket frame.
binaryFrame(Buffer, boolean) - Method in interface io.vertx.core.spi.WebSocketFrameFactory
 
binaryFrame(Buffer, boolean) - Static method in class io.vertx.rxjava.core.http.WebSocketFrame
Create a binary WebSocket frame.
binaryHandlerID() - Method in interface io.vertx.core.http.WebSocketBase
When a Websocket is created it automatically registers an event handler with the event bus - the ID of that handler is given by this method.
binaryHandlerID() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
When a Websocket is created it automatically registers an event handler with the event bus - the ID of that handler is given by this method.
binaryHandlerID() - Method in class io.vertx.rxjava.core.http.WebSocket
When a Websocket is created it automatically registers an event handler with the event bus - the ID of that handler is given by this method.
binaryHandlerID() - Method in interface io.vertx.rxjava.core.http.WebSocketBase
When a Websocket is created it automatically registers an event handler with the event bus - the ID of that handler is given by this method.
bitcount(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Count set bits in a string
bitcount(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Count set bits in a string
bitcountRange(String, long, long, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Count set bits in a string
bitcountRange(String, long, long, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Count set bits in a string
bitop(BitOperation, String, List<String>, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Perform bitwise operations between strings
bitop(BitOperation, String, List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Perform bitwise operations between strings
BitOperation - Enum in io.vertx.redis.op
 
bitpos(String, int, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Find first bit set or clear in a string
bitpos(String, int, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Find first bit set or clear in a string
bitposFrom(String, int, int, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Find first bit set or clear in a string See also bitposRange() method, which takes start, and stop offset.
bitposFrom(String, int, int, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Find first bit set or clear in a string See also bitposRange() method, which takes start, and stop offset.
bitposRange(String, int, int, int, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Find first bit set or clear in a string Note: when both start, and stop offsets are specified, behaviour is slightly different than if only start is specified
bitposRange(String, int, int, int, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Find first bit set or clear in a string Note: when both start, and stop offsets are specified, behaviour is slightly different than if only start is specified
block() - Method in class io.vertx.core.Starter
 
blockingHandler(Handler<RoutingContext>) - Method in interface io.vertx.ext.web.Route
blockingHandler(Handler<RoutingContext>, boolean) - Method in interface io.vertx.ext.web.Route
Specify a blocking request handler for the route.
blockingHandler(Handler<RoutingContext>) - Method in class io.vertx.rxjava.ext.web.Route
blockingHandler(Handler<RoutingContext>, boolean) - Method in class io.vertx.rxjava.ext.web.Route
Specify a blocking request handler for the route.
blockingScheduler(Vertx) - Static method in class io.vertx.rx.java.RxHelper
Create a scheduler for a Vertx object, actions can be blocking, they are not executed on Vertx event loop.
blockingScheduler(Vertx) - Static method in class io.vertx.rxjava.core.RxHelper
Create a scheduler for a Vertx object, actions can be blocking, they are not executed on Vertx event loop.
blockMulticastGroup(String, String, Handler<AsyncResult<DatagramSocket>>) - Method in interface io.vertx.core.datagram.DatagramSocket
Block the given address for the given multicast address and notifies the Handler once the operation completes.
blockMulticastGroup(String, String, String, Handler<AsyncResult<DatagramSocket>>) - Method in interface io.vertx.core.datagram.DatagramSocket
Block the given address for the given multicast address on the given network interface and notifies the Handler once the operation completes.
blockMulticastGroup(String, String, Handler<AsyncResult<DatagramSocket>>) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Block the given address for the given multicast address and notifies the once the operation completes.
blockMulticastGroup(String, String, String, Handler<AsyncResult<DatagramSocket>>) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Block the given address for the given multicast address on the given network interface and notifies the once the operation completes.
blockMulticastGroupObservable(String, String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Block the given address for the given multicast address and notifies the once the operation completes.
blockMulticastGroupObservable(String, String, String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Block the given address for the given multicast address on the given network interface and notifies the once the operation completes.
blpop(String, int, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Remove and get the first element in a list, or block until one is available
blpop(String, int, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Remove and get the first element in a list, or block until one is available
blpopMany(List<String>, int, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Remove and get the first element in any of the lists, or block until one is available
blpopMany(List<String>, int, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Remove and get the first element in any of the lists, or block until one is available
body() - Method in interface io.vertx.core.eventbus.Message
The body of the message.
body() - Method in class io.vertx.rxjava.core.eventbus.Message
The body of the message.
bodyEndHandler(Handler<Void>) - Method in interface io.vertx.core.http.HttpServerResponse
Provide a handler that will be called just before the last part of the body is written to the wire and the response is ended.
bodyEndHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Provide a handler that will be called just before the last part of the body is written to the wire and the response is ended.
bodyHandler(Handler<Buffer>) - Method in interface io.vertx.core.http.HttpClientResponse
Convenience method for receiving the entire request body in one piece.
bodyHandler(Handler<Buffer>) - Method in interface io.vertx.core.http.HttpServerRequest
Convenience method for receiving the entire request body in one piece.
BodyHandler - Interface in io.vertx.ext.web.handler
A handler which gathers the entire request body and sets it on the RoutingContext.
bodyHandler(Handler<Buffer>) - Method in class io.vertx.rxjava.core.http.HttpClientResponse
Convenience method for receiving the entire request body in one piece.
bodyHandler(Handler<Buffer>) - Method in class io.vertx.rxjava.core.http.HttpServerRequest
Convenience method for receiving the entire request body in one piece.
BodyHandler - Class in io.vertx.rxjava.ext.web.handler
A handler which gathers the entire request body and sets it on the RoutingContext.
BodyHandler(BodyHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.BodyHandler
 
bodyStream() - Method in interface io.vertx.core.eventbus.MessageConsumer
 
bodyStream() - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
 
bridge(BridgeOptions) - Method in interface io.vertx.ext.web.handler.sockjs.SockJSHandler
Bridge the SockJS handler to the Vert.x event bus.
bridge(BridgeOptions, Handler<BridgeEvent>) - Method in interface io.vertx.ext.web.handler.sockjs.SockJSHandler
Like SockJSHandler.bridge(BridgeOptions) but specifying a handler that will receive bridge events.
bridge(BridgeOptions) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSHandler
Bridge the SockJS handler to the Vert.x event bus.
bridge(BridgeOptions, Handler<BridgeEvent>) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSHandler
Like SockJSHandler.bridge(io.vertx.ext.web.handler.sockjs.BridgeOptions) but specifying a handler that will receive bridge events.
BridgeEvent - Interface in io.vertx.ext.web.handler.sockjs
Represents an event that occurs on the event bus bridge.
BridgeEvent - Class in io.vertx.rxjava.ext.web.handler.sockjs
Represents an event that occurs on the event bus bridge.
BridgeEvent(BridgeEvent) - Constructor for class io.vertx.rxjava.ext.web.handler.sockjs.BridgeEvent
 
BridgeEvent.Type - Enum in io.vertx.ext.web.handler.sockjs
 
BridgeOptions - Class in io.vertx.ext.web.handler.sockjs
Options for configuring the event bus bridge.
BridgeOptions(BridgeOptions) - Constructor for class io.vertx.ext.web.handler.sockjs.BridgeOptions
Copy constructor
BridgeOptions() - Constructor for class io.vertx.ext.web.handler.sockjs.BridgeOptions
Default constructor
BridgeOptions(JsonObject) - Constructor for class io.vertx.ext.web.handler.sockjs.BridgeOptions
Constructor from JSON
brpop(String, int, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Remove and get the last element in a list, or block until one is available
brpop(String, int, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Remove and get the last element in a list, or block until one is available
brpoplpush(String, String, int, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Pop a value from a list, push it to another list and return it; or block until one is available
brpoplpush(String, String, int, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
Pop a value from a list, push it to another list and return it; or block until one is available
brpopMany(List<String>, int, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Remove and get the last element in any of the lists, or block until one is available
brpopMany(List<String>, int, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Remove and get the last element in any of the lists, or block until one is available
Buffer - Interface in io.vertx.core.buffer
Most data is shuffled around inside Vert.x using buffers.
buffer() - Static method in interface io.vertx.core.buffer.Buffer
Create a new, empty buffer.
buffer(int) - Static method in interface io.vertx.core.buffer.Buffer
Create a new buffer given the initial size hint.
buffer(String) - Static method in interface io.vertx.core.buffer.Buffer
Create a new buffer from a string.
buffer(String, String) - Static method in interface io.vertx.core.buffer.Buffer
Create a new buffer from a string and using the specified encoding.
buffer(byte[]) - Static method in interface io.vertx.core.buffer.Buffer
Create a new buffer from a byte[].
buffer(ByteBuf) - Static method in interface io.vertx.core.buffer.Buffer
Create a new buffer from a Netty ByteBuf.
buffer(int) - Method in interface io.vertx.core.spi.BufferFactory
 
buffer() - Method in interface io.vertx.core.spi.BufferFactory
 
buffer(String) - Method in interface io.vertx.core.spi.BufferFactory
 
buffer(String, String) - Method in interface io.vertx.core.spi.BufferFactory
 
buffer(byte[]) - Method in interface io.vertx.core.spi.BufferFactory
 
buffer(ByteBuf) - Method in interface io.vertx.core.spi.BufferFactory
 
Buffer - Class in io.vertx.rxjava.core.buffer
Most data is shuffled around inside Vert.x using buffers.
Buffer(Buffer) - Constructor for class io.vertx.rxjava.core.buffer.Buffer
 
buffer() - Static method in class io.vertx.rxjava.core.buffer.Buffer
Create a new, empty buffer.
buffer(int) - Static method in class io.vertx.rxjava.core.buffer.Buffer
Create a new buffer given the initial size hint.
buffer(String) - Static method in class io.vertx.rxjava.core.buffer.Buffer
Create a new buffer from a string.
buffer(String, String) - Static method in class io.vertx.rxjava.core.buffer.Buffer
Create a new buffer from a string and using the specified encoding.
BufferFactory - Interface in io.vertx.core.spi
 
build() - Method in class io.vertx.ext.dropwizard.reporters.JmxReporter.Builder
Builds a JmxReporter with the given properties.
bytesRead(S, SocketAddress, long) - Method in interface io.vertx.core.spi.metrics.NetworkMetrics
Called when bytes have been read
bytesWritten(S, SocketAddress, long) - Method in interface io.vertx.core.spi.metrics.NetworkMetrics
Called when bytes have been written

C

CACHE_CONTROL - Static variable in class io.vertx.core.http.HttpHeaders
Cache-Control header name
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
 
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.
cause() - Method in interface io.vertx.core.AsyncResult
A Throwable describing failure.
cause() - Method in interface io.vertx.ext.unit.report.Failure
 
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
Blocking version of 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
Blocking version of 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.
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 FileSystem
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
classBlock(RunNotifier) - Method in class io.vertx.ext.unit.junit.VertxUnitRunnerWithParameters
 
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.common.User
The User object will cache any roles or permissions 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.
clientGetname(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Get the current connection name
clientGetname(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
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<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
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 class io.vertx.rxjava.redis.RedisClient
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 class io.vertx.rxjava.redis.RedisClient
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 class io.vertx.rxjava.redis.RedisClient
Set the current connection name
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.PemKeyCertOptions
 
clone() - Method in class io.vertx.core.net.PemTrustOptions
 
clone() - Method in class io.vertx.core.net.PfxOptions
 
clone() - Method in interface io.vertx.core.net.TrustOptions
 
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.datagram.DatagramSocket
Closes the DatagramSocket implementation asynchronous and notifies the handler once done.
close() - Method in interface io.vertx.core.datagram.DatagramSocket
Closes the DatagramSocket.
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.eventbus.EventBus
Close the event bus and release any resources held
close() - Method in interface io.vertx.core.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 - 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() - 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 class io.vertx.ext.dropwizard.reporters.JmxReporter
Stops the reporter.
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() - 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 class io.vertx.rxjava.core.datagram.DatagramSocket
Closes the DatagramSocket implementation asynchronous and notifies the handler once done.
close() - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Closes the DatagramSocket.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.eventbus.EventBus
Close the event bus and release any resources held
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.HttpServer
Close the server.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.HttpServer
Like HttpServer 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 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 but the completionHandler will be called when the close is complete
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.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.
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 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
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.eventbus.EventBus
Close the event bus and release any resources held
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 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 but supplying a handler that will be notified when close is complete.
closeObservable() - Method in class io.vertx.rxjava.core.Vertx
Like Vertx but the completionHandler will be called when the close is complete
closeObservable() - Method in class io.vertx.rxjava.redis.RedisClient
Close the client - when it is fully closed the handler will be called.
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.
ClusterManager - Interface in io.vertx.core.spi.cluster
A cluster provider for Vert.x must implement this interface.
clusterSlots(Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
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
code() - Method in exception io.vertx.core.dns.DnsException
The DnsResponseCode which caused this DnsException to be created.
code() - Method in enum io.vertx.core.dns.DnsResponseCode
Returns the error code for this DnsResponseCode.
command(Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Get array of Redis command details
command(Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get array of Redis command details
commandCount(Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Get total number of Redis commands
commandCount(Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get total number of Redis commands
commandGetkeys(Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
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
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<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get array of specific Redis command details
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() - Method in interface io.vertx.ext.unit.Async
Signals the asynchronous operation is done, this method should be called only once, if the method is called another time it will 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() - Method in class io.vertx.rxjava.ext.unit.Async
Signals the asynchronous operation is done, this method should be called only once, if the method is called another time it will throw an IllegalStateException to signal the error.
completedFuture() - Method in interface io.vertx.core.spi.FutureFactory
 
completedFuture(T) - Method in interface io.vertx.core.spi.FutureFactory
 
completedFuture(Throwable) - Method in interface io.vertx.core.spi.FutureFactory
 
completedFuture(String, boolean) - Method in interface io.vertx.core.spi.FutureFactory
 
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<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.
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.
computeHash(String, String) - Method in interface io.vertx.ext.auth.jdbc.JDBCHashStrategy
Compute the hashed password given the unhashed password and the salt
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.
configGet(String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
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
configResetstat(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Reset the stats returned by INFO
configResetstat(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
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 class io.vertx.rxjava.redis.RedisClient
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 class io.vertx.rxjava.redis.RedisClient
Set a configuration parameter to the given value
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() - 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() - 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(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) - Method in interface io.vertx.core.spi.metrics.TCPMetrics
Called when a client has connected, which is applicable for TCP connections.
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<NetSocket>) - Method in class io.vertx.rxjava.core.net.NetServer
Supply a connect handler for this server.
CONNECTION - Static variable in class io.vertx.core.http.HttpHeaders
Connection header name
connectObservable(int, String) - Method in class io.vertx.rxjava.core.net.NetClient
Open a connection to a server at the specific port and host.
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
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.
consumes(String) - Method in interface io.vertx.ext.web.Route
Add a content type consumed by this route.
consumes(String) - Method in class io.vertx.rxjava.ext.web.Route
Add a content type consumed by this route.
contains(String) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
 
contains(CharSequence) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
 
contains(Object) - Method in class io.vertx.core.json.JsonArray
Does the JSON array contain the specified value? This method will scan the entire array until it finds a value or reaches the end.
contains(String) - Method in interface io.vertx.core.MultiMap
Checks to see if there is a value with the specified name
contains(CharSequence) - Method in interface io.vertx.core.MultiMap
Like MultiMap.contains(String) but accepting a CharSequence as a parameter
contains(String) - Method in class io.vertx.rxjava.core.MultiMap
Checks to see if there is a value with the specified name
containsKey(String) - Method in class io.vertx.core.json.JsonObject
Does the JSON object contain the specified key?
CONTENT_BASE - Static variable in class io.vertx.core.http.HttpHeaders
Content-Base header name
CONTENT_ENCODING - Static variable in class io.vertx.core.http.HttpHeaders
Content-Encoding header name
CONTENT_LANGUAGE - Static variable in class io.vertx.core.http.HttpHeaders
Content-Language header name
CONTENT_LENGTH - Static variable in class io.vertx.core.http.HttpHeaders
Content-Length header name
CONTENT_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
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 Handler execution.
Context(Context) - Constructor for class io.vertx.rxjava.core.Context
 
ContextScheduler - Class in io.vertx.rx.java
 
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.
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 RoutingContext 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
Blocking version of 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
Blocking version of 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(String, JsonObject, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Count matching documents in a collection.
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.
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(Vertx, ShiroAuthRealmType, JsonObject) - Static method in interface io.vertx.ext.auth.shiro.ShiroAuth
Create a Shiro auth provider
create(Vertx, Realm) - 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, DataSource) - Static method in interface io.vertx.ext.jdbc.JDBCClient
Create a client using a pre-existing data source
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() - 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() - 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(AuthProvider) - Static method in interface io.vertx.ext.web.handler.JWTAuthHandler
Create a JWT auth handler
create(AuthProvider, 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(LoggerHandler.Format) - Static method in interface io.vertx.ext.web.handler.LoggerHandler
Create a handler with he specified format
create(boolean, LoggerHandler.Format) - Static method in interface io.vertx.ext.web.handler.LoggerHandler
Create a handler with he specified format
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(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(AuthProvider) - Static method in interface io.vertx.ext.web.handler.UserSessionHandler
Create a new handler
create(Vertx, String) - Static method in interface io.vertx.ext.web.sstore.ClusteredSessionStore
Create a session store
create(Vertx) - Static method in interface io.vertx.ext.web.sstore.ClusteredSessionStore
Create a session store
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(Vertx, JsonObject) - Static method in interface io.vertx.redis.RedisClient
 
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(Vertx, ShiroAuthRealmType, JsonObject) - 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, 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() - 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() - 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(AuthProvider) - Static method in class io.vertx.rxjava.ext.web.handler.JWTAuthHandler
Create a JWT auth handler
create(AuthProvider, 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(LoggerHandler.Format) - Static method in class io.vertx.rxjava.ext.web.handler.LoggerHandler
Create a handler with he specified format
create(boolean, LoggerHandler.Format) - Static method in class io.vertx.rxjava.ext.web.handler.LoggerHandler
Create a handler with he specified format
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(AuthProvider) - Static method in class io.vertx.rxjava.ext.web.handler.UserSessionHandler
Create a new handler
create(Vertx, String) - Static method in class io.vertx.rxjava.ext.web.sstore.ClusteredSessionStore
Create a session store
create(Vertx) - Static method in class io.vertx.rxjava.ext.web.sstore.ClusteredSessionStore
Create a session store
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.redis.RedisClient
 
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
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.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
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
Blocking version of FileSystem
createFileBlocking(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Blocking version of 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
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
createMetrics(EventBus) - Method in interface io.vertx.core.spi.metrics.VertxMetrics
Provides the event bus metrics SPI when the event bus is created.

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

This method should be called only once.

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.

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

Note: this method can be called more than one time for the same localAddress when a server is scaled, it is the responsibility of the metrics implementation to eventually merge metrics.

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.

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

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.

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

Note: this method can be called more than one time for the same localAddress when a server is scaled, it is the responsibility of the metrics implementation to eventually merge metrics.

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

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

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

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

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.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.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.
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.jdbc.JDBCClient
Create a JDBC client which shares its data source with any other JDBC clients created with the same data source name
createShared(Vertx, JsonObject) - Static method in interface io.vertx.ext.jdbc.JDBCClient
Like JDBCClient.createShared(io.vertx.core.Vertx, JsonObject, String) but with the default data source name
createShared(Vertx, MailConfig, String) - Static method in interface io.vertx.ext.mail.MailClient
Create a Mail client which shares its data source with any other Mongo clients created with the same pool name
createShared(Vertx, MailConfig) - Static method in interface io.vertx.ext.mail.MailClient
createShared(Vertx, JsonObject, String) - Static method in interface io.vertx.ext.mongo.MongoClient
Create a Mongo client which shares its data source with any other Mongo clients created with the same data source name
createShared(Vertx, JsonObject) - Static method in interface io.vertx.ext.mongo.MongoClient
createShared(Vertx, JsonObject, String) - Static method in class io.vertx.rxjava.ext.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
createTest() - Method in class io.vertx.ext.unit.junit.VertxUnitRunnerWithParameters
 
createVerticle(String, ClassLoader) - Method in interface io.vertx.core.spi.VerticleFactory
 
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
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
 

D

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

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

DatagramSocketOptions - Class in io.vertx.core.datagram
Options used to configure a datagram socket.
DatagramSocketOptions() - Constructor for class io.vertx.core.datagram.DatagramSocketOptions
Default constructor
DatagramSocketOptions(DatagramSocketOptions) - Constructor for class io.vertx.core.datagram.DatagramSocketOptions
Copy constructor
DatagramSocketOptions(JsonObject) - Constructor for class io.vertx.core.datagram.DatagramSocketOptions
Constructor to create options from JSON
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<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Return the number of keys in the selected database
debug(Object) - Method in class io.vertx.core.logging.JULLogDelegate
 
debug(Object, Throwable) - Method in class io.vertx.core.logging.JULLogDelegate
 
debug(Object) - Method in class io.vertx.core.logging.Log4jLogDelegate
 
debug(Object, Throwable) - 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) - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
debug(Object, Throwable) - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
debug(Object) - Method in interface io.vertx.core.spi.logging.LogDelegate
 
debug(Object, Throwable) - 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 class io.vertx.rxjava.redis.RedisClient
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 class io.vertx.rxjava.redis.RedisClient
Make the server crash
decode(String) - Static method in class io.vertx.redis.RedisEncoding
Decode characters in input string from \\xXX syntax.
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.
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<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
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<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
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
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.web.handler.sockjs.PermittedOptions
The default permitted address : null.
DEFAULT_ADDRESS_REGEX - Static variable in class io.vertx.ext.web.handler.sockjs.PermittedOptions
The default permitted address regex : null.
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_AUTHENTICATE_QUERY - Static variable in interface io.vertx.ext.auth.jdbc.JDBCAuth
The default query to be used for authentication
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_CACHING_ENABLED - Static variable in interface io.vertx.ext.web.handler.StaticHandler
Default of whether cache header handling is enabled
DEFAULT_CLIENT_AUTH_REQUIRED - Static variable in class io.vertx.core.net.NetServerOptions
Default value of whether client auth is required (SSL/TLS) = false
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_CLUSTERED - Static variable in class io.vertx.core.VertxOptions
The default value of whether Vert.x is clustered = false.
DEFAULT_COMPRESSION_SUPPORTED - Static variable in class io.vertx.core.http.HttpServerOptions
Default value of whether compression is supported = false
DEFAULT_CONNECT_TIMEOUT - Static variable in class io.vertx.core.net.ClientOptionsBase
The default value of connect timeout = 60000 ms
DEFAULT_CONNECTION_TIMEOUT - Static variable in class io.vertx.ext.mail.MailServiceVertxProxyHandler
 
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_CREATE - Static variable in class io.vertx.core.file.OpenOptions
 
DEFAULT_CREATENEW - Static variable in class io.vertx.core.file.OpenOptions
 
DEFAULT_DB_NAME - Static variable in interface io.vertx.ext.mongo.MongoClient
The name of the default database
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_DELETEONCLOSE - Static variable in class io.vertx.core.file.OpenOptions
 
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_DISPLAY_EXCEPTION_DETAILS - Static variable in interface io.vertx.ext.web.handler.ErrorHandler
Should exception details be displayed by default?
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_ERROR_HANDLER_TEMPLATE - Static variable in interface io.vertx.ext.web.handler.ErrorHandler
The default template to use for rendering
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_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_HEARTBEAT_INTERVAL - Static variable in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
 
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.ext.mail.MailConfig
 
DEFAULT_IDLE_TIMEOUT - Static variable in class io.vertx.core.net.TCPSSLOptions
Default idle timeout = 0
DEFAULT_IDLE_TIMEOUT - Static variable in class io.vertx.ext.mail.MailConfig
 
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_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_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_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_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.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_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_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_HANDLERS_PER_SOCKET - Static variable in class io.vertx.ext.web.handler.sockjs.BridgeOptions
Default value for max handlers per socket = 1000
DEFAULT_MAX_POOL_SIZE - Static variable in class io.vertx.core.http.HttpClientOptions
The default maximum number of connections a client will pool = 5
DEFAULT_MAX_POOL_SIZE - Static variable in class io.vertx.ext.mail.MailConfig
 
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_ENABLED - Static variable in class io.vertx.core.metrics.MetricsOptions
The default value of metrics enabled false
DEFAULT_METRICS_ENABLED - Static variable in class io.vertx.core.VertxOptions
The default value of metrics enabled false
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_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_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_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.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.ext.mail.MailConfig
 
DEFAULT_PROVIDER_CLASS - Static variable in interface io.vertx.ext.jdbc.JDBCClient
The default data source provider is C3P0
DEFAULT_QUORUM_SIZE - Static variable in class io.vertx.core.VertxOptions
The default value of quorum size = 1
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 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.net.NetClientOptions
The default value for reconnect attempts = 0
DEFAULT_RECONNECT_INTERVAL - Static variable in class io.vertx.core.net.NetClientOptions
The default value for reconnect interval = 1000 ms
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_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_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_SEND_BUFFER_SIZE - Static variable in class io.vertx.core.net.NetworkOptions
The default value of TCP send buffer size
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 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
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_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
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_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_TRUNCATEEXISTING - Static variable in class io.vertx.core.file.OpenOptions
 
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_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.ext.dropwizard.Match
The default value : MatchType.EQUALS
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_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_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_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
 
DEFLATE_GZIP - Static variable in class io.vertx.core.http.HttpHeaders
deflate,gzip header value
del(List<String>, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Delete a key
del(List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
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
Blocking version of 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
Blocking version of 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.
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.
DEPLOYMENT_OPTIONS_PROP_PREFIX - Static variable in class io.vertx.core.Starter
 
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
 
deployVerticle(Verticle) - Method in interface io.vertx.core.Vertx
Deploy a verticle instance that you have created yourself.
deployVerticle(Verticle, Handler<AsyncResult<String>>) - Method in interface io.vertx.core.Vertx
Like Vertx.deployVerticle(Verticle) but the completionHandler will be notified when the deployment is complete.
deployVerticle(Verticle, DeploymentOptions) - Method in interface io.vertx.core.Vertx
Like Vertx.deployVerticle(Verticle) but DeploymentOptions are provided to configure the deployment.
deployVerticle(Verticle, DeploymentOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.core.Vertx
Like Vertx.deployVerticle(Verticle, Handler) but DeploymentOptions are provided to configure the deployment.
deployVerticle(String) - Method in interface io.vertx.core.Vertx
Deploy a verticle instance given a name.
deployVerticle(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.core.Vertx
Like Vertx.deployVerticle(String) but the completionHandler will be notified when the deployment is complete.
deployVerticle(String, DeploymentOptions) - Method in interface io.vertx.core.Vertx
Like Vertx.deployVerticle(Verticle) but DeploymentOptions are provided to configure the deployment.
deployVerticle(String, DeploymentOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.core.Vertx
Like Vertx.deployVerticle(String, Handler) but DeploymentOptions are provided to configure the deployment.
deployVerticle(String) - Method in class io.vertx.rxjava.core.Vertx
Deploy a verticle instance given a name.
deployVerticle(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.core.Vertx
Like Vertx but the completionHandler will be notified when the deployment is complete.
deployVerticle(String, DeploymentOptions) - Method in class io.vertx.rxjava.core.Vertx
Like Vertx but DeploymentOptions are provided to configure the deployment.
deployVerticle(String, DeploymentOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.core.Vertx
Like Vertx but DeploymentOptions are provided to configure the deployment.
deployVerticleObservable(String) - Method in class io.vertx.rxjava.core.Vertx
Like Vertx but the completionHandler will be notified when the deployment is complete.
deployVerticleObservable(String, DeploymentOptions) - Method in class io.vertx.rxjava.core.Vertx
Like Vertx but DeploymentOptions are provided to configure the deployment.
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.RedisClient
Discard all commands issued after MULTI
discard(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Discard all commands issued after MULTI
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.
DnsClient - Interface in io.vertx.core.dns
Provides a way to asynchronously lookup information from DNS servers.
DnsClient - Class in io.vertx.rxjava.core.dns
Provides a way to asynchronously lookup information from DNS servers.
DnsClient(DnsClient) - Constructor for class io.vertx.rxjava.core.dns.DnsClient
 
DnsException - Exception in io.vertx.core.dns
Exception which is used to notify the AsyncResult if the DNS query returns a DnsResponseCode which indicates and error.
DnsException(DnsResponseCode) - Constructor for exception io.vertx.core.dns.DnsException
 
DnsResponseCode - Enum in io.vertx.core.dns
Represents the possible response codes a server may send after receiving a query.
doIsPermitted(String, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.ext.auth.AbstractUser
 
drainHandler(Handler<Void>) - Method in interface io.vertx.core.datagram.PacketWritestream
 
drainHandler(Handler<Void>) - Method in interface io.vertx.core.eventbus.MessageProducer
 
drainHandler(Handler<Void>) - Method in interface io.vertx.core.file.AsyncFile
 
drainHandler(Handler<Void>) - Method in interface io.vertx.core.http.HttpClientRequest
 
drainHandler(Handler<Void>) - Method in interface io.vertx.core.http.HttpServerResponse
 
drainHandler(Handler<Void>) - Method in interface io.vertx.core.http.ServerWebSocket
 
drainHandler(Handler<Void>) - Method in interface io.vertx.core.http.WebSocket
 
drainHandler(Handler<Void>) - Method in interface io.vertx.core.http.WebSocketBase
 
drainHandler(Handler<Void>) - Method in interface io.vertx.core.net.NetSocket
 
drainHandler(Handler<Void>) - Method in interface io.vertx.core.streams.WriteStream
Set a drain handler on the stream.
drainHandler(Handler<Void>) - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
 
drainHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.datagram.PacketWritestream
 
drainHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.eventbus.MessageProducer
 
drainHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.file.AsyncFile
 
drainHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
 
drainHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
 
drainHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
drainHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.WebSocket
 
drainHandler(Handler<Void>) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
 
drainHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.net.NetSocket
 
drainHandler(Handler<Void>) - Method in interface io.vertx.rxjava.core.streams.WriteStream
Set a drain handler on the stream.
drainHandler(Handler<Void>) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
 
dropCollection(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoClient
Drop a collection
dropCollection(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Drop a collection
dropCollectionObservable(String) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Drop a collection
DropwizardMetricsOptions - Class in io.vertx.ext.dropwizard
Vert.x Dropwizard metrics configuration.
DropwizardMetricsOptions() - Constructor for class io.vertx.ext.dropwizard.DropwizardMetricsOptions
Default constructor
DropwizardMetricsOptions(MetricsOptions) - Constructor for class io.vertx.ext.dropwizard.DropwizardMetricsOptions
Copy constructor with base metrics options
DropwizardMetricsOptions(DropwizardMetricsOptions) - Constructor for class io.vertx.ext.dropwizard.DropwizardMetricsOptions
Copy constructor
DropwizardMetricsOptions(JsonObject) - Constructor for class io.vertx.ext.dropwizard.DropwizardMetricsOptions
Create an instance from a JsonObject
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 class io.vertx.rxjava.redis.RedisClient
Return a serialized version of the value stored at the specified key.
durationTime() - Method in interface io.vertx.ext.unit.report.TestResult
How long the test lasted in millis.
durationTime() - Method in class io.vertx.rxjava.ext.unit.report.TestResult
How long the test lasted in millis.

E

echo(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Echo the given string
echo(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Echo the given string
EmailAddress - Class in io.vertx.ext.mail.mailencoder
represent a mail address with an email address part and an optional full name e.g.
EmailAddress(String) - Constructor for class io.vertx.ext.mail.mailencoder.EmailAddress
parse and create an email address
enable() - Method in interface io.vertx.ext.web.Route
Enable this route.
enable() - Method in class io.vertx.rxjava.ext.web.Route
Enable this route.
encode(Object) - Static method in class io.vertx.core.json.Json
 
encode() - Method in class io.vertx.core.json.JsonArray
Encode the JSON array to a string
encode() - Method in class io.vertx.core.json.JsonObject
Encode this JSON object as a string.
encode() - Method in class io.vertx.ext.mail.mailencoder.MailEncoder
encode the MailMessage to a String
encode() - Method in interface io.vertx.ext.web.Cookie
Encode the cookie to a string.
encode(String) - Static method in class io.vertx.redis.RedisEncoding
Encode characters in input string using \\xXX syntax.
encode() - Method in class io.vertx.rxjava.ext.web.Cookie
Encode the cookie to a string.
EncodeException - Exception in io.vertx.core.json
 
EncodeException(String) - Constructor for exception io.vertx.core.json.EncodeException
 
EncodeException() - Constructor for exception io.vertx.core.json.EncodeException
 
encodePrettily(Object) - Static method in class io.vertx.core.json.Json
 
encodePrettily() - Method in class io.vertx.core.json.JsonArray
Encode the JSON array prettily as a string
encodePrettily() - Method in class io.vertx.core.json.JsonObject
Encode this JSON object a a string, with whitespace to make the object easier to read by a human, or other sentient organism.
encodeToWire(Buffer, S) - Method in interface io.vertx.core.eventbus.MessageCodec
Called by Vert.x when marshalling a message to the wire.
end(String) - Method in interface io.vertx.core.http.HttpClientRequest
Same as HttpClientRequest.end(Buffer) but writes a String in UTF-8 encoding
end(String, String) - Method in interface io.vertx.core.http.HttpClientRequest
Same as HttpClientRequest.end(Buffer) but writes a String with the specified encoding
end(Buffer) - Method in interface io.vertx.core.http.HttpClientRequest
Same as HttpClientRequest.end() but writes some data to the request body before ending.
end() - Method in interface io.vertx.core.http.HttpClientRequest
Ends the request.
end(String) - Method in interface io.vertx.core.http.HttpServerResponse
Same as HttpServerResponse.end(Buffer) but writes a String in UTF-8 encoding before ending the response.
end(String, String) - Method in interface io.vertx.core.http.HttpServerResponse
Same as HttpServerResponse.end(Buffer) but writes a String with the specified encoding before ending the response.
end(Buffer) - Method in interface io.vertx.core.http.HttpServerResponse
Same as HttpServerResponse.end() but writes some data to the response body before ending.
end() - Method in interface io.vertx.core.http.HttpServerResponse
Ends the response.
end(String) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
Same as HttpClientRequest.end(java.lang.String) but writes a String in UTF-8 encoding
end(String, String) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
Same as HttpClientRequest but writes a String with the specified encoding
end(Buffer) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
Same as HttpClientRequest but writes some data to the request body before ending.
end() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
Ends the request.
end(String) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Same as HttpServerResponse.end(java.lang.String) but writes a String in UTF-8 encoding before ending the response.
end(String, String) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Same as HttpServerResponse but writes a String with the specified encoding before ending the response.
end(Buffer) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Same as HttpServerResponse but writes some data to the response body before ending.
end() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Ends the response.
ended() - Method in interface io.vertx.core.http.HttpServerResponse
 
ended() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
 
endHandleMessage(H, Throwable) - Method in interface io.vertx.core.spi.metrics.EventBusMetrics
Called when an handler finish to process a message.

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

endHandler(Handler<Void>) - Method in interface io.vertx.core.datagram.DatagramSocket
 
endHandler(Handler<Void>) - Method in interface io.vertx.core.eventbus.MessageConsumer
 
endHandler(Handler<Void>) - Method in interface io.vertx.core.file.AsyncFile
 
endHandler(Handler<Void>) - Method in interface io.vertx.core.http.HttpClientRequest
 
endHandler(Handler<Void>) - Method in interface io.vertx.core.http.HttpClientResponse
 
endHandler(Handler<Void>) - Method in interface io.vertx.core.http.HttpServerFileUpload
 
endHandler(Handler<Void>) - Method in interface io.vertx.core.http.HttpServerRequest
 
endHandler(Handler<Void>) - Method in interface io.vertx.core.http.HttpServerRequestStream
 
endHandler(Handler<Void>) - Method in interface io.vertx.core.http.ServerWebSocket
 
endHandler(Handler<Void>) - Method in interface io.vertx.core.http.ServerWebSocketStream
 
endHandler(Handler<Void>) - Method in interface io.vertx.core.http.WebSocket
 
endHandler(Handler<Void>) - Method in interface io.vertx.core.http.WebSocketBase
 
endHandler(Handler<Void>) - Method in interface io.vertx.core.http.WebSocketStream
 
endHandler(Handler<Void>) - Method in interface io.vertx.core.net.NetSocket
 
endHandler(Handler<Void>) - Method in interface io.vertx.core.net.NetSocketStream
 
endHandler(Handler<Void>) - Method in interface io.vertx.core.streams.ReadStream
Set an end handler.
endHandler(Handler<Void>) - Method in interface io.vertx.core.TimeoutStream
 
endHandler(Handler<TestResult>) - Method in interface io.vertx.ext.unit.report.TestCaseReport
Set a callback for completion, the specified handler is invoked when the test exec has completed.
endHandler(Handler<Void>) - Method in interface io.vertx.ext.unit.report.TestSuiteReport
 
endHandler(Handler<Void>) - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.file.AsyncFile
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.HttpClientResponse
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.HttpServerRequestStream
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.ServerWebSocketStream
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.WebSocket
 
endHandler(Handler<Void>) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.WebSocketStream
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.net.NetSocket
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.net.NetSocketStream
 
endHandler(Handler<Void>) - Method in interface io.vertx.rxjava.core.streams.ReadStream
Set an end handler.
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.TimeoutStream
 
endHandler(Handler<TestResult>) - Method in class io.vertx.rxjava.ext.unit.report.TestCaseReport
Set a callback for completion, the specified handler is invoked when the test exec has completed.
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.ext.unit.report.TestSuiteReport
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
 
entries() - Method in class io.vertx.core.http.CaseInsensitiveHeaders
 
entries() - Method in interface io.vertx.core.MultiMap
Returns all entries in the multi-map.
equals(Object) - Method in class io.vertx.core.datagram.DatagramSocketOptions
 
equals(Object) - Method in class io.vertx.core.DeploymentOptions
 
equals(Object) - Method in class io.vertx.core.http.HttpClientOptions
 
equals(Object) - Method in class io.vertx.core.http.HttpServerOptions
 
equals(Object) - Method in class io.vertx.core.json.JsonArray
 
equals(Object) - Method in class io.vertx.core.json.JsonObject
 
equals(Object) - Method in class io.vertx.core.net.ClientOptionsBase
 
equals(Object) - Method in class io.vertx.core.net.JksOptions
 
equals(Object) - Method in class io.vertx.core.net.NetClientOptions
 
equals(Object) - Method in class io.vertx.core.net.NetServerOptions
 
equals(Object) - Method in class io.vertx.core.net.NetworkOptions
 
equals(Object) - Method in class io.vertx.core.net.PemKeyCertOptions
 
equals(Object) - Method in class io.vertx.core.net.PfxOptions
 
equals(Object) - Method in class io.vertx.core.net.TCPSSLOptions
 
equals(Object) - Method in class io.vertx.core.VertxOptions
 
equals(Object) - Method in class io.vertx.ext.mail.MailAttachment
 
equals(Object) - Method in class io.vertx.ext.mail.MailConfig
 
equals(Object) - Method in class io.vertx.ext.mail.MailMessage
 
equals(Object) - Method in class io.vertx.ext.mongo.FindOptions
 
equals(Object) - Method in class io.vertx.ext.mongo.UpdateOptions
 
error(Object) - Method in class io.vertx.core.logging.JULLogDelegate
 
error(Object, Throwable) - Method in class io.vertx.core.logging.JULLogDelegate
 
error(Object) - Method in class io.vertx.core.logging.Log4jLogDelegate
 
error(Object, Throwable) - Method in class io.vertx.core.logging.Log4jLogDelegate
 
error(Object) - Method in class io.vertx.core.logging.Logger
 
error(Object, Throwable) - Method in class io.vertx.core.logging.Logger
 
error(Object) - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
error(Object, Throwable) - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
error(Object) - Method in interface io.vertx.core.spi.logging.LogDelegate
 
error(Object, Throwable) - Method in interface io.vertx.core.spi.logging.LogDelegate
 
ErrorHandler - Interface in io.vertx.ext.web.handler
A pretty error handler for rendering error pages.
ErrorHandler - Class in io.vertx.rxjava.ext.web.handler
A pretty error handler for rendering error pages.
ErrorHandler(ErrorHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.ErrorHandler
 
ETAG - Static variable in class io.vertx.core.http.HttpHeaders
Etag header name
eval(String, List<String>, List<String>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Execute a Lua script server side
eval(String, List<String>, List<String>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
Execute a Lua script server side
evalsha(String, List<String>, List<String>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Execute a Lua script server side
evalsha(String, List<String>, List<String>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
Execute a Lua script server side
evaluate() - Method in class io.vertx.ext.unit.junit.VertxUnitStatement
 
EVENT_TEST_CASE_BEGIN - Static variable in interface io.vertx.ext.unit.collect.EventBusCollector
Json type field value that signals a test case begins, used as part of the test reporting protocol for the event bus.
EVENT_TEST_CASE_END - Static variable in interface io.vertx.ext.unit.collect.EventBusCollector
Json type field value that signals a test case ends, used as part of the test reporting protocol for the event bus.
EVENT_TEST_SUITE_BEGIN - Static variable in interface io.vertx.ext.unit.collect.EventBusCollector
Json type field value that signals a test suite begins, used as part of the test reporting protocol for the event bus.
EVENT_TEST_SUITE_END - Static variable in interface io.vertx.ext.unit.collect.EventBusCollector
Json type field value that signals a test suite ends, used as part of the test reporting protocol for the event bus.
EVENT_TEST_SUITE_ERROR - Static variable in interface io.vertx.ext.unit.collect.EventBusCollector
Json type field value that reports a test suite error, used as part of the test reporting protocol for the event bus.
EventBus - Interface in io.vertx.core.eventbus
A Vert.x event-bus is a light-weight distributed messaging system which allows different parts of your application, or different applications and services to communicate with each in a loosely coupled way.
eventBus() - Method in interface io.vertx.core.Vertx
Get the event bus object.
EventBus - Class in io.vertx.rxjava.core.eventbus
A Vert.x event-bus is a light-weight distributed messaging system which allows different parts of your application, or different applications and services to communicate with each in a loosely coupled way.
EventBus(EventBus) - Constructor for class io.vertx.rxjava.core.eventbus.EventBus
 
eventBus() - Method in class io.vertx.rxjava.core.Vertx
Get the event bus object.
EventBusCollector - Interface in io.vertx.ext.unit.collect
The event bus collector listen to events on the Vert.x event bus and translate them into reports.
EventBusCollector - Class in io.vertx.rxjava.ext.unit.collect
The event bus collector listen to events on the Vert.x event bus and translate them into reports.
EventBusCollector - Class in io.vertx.rxjava.ext.unit.collect
The event bus collector listen to events on the Vert.x event bus and translate them into reports.
EventBusCollector(EventBusCollector) - Constructor for class io.vertx.rxjava.ext.unit.collect.EventBusCollector
 
EventBusMetrics<H> - Interface in io.vertx.core.spi.metrics
The event bus metrics SPI which Vert.x will use to call when each event occurs.
example1() - Method in class io.vertx.spi.cluster.hazelcast.examples.Examples
 
example2() - Method in class io.vertx.spi.cluster.hazelcast.examples.Examples
 
Examples - Class in io.vertx.spi.cluster.hazelcast.examples
 
Examples() - Constructor for class io.vertx.spi.cluster.hazelcast.examples.Examples
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.datagram.DatagramSocket
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.datagram.PacketWritestream
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.eventbus.MessageConsumer
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.eventbus.MessageProducer
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.file.AsyncFile
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.http.HttpClientRequest
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.http.HttpClientResponse
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.http.HttpServerFileUpload
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.http.HttpServerRequest
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.http.HttpServerRequestStream
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.http.HttpServerResponse
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.http.ServerWebSocket
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.http.ServerWebSocketStream
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.http.WebSocket
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.http.WebSocketBase
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.http.WebSocketStream
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.net.NetSocket
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.net.NetSocketStream
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.streams.ReadStream
Set an exception handler on the read stream.
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.streams.StreamBase
Set an exception handler.
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.streams.WriteStream
Set an exception handler on the write stream.
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.TimeoutStream
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.ext.unit.report.TestSuiteReport
Set an exception handler, the exception handler reports the test suite errors, it can be called mulitple times before the test ends.
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.ext.web.Router
Specify a handler for any unhandled exceptions on this router.
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.core.datagram.PacketWritestream
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.core.eventbus.MessageProducer
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.core.file.AsyncFile
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.core.http.HttpClientResponse
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.core.http.HttpServerRequestStream
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.core.http.ServerWebSocketStream
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.core.http.WebSocket
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.core.http.WebSocketStream
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.core.net.NetSocket
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.core.net.NetSocketStream
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.rxjava.core.streams.ReadStream
Set an exception handler on the read stream.
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.rxjava.core.streams.StreamBase
Set an exception handler.
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.rxjava.core.streams.WriteStream
Set an exception handler on the write stream.
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.core.TimeoutStream
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.ext.unit.report.TestSuiteReport
Set an exception handler, the exception handler reports the test suite errors, it can be called mulitple times before the test ends.
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.ext.web.Router
Specify a handler for any unhandled exceptions on this router.
exceptionOccurred(S, SocketAddress, Throwable) - Method in interface io.vertx.core.spi.metrics.NetworkMetrics
Called when exceptions occur for a specific connection.
exec(Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Execute all commands issued after MULTI
exec(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
Execute all commands issued after MULTI
execute() - Method in class io.vertx.lang.rxjava.ReadStreamAdapter
 
execute() - Method in class io.vertx.rx.java.SingleOnSubscribeAdapter
 
executeBlocking(Handler<Future<T>>, boolean, Handler<AsyncResult<T>>) - Method in interface io.vertx.core.Vertx
Safely execute some blocking code.
executeBlocking(Handler<Future<T>>, Handler<AsyncResult<T>>) - Method in interface io.vertx.core.Vertx
Like Vertx.executeBlocking(Handler, boolean, Handler) called with ordered = true.
executeBlocking(Handler<Future<T>>, boolean, Handler<AsyncResult<T>>) - Method in class io.vertx.rxjava.core.Vertx
Safely execute some blocking code.
executeBlocking(Handler<Future<T>>, Handler<AsyncResult<T>>) - Method in class io.vertx.rxjava.core.Vertx
Like Vertx called with ordered = true.
executeBlockingObservable(Handler<Future<T>>, boolean) - Method in class io.vertx.rxjava.core.Vertx
Safely execute some blocking code.
executeBlockingObservable(Handler<Future<T>>) - Method in class io.vertx.rxjava.core.Vertx
Like Vertx called with ordered = true.
exists(String, Handler<AsyncResult<Boolean>>) - Method in interface io.vertx.core.file.FileSystem
Determines whether the file as specified by the path path exists, asynchronously.
exists(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Determine if a key exists
exists(String, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Determines whether the file as specified by the path path exists, asynchronously.
exists(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Determine if a key exists
existsBlocking(String) - Method in interface io.vertx.core.file.FileSystem
existsBlocking(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Blocking version of FileSystem
existsObservable(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Determines whether the file as specified by the path path exists, asynchronously.
EXPECT - Static variable in class io.vertx.core.http.HttpHeaders
Expect header name
expire(String, int, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Set a key's time to live in seconds
expire(String, int, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Set a key's time to live in seconds
expireat(String, long, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Set the expiration for a key as a UNIX timestamp
expireat(String, long, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Set the expiration for a key as a UNIX timestamp
EXPIRES - Static variable in class io.vertx.core.http.HttpHeaders
Expires header name
exposedHeader(String) - Method in interface io.vertx.ext.web.handler.CorsHandler
Add an exposed header
exposedHeader(String) - Method in class io.vertx.rxjava.ext.web.handler.CorsHandler
Add an exposed header
exposedHeaders(Set<String>) - Method in interface io.vertx.ext.web.handler.CorsHandler
Add a set of exposed headers
exposedHeaders(Set<String>) - Method in class io.vertx.rxjava.ext.web.handler.CorsHandler
Add a set of exposed headers

F

factory - Static variable in interface io.vertx.core.buffer.Buffer
 
factory - Static variable in interface io.vertx.core.Future
 
factory - Static variable in interface io.vertx.core.http.WebSocketFrame
 
factory - Static variable in interface io.vertx.core.streams.Pump
 
factory - Static variable in interface io.vertx.core.Vertx
 
factory - Static variable in interface io.vertx.ext.unit.report.Reporter
 
fail(int, String) - Method in interface io.vertx.core.eventbus.Message
Signal to the sender that processing of this message failed.
fail(Throwable) - Method in interface io.vertx.core.Future
Set the failure.
fail(String) - Method in interface io.vertx.core.Future
Set the failure.
fail() - Method in interface io.vertx.ext.unit.TestContext
Throw a failure.
fail(String) - Method in interface io.vertx.ext.unit.TestContext
Throw a failure with the specified failure message.
fail(Throwable) - Method in interface io.vertx.ext.unit.TestContext
Throw a failure with the specified failure cause.
fail(int) - Method in interface io.vertx.ext.web.RoutingContext
Fail the context with the specified status code.
fail(Throwable) - Method in interface io.vertx.ext.web.RoutingContext
Fail the context with the specified throwable.
fail(int, String) - Method in class io.vertx.rxjava.core.eventbus.Message
Signal to the sender that processing of this message failed.
fail(String) - Method in class io.vertx.rxjava.core.Future
Set the failure.
fail() - Method in class io.vertx.rxjava.ext.unit.TestContext
Throw a failure.
fail(String) - Method in class io.vertx.rxjava.ext.unit.TestContext
Throw a failure with the specified failure message.
fail(int) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Fail the context with the specified status code.
failed() - Method in interface io.vertx.core.AsyncResult
Did it fail?
failed() - Method in interface io.vertx.ext.unit.report.TestResult
Did it fail?
failed() - Method in interface io.vertx.ext.web.RoutingContext
 
failed() - Method in class io.vertx.rxjava.ext.unit.report.TestResult
Did it fail?
failed() - Method in class io.vertx.rxjava.ext.web.RoutingContext
 
failedFuture(Throwable) - Static method in interface io.vertx.core.Future
Create a failed future with the specified failure cause.
failedFuture(String) - Static method in interface io.vertx.core.Future
Create a failed future with the specified failure message.
failedFuture(String) - Static method in class io.vertx.rxjava.core.Future
Create a failed future with the specified failure message.
Failure - Interface in io.vertx.ext.unit.report
A failure provides the details of a failure that happened during the execution of a test case.

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

failure() - Method in interface io.vertx.ext.unit.report.TestResult
An exception describing failure, null if the test succeeded.
failure() - Method in interface io.vertx.ext.web.RoutingContext
If the context is being routed to failure handlers after a failure has been triggered by calling RoutingContext.fail(Throwable) then this will return that throwable.
failure(Throwable) - Static method in class io.vertx.lang.rxjava.InternalHelper
 
Failure - Class in io.vertx.rxjava.ext.unit.report
A failure provides the details of a failure that happened during the execution of a test case.

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

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

Failure - Class in io.vertx.rxjava.ext.unit.report
A failure provides the details of a failure that happened during the execution of a test case.

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

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

Failure(Failure) - Constructor for class io.vertx.rxjava.ext.unit.report.Failure
 
failure() - Method in class io.vertx.rxjava.ext.unit.report.TestResult
An exception describing failure, null if the test succeeded.
failureCode() - Method in exception io.vertx.core.eventbus.ReplyException
Get the failure code for the message
failureHandler(Handler<RoutingContext>) - Method in interface io.vertx.ext.web.Route
Specify a failure handler for the route.
failureHandler(Handler<RoutingContext>) - Method in class io.vertx.rxjava.ext.web.Route
Specify a failure handler for the route.
failureType() - Method in exception io.vertx.core.eventbus.ReplyException
Get the failure type for the message
fatal(Object) - Method in class io.vertx.core.logging.JULLogDelegate
 
fatal(Object, Throwable) - Method in class io.vertx.core.logging.JULLogDelegate
 
fatal(Object) - Method in class io.vertx.core.logging.Log4jLogDelegate
 
fatal(Object, Throwable) - Method in class io.vertx.core.logging.Log4jLogDelegate
 
fatal(Object) - Method in class io.vertx.core.logging.Logger
 
fatal(Object, Throwable) - Method in class io.vertx.core.logging.Logger
 
fatal(Object) - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
fatal(Object, Throwable) - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
fatal(Object) - Method in interface io.vertx.core.spi.logging.LogDelegate
 
fatal(Object, Throwable) - Method in interface io.vertx.core.spi.logging.LogDelegate
 
FaviconHandler - Interface in io.vertx.ext.web.handler
A handler that serves favicons.
FaviconHandler - Class in io.vertx.rxjava.ext.web.handler
A handler that serves favicons.
FaviconHandler(FaviconHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.FaviconHandler
 
fieldNames() - Method in class io.vertx.core.json.JsonObject
Return the set of field names in the JSON objects
filename() - Method in interface io.vertx.core.http.HttpServerFileUpload
 
fileName() - Method in interface io.vertx.ext.web.FileUpload
 
filename() - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
 
fileName() - Method in class io.vertx.rxjava.ext.web.FileUpload
 
FileProps - Interface in io.vertx.core.file
Represents properties of a file on the file system.
FileProps - Class in io.vertx.rxjava.core.file
Represents properties of a file on the file system.
FileProps(FileProps) - Constructor for class io.vertx.rxjava.core.file.FileProps
 
FileSystem - Interface in io.vertx.core.file
Contains a broad set of operations for manipulating files on the file system.
fileSystem() - Method in interface io.vertx.core.Vertx
Get the filesystem object.
FileSystem - Class in io.vertx.rxjava.core.file
Contains a broad set of operations for manipulating files on the file system.
FileSystem(FileSystem) - Constructor for class io.vertx.rxjava.core.file.FileSystem
 
fileSystem() - Method in class io.vertx.rxjava.core.Vertx
Get the filesystem object.
FileSystemException - Exception in io.vertx.core.file
Exception thrown by the FileSystem class
FileSystemException(String) - Constructor for exception io.vertx.core.file.FileSystemException
 
FileSystemException(String, Throwable) - Constructor for exception io.vertx.core.file.FileSystemException
 
FileSystemException(Throwable) - Constructor for exception io.vertx.core.file.FileSystemException
 
FileSystemProps - Interface in io.vertx.core.file
Represents properties of the file system.
FileSystemProps - Class in io.vertx.rxjava.core.file
Represents properties of the file system.
FileSystemProps(FileSystemProps) - Constructor for class io.vertx.rxjava.core.file.FileSystemProps
 
FileUpload - Interface in io.vertx.ext.web
Represents a file-upload from an HTTP multipart form submission.
FileUpload - Class in io.vertx.rxjava.ext.web
Represents a file-upload from an HTTP multipart form submission.
FileUpload(FileUpload) - Constructor for class io.vertx.rxjava.ext.web.FileUpload
 
fileUploads() - Method in interface io.vertx.ext.web.RoutingContext
 
fileUploads() - Method in class io.vertx.rxjava.ext.web.RoutingContext
 
filter(MetricFilter) - Method in class io.vertx.ext.dropwizard.reporters.JmxReporter.Builder
Only report metrics which match the given filter.
filter(BiPredicate<String, Object>) - Method in class io.vertx.ext.dropwizard.ScheduledMetricsConsumer
 
find(String, JsonObject, Handler<AsyncResult<List<JsonObject>>>) - Method in interface io.vertx.ext.mongo.MongoClient
Find matching documents in the specified collection
find(String, JsonObject, Handler<AsyncResult<List<JsonObject>>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Find matching documents in the specified collection
findObservable(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Find matching documents in the specified collection
findOne(String, JsonObject, JsonObject, Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.ext.mongo.MongoClient
Find a single matching document in the specified collection
findOne(String, JsonObject, JsonObject, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Find a single matching document in the specified collection
findOneObservable(String, JsonObject, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Find a single matching document in the specified collection
FindOptions - Class in io.vertx.ext.mongo
Options used to configure find operations.
FindOptions() - Constructor for class io.vertx.ext.mongo.FindOptions
Default constructor
FindOptions(FindOptions) - Constructor for class io.vertx.ext.mongo.FindOptions
Copy constructor
FindOptions(JsonObject) - Constructor for class io.vertx.ext.mongo.FindOptions
Constructor from JSON
findWithOptions(String, JsonObject, FindOptions, Handler<AsyncResult<List<JsonObject>>>) - Method in interface io.vertx.ext.mongo.MongoClient
Find matching documents in the specified collection, specifying options
findWithOptions(String, JsonObject, FindOptions, Handler<AsyncResult<List<JsonObject>>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Find matching documents in the specified collection, specifying options
findWithOptionsObservable(String, JsonObject, FindOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Find matching documents in the specified collection, specifying options
fireComplete() - Method in class io.vertx.rx.java.SingleOnSubscribeAdapter
Fire completed to active observer
fireError(Throwable) - Method in class io.vertx.rx.java.SingleOnSubscribeAdapter
Fire error to active observer
fireNext(T) - Method in class io.vertx.rx.java.SingleOnSubscribeAdapter
Fire next to active observer
fireResult(T) - Method in class io.vertx.rx.java.SingleOnSubscribeAdapter
Fire result to active observer
fixedSizeMode(int) - Method in interface io.vertx.core.parsetools.RecordParser
Flip the parser into fixed size mode, where the record size is specified by size in bytes.
fixedSizeMode(int) - Method in class io.vertx.rxjava.core.parsetools.RecordParser
Flip the parser into fixed size mode, where the record size is specified by size in bytes.
flush() - Method in interface io.vertx.core.file.AsyncFile
Flush any writes made to this file to underlying persistent storage.
flush(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.AsyncFile
Same as AsyncFile.flush() but the handler will be called when the flush is complete or if an error occurs
flush() - Method in class io.vertx.rxjava.core.file.AsyncFile
Flush any writes made to this file to underlying persistent storage.
flush(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.AsyncFile
Same as AsyncFile.flush() but the handler will be called when the flush is complete or if an error occurs
flushall(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Remove all keys from all databases
flushall(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Remove all keys from all databases
flushdb(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Remove all keys from the current database
flushdb(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Remove all keys from the current database
flushObservable() - Method in class io.vertx.rxjava.core.file.AsyncFile
Same as AsyncFile.flush() but the handler will be called when the flush is complete or if an error occurs
format(LogRecord) - Method in class io.vertx.core.logging.VertxLoggerFormatter
 
formAttributes() - Method in interface io.vertx.core.http.HttpServerRequest
Returns a map of all form attributes in the request.
formAttributes() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
Returns a map of all form attributes in the request.
FormLoginHandler - Interface in io.vertx.ext.web.handler
Handler that handles login from a form on a custom login page.
FormLoginHandler - Class in io.vertx.rxjava.ext.web.handler
Handler that handles login from a form on a custom login page.
FormLoginHandler(FormLoginHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.FormLoginHandler
 
forRegistry(MetricRegistry) - Static method in class io.vertx.ext.dropwizard.reporters.JmxReporter
Returns a new JmxReporter.Builder for JmxReporter.
frameHandler(Handler<WebSocketFrame>) - Method in interface io.vertx.core.http.ServerWebSocket
 
frameHandler(Handler<WebSocketFrame>) - Method in interface io.vertx.core.http.WebSocket
 
frameHandler(Handler<WebSocketFrame>) - Method in interface io.vertx.core.http.WebSocketBase
Set a frame handler on the connection.
frameHandler(Handler<WebSocketFrame>) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
frameHandler(Handler<WebSocketFrame>) - Method in class io.vertx.rxjava.core.http.WebSocket
 
frameHandler(Handler<WebSocketFrame>) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
Set a frame handler on the connection.
FROM - Static variable in class io.vertx.core.http.HttpHeaders
From header name
fromInt(int) - Static method in enum io.vertx.core.eventbus.ReplyFailure
 
fromJson(JsonObject) - Method in class io.vertx.core.DeploymentOptions
Initialise the fields of this instance from the specified JSON
fsProps(String, Handler<AsyncResult<FileSystemProps>>) - Method in interface io.vertx.core.file.FileSystem
Returns properties of the file-system being used by the specified path, asynchronously.
fsProps(String, Handler<AsyncResult<FileSystemProps>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Returns properties of the file-system being used by the specified path, asynchronously.
fsPropsBlocking(String) - Method in interface io.vertx.core.file.FileSystem
fsPropsBlocking(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Blocking version of FileSystem
fsPropsObservable(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Returns properties of the file-system being used by the specified path, asynchronously.
Future<T> - Interface in io.vertx.core
Represents the result of an action that may, or may not, have occurred yet.
future() - Static method in interface io.vertx.core.Future
Create a future that hasn't completed yet
future() - Method in interface io.vertx.core.spi.FutureFactory
 
Future<T> - Class in io.vertx.rxjava.core
Represents the result of an action that may, or may not, have occurred yet.
Future(Future) - Constructor for class io.vertx.rxjava.core.Future
 
future() - Static method in class io.vertx.rxjava.core.Future
Create a future that hasn't completed yet
FutureFactory - Interface in io.vertx.core.spi
 

G

generateToken(JsonObject, JWTOptions) - Method in interface io.vertx.ext.auth.jwt.JWTAuth
Generate a new JWT token.
generateToken(JsonObject, JWTOptions) - Method in class io.vertx.rxjava.ext.auth.jwt.JWTAuth
Generate a new JWT token.
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, 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.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) - 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(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.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
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.net.NetServerOptions
 
getAddress() - Method in class io.vertx.ext.web.handler.sockjs.PermittedOptions
 
getAddressRegex() - Method in class io.vertx.ext.web.handler.sockjs.PermittedOptions
 
getAlgorithm() - Method in class io.vertx.ext.auth.jwt.JWTOptions
 
getAll(String) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
 
getAll(CharSequence) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
 
getAll(String) - Method in interface io.vertx.core.MultiMap
Returns the values with the specified name
getAll(CharSequence) - Method in interface io.vertx.core.MultiMap
Like MultiMap.getAll(String) but accepting a CharSequence as a parameter
getAll(String) - Method in class io.vertx.rxjava.core.MultiMap
Returns the values with the specified name
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.
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
 
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.
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
 
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.
getBaseName(Measured) - Method in interface io.vertx.ext.dropwizard.MetricsService
 
getBaseName(Measured) - Method in class io.vertx.rxjava.ext.dropwizard.MetricsService
 
getBcc() - Method in class io.vertx.ext.mail.MailMessage
get list of bcc addresses
getBinary(int) - Method in class io.vertx.core.json.JsonArray
Get the byte[] at position pos in the array.
getBinary(String) - Method in class io.vertx.core.json.JsonObject
Get the binary value with the specified key.
getBinary(String, byte[]) - Method in class io.vertx.core.json.JsonObject
Like JsonObject.getBinary(String) but specifying a default value to return if there is no entry.
getBinary(String, Handler<AsyncResult<String>>) - 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 class io.vertx.rxjava.redis.RedisClient
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<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
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 interface io.vertx.ext.web.RoutingContext
 
getBody() - Method in class io.vertx.rxjava.ext.web.RoutingContext
 
getBodyAsJson() - Method in interface io.vertx.ext.web.RoutingContext
 
getBodyAsJson() - Method in class io.vertx.rxjava.ext.web.RoutingContext
 
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.
getBoolean(int) - Method in class io.vertx.core.json.JsonArray
Get the Boolean at position pos in the array,
getBoolean(String) - Method in class io.vertx.core.json.JsonObject
Get the Boolean value with the specified key
getBoolean(String, Boolean) - Method in class io.vertx.core.json.JsonObject
Like JsonObject.getBoolean(String) but specifying a default value to return if there is no entry.
getBounceAddress() - Method in class io.vertx.ext.mail.MailMessage
get bounce address of this mail
getBuffer(int, int) - Method in interface io.vertx.core.buffer.Buffer
Returns a copy of a sub-sequence the Buffer as a Buffer starting at position start and ending at position end - 1
getBuffer(int, int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns a copy of a sub-sequence the Buffer as a Buffer starting at position start and ending at position end - 1
getByte(int) - Method in interface io.vertx.core.buffer.Buffer
Returns the byte at position pos in the Buffer.
getByte(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns the byte at position pos in the Buffer.
getByteBuf() - Method in interface io.vertx.core.buffer.Buffer
Returns the Buffer as a Netty ByteBuf.
getBytes() - Method in interface io.vertx.core.buffer.Buffer
Returns a copy of the entire Buffer as a byte[]
getBytes(int, int) - Method in interface io.vertx.core.buffer.Buffer
Returns a copy of a sub-sequence the Buffer as a byte[] starting at position start and ending at position end - 1
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
 
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.VertxOptions
Get the value of cluster ping 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
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.
getCodecName() - Method in class io.vertx.core.eventbus.DeliveryOptions
Get the codec name.
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.
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.spi.cluster.hazelcast.HazelcastClusterManager
Get the Hazelcast config
getConfigPath() - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
 
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.jdbc.JDBCClient
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.net.ClientOptionsBase
 
getContentType() - Method in class io.vertx.ext.mail.MailAttachment
get the Content-Type
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
 
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
getData() - Method in class io.vertx.ext.mail.MailAttachment
get the data
getDataSource(JsonObject) - Method in interface io.vertx.ext.jdbc.spi.DataSourceProvider
 
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.
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.
getDelegate() - Method in class io.vertx.rxjava.core.buffer.Buffer
 
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.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.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.ext.auth.AuthProvider
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.common.AuthProvider
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.common.User
 
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.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.unit.Async
 
getDelegate() - Method in class io.vertx.rxjava.ext.unit.collect.EventBusCollector
 
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.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.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.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.redis.RedisClient
 
getDescription() - Method in class io.vertx.ext.mail.MailAttachment
get the description field
getDisabledTransports() - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
 
getDisposition() - Method in class io.vertx.ext.mail.MailAttachment
get the disposition field
getDomain() - Method in interface io.vertx.ext.web.Cookie
 
getDomain() - Method in class io.vertx.rxjava.ext.web.Cookie
 
getDouble(int) - Method in interface io.vertx.core.buffer.Buffer
Returns the double at position pos in the Buffer.
getDouble(int) - Method in class io.vertx.core.json.JsonArray
Get the Double at position pos in the array,
getDouble(String) - Method in class io.vertx.core.json.JsonObject
Get the Double value with the specified key
getDouble(String, Double) - Method in class io.vertx.core.json.JsonObject
Like JsonObject.getDouble(String) but specifying a default value to return if there is no entry.
getDouble(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns the double at position pos in the Buffer.
getDurationUnit() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxTimerMBean
 
getEmail() - Method in class io.vertx.ext.mail.mailencoder.EmailAddress
get the email part of the address
getEnabledCipherSuites() - Method in class io.vertx.core.net.TCPSSLOptions
 
getEventLoopPoolSize() - Method in class io.vertx.core.VertxOptions
Get the number of event loop threads to be used by the Vert.x instance.
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.
getFields() - Method in class io.vertx.ext.mongo.FindOptions
Get the fields
getFifteenMinuteRate() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxMeterMBean
 
getFiveMinuteRate() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxMeterMBean
 
getFloat(int) - Method in interface io.vertx.core.buffer.Buffer
Returns the float at position pos in the Buffer.
getFloat(int) - Method in class io.vertx.core.json.JsonArray
Get the Float at position pos in the array,
getFloat(String) - Method in class io.vertx.core.json.JsonObject
Get the Float value with the specified key
getFloat(String, Float) - Method in class io.vertx.core.json.JsonObject
Like JsonObject.getFloat(String) but specifying a default value to return if there is no entry.
getFloat(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns the float at position pos in the Buffer.
getFormat() - Method in class io.vertx.ext.unit.report.ReportOptions
 
getFormAttribute(String) - Method in interface io.vertx.core.http.HttpServerRequest
Return the first form attribute value with the specified name
getFormAttribute(String) - Method in class io.vertx.rxjava.core.http.HttpServerRequest
Return the first form attribute value with the specified name
getFrom() - Method in class io.vertx.ext.mail.MailMessage
get from address of this mail
getHAGroup() - Method in class io.vertx.core.VertxOptions
Get the HA group to be used when HA is enabled.
getHandlebars() - Method in interface io.vertx.ext.web.templ.HandlebarsTemplateEngine
Get a reference to the internal Handlebars object so it can be configured.
getHashedStoredPwd(JsonArray) - Method in interface io.vertx.ext.auth.jdbc.JDBCHashStrategy
Retrieve the hashed password from the result of the authentication query
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(String) - 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.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.mail.MailMessage
get the headers to be set before filling our headers
getHeartbeatInterval() - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
 
getHost() - Method in class io.vertx.core.net.NetServerOptions
 
getHostname() - Method in class io.vertx.ext.mail.MailConfig
get the hostname of the mailserver
getHtml() - Method in class io.vertx.ext.mail.MailMessage
get the html text of this mail
getIdleTimeout() - Method in class io.vertx.core.net.TCPSSLOptions
 
getIdleTimeout() - Method in class io.vertx.ext.mail.MailConfig
get the timeout for idle smtp connections (in seconds) if not set the default is 300 seconds
getInboundPermitteds() - Method in class io.vertx.ext.web.handler.sockjs.BridgeOptions
 
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.
getInstantThroughput() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxThroughputMeterMBean
 
getInstantThroughput() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxThroughputTimerMBean
 
getInt(int) - Method in interface io.vertx.core.buffer.Buffer
Returns the int at position pos in the Buffer.
getInt(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns the int at position pos in the Buffer.
getInteger(int) - Method in class io.vertx.core.json.JsonArray
Get the Integer at position pos in the array,
getInteger(String) - Method in class io.vertx.core.json.JsonObject
Get the Integer value with the specified key
getInteger(String, Integer) - Method in class io.vertx.core.json.JsonObject
Like JsonObject.getInteger(String) but specifying a default value to return if there is no entry.
getInternalBlockingPoolSize() - Method in class io.vertx.core.VertxOptions
Get the value of internal blocking pool size.
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.
getJmxDomain() - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
Get the JMX domain to use when JMX metrics are enabled.
getJsonArray(int) - Method in class io.vertx.core.json.JsonArray
Get the JsonArray at position pos in the array.
getJsonArray(String) - Method in class io.vertx.core.json.JsonObject
Get the JsonArray value with the specified key
getJsonArray(String, JsonArray) - Method in class io.vertx.core.json.JsonObject
Like JsonObject.getJsonArray(String) but specifying a default value to return if there is no entry.
getJsonObject(int) - Method in class io.vertx.core.json.JsonArray
Get the JsonObject at position pos in the array.
getJsonObject(String) - Method in class io.vertx.core.json.JsonObject
Get the JsonObject value with the specified key
getJsonObject(String, JsonObject) - Method in class io.vertx.core.json.JsonObject
Like JsonObject.getJsonObject(String) but specifying a default value to return if there is no entry.
getKeyCertOptions() - Method in class io.vertx.core.net.TCPSSLOptions
 
getKeyPath() - Method in class io.vertx.core.net.PemKeyCertOptions
Get the path to the key file
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
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
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.
getLock(String, Handler<AsyncResult<Lock>>) - Method in interface io.vertx.core.shareddata.SharedData
Get a cluster wide lock with the specified name.
getLock(String, Handler<AsyncResult<Lock>>) - Method in class io.vertx.rxjava.core.shareddata.SharedData
Get a cluster wide lock with the specified name.
getLockObservable(String) - Method in class io.vertx.rxjava.core.shareddata.SharedData
Get a cluster wide lock with the specified name.
getLockWithTimeout(String, long, Handler<AsyncResult<Lock>>) - Method in interface io.vertx.core.shareddata.SharedData
Like SharedData.getLock(String, Handler) but specifying a timeout.
getLockWithTimeout(String, long, Handler<AsyncResult<Lock>>) - Method in interface io.vertx.core.spi.cluster.ClusterManager
 
getLockWithTimeout(String, long, Handler<AsyncResult<Lock>>) - Method in class io.vertx.rxjava.core.shareddata.SharedData
Like SharedData but specifying a timeout.
getLockWithTimeout(String, long, Handler<AsyncResult<Lock>>) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
 
getLockWithTimeoutObservable(String, long) - Method in class io.vertx.rxjava.core.shareddata.SharedData
Like SharedData but specifying a timeout.
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
getLong(int) - Method in interface io.vertx.core.buffer.Buffer
Returns the long at position pos in the Buffer.
getLong(int) - Method in class io.vertx.core.json.JsonArray
Get the Long at position pos in the array,
getLong(String) - Method in class io.vertx.core.json.JsonObject
Get the Long value with the specified key
getLong(String, Long) - Method in class io.vertx.core.json.JsonObject
Like JsonObject.getLong(String) but specifying a default value to return if there is no entry.
getLong(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns the long at position pos in the Buffer.
getMap() - Method in class io.vertx.core.json.JsonObject
Get the underlying Map.
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
 
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
 
getMaxEventLoopExecuteTime() - Method in class io.vertx.core.VertxOptions
Get the value of max event loop execute time, in ns.
getMaxHandlersPerSocket() - Method in class io.vertx.ext.web.handler.sockjs.BridgeOptions
 
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
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.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
 
getMessageID() - Method in class io.vertx.ext.mail.mailencoder.MailEncoder
 
getMessageID() - Method in class io.vertx.ext.mail.MailResult
 
getMetrics() - Method in interface io.vertx.core.spi.metrics.MetricsProvider
Returns the metrics implementation.
getMetricsOptions() - Method in class io.vertx.core.VertxOptions
 
getMetricsSnapshot(Measured) - Method in interface io.vertx.ext.dropwizard.MetricsService
Will return the metrics that correspond with this 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(Measured) - Method in class io.vertx.rxjava.ext.dropwizard.MetricsService
Will return the metrics that correspond with this 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.

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 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.rxjava.ext.web.Cookie
 
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
 
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
 
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
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
getOneMinuteRate() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxMeterMBean
 
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
getOutboundPermitteds() - Method in class io.vertx.ext.web.handler.sockjs.BridgeOptions
 
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
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.ext.mail.MailConfig
get password
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
 
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
 
getPort() - Method in class io.vertx.core.net.NetServerOptions
 
getPort() - Method in class io.vertx.ext.mail.MailConfig
get the port of the mailserver
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 class io.vertx.rxjava.redis.RedisClient
Get a substring of the string stored at a key
getRateUnit() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxMeterMBean
 
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.net.NetClientOptions
 
getReconnectInterval() - Method in class io.vertx.core.net.NetClientOptions
 
getRegistryName() - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
An optional name used for registering the metrics in the Dropwizard shared registry.
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
 
getRoutes() - Method in interface io.vertx.ext.web.Router
 
getRoutes() - Method in class io.vertx.rxjava.ext.web.Router
 
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
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.
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 class io.vertx.rxjava.redis.RedisClient
Set the string value of a key and return its old value
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.
getSkip() - Method in class io.vertx.ext.mongo.FindOptions
Get the skip.
getSoLinger() - Method in class io.vertx.core.net.TCPSSLOptions
 
getSort() - Method in class io.vertx.ext.mongo.FindOptions
Get the sort document
getStarttls() - Method in class io.vertx.ext.mail.MailConfig
get security (TLS) options
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
 
getString(int, int, String) - Method in interface io.vertx.core.buffer.Buffer
Returns a copy of a sub-sequence the Buffer as a String starting at position start and ending at position end - 1 interpreted as a String in the specified encoding
getString(int, int) - Method in interface io.vertx.core.buffer.Buffer
Returns a copy of a sub-sequence the Buffer as a String starting at position start and ending at position end - 1 interpreted as a String in UTF-8 encoding
getString(int) - Method in class io.vertx.core.json.JsonArray
Get the String at position pos in the array,
getString(String) - Method in class io.vertx.core.json.JsonObject
Get the string value with the specified key
getString(String, String) - Method in class io.vertx.core.json.JsonObject
Like JsonObject.getString(String) but specifying a default value to return if there is no entry.
getString(int, int, String) - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns a copy of a sub-sequence the Buffer as a String starting at position start and ending at position end - 1 interpreted as a String in the specified encoding
getString(int, int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns a copy of a sub-sequence the Buffer as a String starting at position start and ending at position end - 1 interpreted as a String in UTF-8 encoding
getSubject() - Method in class io.vertx.ext.auth.jwt.JWTOptions
 
getSubject() - Method in class io.vertx.ext.mail.MailMessage
get the subject of this mail
getSubscriber() - Method in class io.vertx.rx.java.SingleOnSubscribeAdapter
Get subscriber
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
 
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.
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
 
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
getTrustOptions() - Method in class io.vertx.core.net.TCPSSLOptions
 
getType() - Method in class io.vertx.ext.dropwizard.Match
 
getUsername() - Method in class io.vertx.ext.mail.MailConfig
get username
getValue(int) - Method in class io.vertx.core.json.JsonArray
Get the Object value at position pos in the array.
getValue(String) - Method in class io.vertx.core.json.JsonObject
Get the value with the specified key, as an Object
getValue(String, Object) - Method in class io.vertx.core.json.JsonObject
Like JsonObject.getValue(String) but specifying a default value to return if there is no entry.
getValue() - Method in class io.vertx.core.net.JksOptions
Get the key store as a buffer
getValue() - Method in class io.vertx.core.net.PfxOptions
Get the store as a buffer
getValue() - Method in class io.vertx.ext.dropwizard.Match
 
getValue() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxGaugeMBean
 
getValue() - Method in class io.vertx.ext.dropwizard.ThroughputMeter
 
getValue() - Method in class io.vertx.ext.dropwizard.ThroughputTimer
 
getValue() - Method in interface io.vertx.ext.web.Cookie
 
getValue() - Method in class io.vertx.rxjava.ext.web.Cookie
 
getVersion() - Method in class io.vertx.core.Starter
 
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
getWarningExceptionTime() - Method in class io.vertx.core.VertxOptions
Get the threshold value above this, the blocked warning contains a stack trace.
getWebsocketSubProtocols() - Method in class io.vertx.core.http.HttpServerOptions
 
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
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.

H

handle(E) - Method in interface io.vertx.core.Handler
Something has happened, so handle it.
handle(Buffer) - Method in interface io.vertx.core.parsetools.RecordParser
This method is called to provide the parser with data.
handle(Void) - Method in class io.vertx.core.VoidHandler
 
handle() - Method in class io.vertx.core.VoidHandler
Handle the event.
handle(Message<JsonObject>) - Method in class io.vertx.ext.mail.MailServiceVertxProxyHandler
 
handle(J) - Method in class io.vertx.lang.rxjava.ReadStreamAdapter
 
handle(Buffer) - Method in class io.vertx.rxjava.core.parsetools.RecordParser
This method is called to provide the parser with data.
handle(RoutingContext) - Method in interface io.vertx.rxjava.ext.web.handler.AuthHandler
 
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.BasicAuthHandler
 
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.BodyHandler
 
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.CookieHandler
 
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.CorsHandler
 
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.ErrorHandler
 
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.FaviconHandler
 
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.FormLoginHandler
 
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.JWTAuthHandler
 
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.LoggerHandler
 
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.RedirectAuthHandler
 
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.ResponseTimeHandler
 
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.SessionHandler
 
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSHandler
 
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
 
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.TemplateHandler
 
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.TimeoutHandler
 
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.UserSessionHandler
 
HandlebarsTemplateEngine - Interface in io.vertx.ext.web.templ
A template engine that uses the Handlebars library.
HandlebarsTemplateEngine - Class in io.vertx.rxjava.ext.web.templ
A template engine that uses the Handlebars library.
HandlebarsTemplateEngine(HandlebarsTemplateEngine) - Constructor for class io.vertx.rxjava.ext.web.templ.HandlebarsTemplateEngine
 
handleContext(RoutingContext) - Method in interface io.vertx.ext.web.Router
Used to route a context to the router.
handleContext(RoutingContext) - Method in class io.vertx.rxjava.ext.web.Router
Used to route a context to the router.
handleFailure(RoutingContext) - Method in interface io.vertx.ext.web.Router
Used to route a failure to the router.
handleFailure(RoutingContext) - Method in class io.vertx.rxjava.ext.web.Router
Used to route a failure to the router.
handler(Handler<DatagramPacket>) - Method in interface io.vertx.core.datagram.DatagramSocket
 
handler(Handler<Message<T>>) - Method in interface io.vertx.core.eventbus.MessageConsumer
 
handler(Handler<Buffer>) - Method in interface io.vertx.core.file.AsyncFile
 
Handler<E> - Interface in io.vertx.core
A generic event handler.
handler(Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClientRequest
 
handler(Handler<Buffer>) - Method in interface io.vertx.core.http.HttpClientResponse
 
handler(Handler<Buffer>) - Method in interface io.vertx.core.http.HttpServerFileUpload
 
handler(Handler<Buffer>) - Method in interface io.vertx.core.http.HttpServerRequest
 
handler(Handler<HttpServerRequest>) - Method in interface io.vertx.core.http.HttpServerRequestStream
 
handler(Handler<Buffer>) - Method in interface io.vertx.core.http.ServerWebSocket
 
handler(Handler<ServerWebSocket>) - Method in interface io.vertx.core.http.ServerWebSocketStream
 
handler(Handler<Buffer>) - Method in interface io.vertx.core.http.WebSocket
 
handler(Handler<Buffer>) - Method in interface io.vertx.core.http.WebSocketBase
 
handler(Handler<WebSocket>) - Method in interface io.vertx.core.http.WebSocketStream
 
handler(Handler<Buffer>) - Method in interface io.vertx.core.net.NetSocket
 
handler(Handler<NetSocket>) - Method in interface io.vertx.core.net.NetSocketStream
 
handler(Handler<T>) - Method in interface io.vertx.core.streams.ReadStream
Set a data handler.
handler(Handler<Long>) - Method in interface io.vertx.core.TimeoutStream
 
handler(Handler<TestCaseReport>) - Method in interface io.vertx.ext.unit.report.TestSuiteReport
 
handler(Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.unit.TestCompletion
Completion handler for the end of the test, the result is successful when all test cases pass otherwise it is failed.
handler(Handler<Buffer>) - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
 
handler(Handler<RoutingContext>) - Method in interface io.vertx.ext.web.Route
Specify a request handler for the route.
handler(Handler<DatagramPacket>) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
 
handler(Handler<Message<T>>) - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
 
handler(Handler<Buffer>) - Method in class io.vertx.rxjava.core.file.AsyncFile
 
handler(Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
 
handler(Handler<Buffer>) - Method in class io.vertx.rxjava.core.http.HttpClientResponse
 
handler(Handler<Buffer>) - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
 
handler(Handler<Buffer>) - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
handler(Handler<HttpServerRequest>) - Method in class io.vertx.rxjava.core.http.HttpServerRequestStream
 
handler(Handler<Buffer>) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
handler(Handler<ServerWebSocket>) - Method in class io.vertx.rxjava.core.http.ServerWebSocketStream
 
handler(Handler<Buffer>) - Method in class io.vertx.rxjava.core.http.WebSocket
 
handler(Handler<Buffer>) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
 
handler(Handler<WebSocket>) - Method in class io.vertx.rxjava.core.http.WebSocketStream
 
handler(Handler<Buffer>) - Method in class io.vertx.rxjava.core.net.NetSocket
 
handler(Handler<NetSocket>) - Method in class io.vertx.rxjava.core.net.NetSocketStream
 
handler(Handler<T>) - Method in interface io.vertx.rxjava.core.streams.ReadStream
Set a data handler.
handler(Handler<Long>) - Method in class io.vertx.rxjava.core.TimeoutStream
 
handler(Handler<TestCaseReport>) - Method in class io.vertx.rxjava.ext.unit.report.TestSuiteReport
 
handler(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.unit.TestCompletion
Completion handler for the end of the test, the result is successful when all test cases pass otherwise it is failed.
handler(Handler<Buffer>) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
 
handler(Handler<RoutingContext>) - Method in class io.vertx.rxjava.ext.web.Route
Specify a request handler for the route.
handlerObservable() - Method in class io.vertx.rxjava.ext.unit.TestCompletion
Completion handler for the end of the test, the result is successful when all test cases pass otherwise it is failed.
handlerRegistered(String, boolean) - Method in interface io.vertx.core.spi.metrics.EventBusMetrics
Called when a handler is registered on the event bus.

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

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

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

hashCode() - Method in class io.vertx.core.datagram.DatagramSocketOptions
 
hashCode() - Method in class io.vertx.core.DeploymentOptions
 
hashCode() - Method in class io.vertx.core.http.HttpClientOptions
 
hashCode() - Method in class io.vertx.core.http.HttpServerOptions
 
hashCode() - Method in class io.vertx.core.json.JsonArray
 
hashCode() - Method in class io.vertx.core.json.JsonObject
 
hashCode() - Method in class io.vertx.core.net.ClientOptionsBase
 
hashCode() - Method in class io.vertx.core.net.JksOptions
 
hashCode() - Method in class io.vertx.core.net.NetClientOptions
 
hashCode() - Method in class io.vertx.core.net.NetServerOptions
 
hashCode() - Method in class io.vertx.core.net.NetworkOptions
 
hashCode() - Method in class io.vertx.core.net.PemKeyCertOptions
 
hashCode() - Method in class io.vertx.core.net.PfxOptions
 
hashCode() - Method in class io.vertx.core.net.TCPSSLOptions
 
hashCode() - Method in class io.vertx.core.VertxOptions
 
hashCode() - Method in class io.vertx.ext.mail.MailAttachment
 
hashCode() - Method in class io.vertx.ext.mail.MailConfig
 
hashCode() - Method in class io.vertx.ext.mail.MailMessage
 
hashCode() - Method in class io.vertx.ext.mongo.FindOptions
 
hashCode() - Method in class io.vertx.ext.mongo.UpdateOptions
 
hasNull(int) - Method in class io.vertx.core.json.JsonArray
Is there a null value at position pos?
hasPermission(String, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.rxjava.ext.auth.common.User
Does the user have the specified permission?
hasPermissionObservable(String) - Method in class io.vertx.rxjava.ext.auth.common.User
Does the user have the specified permission?
hasPermissions(Set<String>, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.rxjava.ext.auth.common.User
Does the user have all the specified permissions?
hasPermissionsObservable(Set<String>) - Method in class io.vertx.rxjava.ext.auth.common.User
Does the user have all the specified permissions?
hasRole(String, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.rxjava.ext.auth.common.User
Does the user have the specified role?
hasRoleObservable(String) - Method in class io.vertx.rxjava.ext.auth.common.User
Does the user have the specified role?
hasRoles(Set<String>, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.rxjava.ext.auth.common.User
Does the user have all the specified roles?
hasRolesObservable(Set<String>) - Method in class io.vertx.rxjava.ext.auth.common.User
Does the user have all the specified roles?
HazelcastClusterManager - Class in io.vertx.spi.cluster.hazelcast
A cluster manager that uses Hazelcast
HazelcastClusterManager() - Constructor for class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
Constructor - gets config from classpath
HazelcastClusterManager(Config) - Constructor for class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
Constructor - config supplied
hdel(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Delete one or more hash fields
hdel(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Delete one or more hash fields
hdelMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Delete one or more hash fields
hdelMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Delete one or more hash fields
head(int, String, String) - Method in interface io.vertx.core.http.HttpClient
Create an HTTP HEAD request to send to the server at the specified host and port.
head(String, String) - Method in interface io.vertx.core.http.HttpClient
Create an HTTP HEAD request to send to the server at the specified host and default port.
head(int, String, String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
Create an HTTP HEAD request to send to the server at the specified host and port, specifying a response handler to receive the response
head(String, String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
Create an HTTP HEAD request to send to the server at the specified host and default port, specifying a response handler to receive the response
head(String) - Method in interface io.vertx.core.http.HttpClient
Create an HTTP HEAD request to send to the server at the default host and port.
head(String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
Create an HTTP HEAD request to send to the server at the default host and port, specifying a response handler to receive the response
head() - Method in interface io.vertx.ext.web.Router
Add a route that matches any HTTP HEAD request
head(String) - Method in interface io.vertx.ext.web.Router
Add a route that matches a HTTP HEAD request and the specified path
head(int, String, String) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP HEAD request to send to the server at the specified host and port.
head(String, String) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP HEAD request to send to the server at the specified host and default port.
head(int, String, String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP HEAD request to send to the server at the specified host and port, specifying a response handler to receive the response
head(String, String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP HEAD request to send to the server at the specified host and default port, specifying a response handler to receive the response
head(String) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP HEAD request to send to the server at the default host and port.
head(String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP HEAD request to send to the server at the default host and port, specifying a response handler to receive the response
head() - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches any HTTP HEAD request
head(String) - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches a HTTP HEAD request and the specified path
headAbs(String) - Method in interface io.vertx.core.http.HttpClient
Create an HTTP HEAD request to send to the server using an absolute URI
headAbs(String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
Create an HTTP HEAD request to send to the server using an absolute URI, specifying a response handler to receive the response
headAbs(String) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP HEAD request to send to the server using an absolute URI
headAbs(String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP HEAD request to send to the server using an absolute URI, specifying a response handler to receive the response
headers() - Method in interface io.vertx.core.eventbus.Message
Multi-map of message headers.
headers() - Method in interface io.vertx.core.http.HttpClientRequest
 
headers() - Method in interface io.vertx.core.http.HttpClientResponse
 
headers() - Method in interface io.vertx.core.http.HttpServerRequest
 
headers() - Method in interface io.vertx.core.http.HttpServerResponse
 
headers() - Method in interface io.vertx.core.http.ServerWebSocket
 
headers() - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
Return the headers corresponding to the last request for this socket or the websocket handshake Any cookie headers will be removed for security reasons
headers() - Method in class io.vertx.rxjava.core.eventbus.Message
Multi-map of message headers.
headers() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
 
headers() - Method in class io.vertx.rxjava.core.http.HttpClientResponse
 
headers() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
headers() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
 
headers() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
headers() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
Return the headers corresponding to the last request for this socket or the websocket handshake Any cookie headers will be removed for security reasons
headersEndHandler(Handler<Future>) - Method in interface io.vertx.core.http.HttpServerResponse
Provide a handler that will be called just before the headers are written to the wire.
headersEndHandler(Handler<Future>) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Provide a handler that will be called just before the headers are written to the wire.
headNow(int, String, String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
Sends an HTTP HEAD request to the server at the specified host and port, specifying a response handler to receive the response
headNow(String, String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
Sends an HTTP HEAD request to the server at the specified host and default port, specifying a response handler to receive the response
headNow(String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
Sends an HTTP HEAD request to the server at the default host and port, specifying a response handler to receive the response
headNow(int, String, String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
Sends an HTTP HEAD request to the server at the specified host and port, specifying a response handler to receive the response
headNow(String, String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
Sends an HTTP HEAD request to the server at the specified host and default port, specifying a response handler to receive the response
headNow(String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
Sends an HTTP HEAD request to the server at the default host and port, specifying a response handler to receive the response
headWithRegex(String) - Method in interface io.vertx.ext.web.Router
Add a route that matches a HTTP HEAD request and the specified path regex
headWithRegex(String) - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches a HTTP HEAD request and the specified path regex
headWritten() - Method in interface io.vertx.core.http.HttpServerResponse
 
headWritten() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
 
hexists(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Determine if a hash field exists
hexists(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Determine if a hash field exists
hget(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Get the value of a hash field
hget(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get the value of a hash field
hgetall(String, Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.redis.RedisClient
Get all the fields and values in a hash
hgetall(String, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get all the fields and values in a hash
hincrby(String, String, long, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Increment the integer value of a hash field by the given number
hincrby(String, String, long, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Increment the integer value of a hash field by the given number
hincrbyfloat(String, String, double, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Increment the float value of a hash field by the given amount
hincrbyfloat(String, String, double, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Increment the float value of a hash field by the given amount
hkeys(String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Get all the fields in a hash
hkeys(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get all the fields in a hash
hlen(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Get the number of fields in a hash
hlen(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get the number of fields in a hash
hmget(String, List<String>, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Get the values of all the given hash fields
hmget(String, List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get the values of all the given hash fields
hmset(String, Map<String, String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Set multiple hash fields to multiple values
hmset(String, Map<String, String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Set multiple hash fields to multiple values
HOST - Static variable in class io.vertx.core.http.HttpHeaders
Host header name
host() - Method in interface io.vertx.core.net.SocketAddress
 
host() - Method in class io.vertx.rxjava.core.net.SocketAddress
 
hscan(String, String, ScanOptions, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Incrementally iterate hash fields and associated values
hscan(String, String, ScanOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Incrementally iterate hash fields and associated values
hset(String, String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Set the string value of a hash field
hset(String, String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Set the string value of a hash field
hsetnx(String, String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Set the value of a hash field, only if the field does not exist
hsetnx(String, String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Set the value of a hash field, only if the field does not exist
HttpClient - Interface in io.vertx.core.http
An asynchronous HTTP client.
HttpClient - Class in io.vertx.rxjava.core.http
An asynchronous HTTP client.
HttpClient(HttpClient) - Constructor for class io.vertx.rxjava.core.http.HttpClient
 
HttpClientMetrics<R,W,S> - Interface in io.vertx.core.spi.metrics
The http client metrics SPI that Vert.x will use to call when http client events occur.

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

HttpClientOptions - Class in io.vertx.core.http
Options describing how an HttpClient will make connections.
HttpClientOptions() - Constructor for class io.vertx.core.http.HttpClientOptions
Default constructor
HttpClientOptions(HttpClientOptions) - Constructor for class io.vertx.core.http.HttpClientOptions
Copy constructor
HttpClientOptions(JsonObject) - Constructor for class io.vertx.core.http.HttpClientOptions
Constructor to create an options from JSON
HttpClientRequest - Interface in io.vertx.core.http
Represents a client-side HTTP request.
HttpClientRequest - Class in io.vertx.rxjava.core.http
Represents a client-side HTTP request.
HttpClientRequest(HttpClientRequest) - Constructor for class io.vertx.rxjava.core.http.HttpClientRequest
 
HttpClientResponse - Interface in io.vertx.core.http
Represents a client-side HTTP response.
HttpClientResponse - Class in io.vertx.rxjava.core.http
Represents a client-side HTTP response.
HttpClientResponse(HttpClientResponse) - Constructor for class io.vertx.rxjava.core.http.HttpClientResponse
 
HttpHeaders - Class in io.vertx.core.http
Contains often used Header names.
HttpMethod - Enum in io.vertx.core.http
Represents an HTTP method
HttpServer - Interface in io.vertx.core.http
An HTTP and WebSockets server.
HttpServer - Class in io.vertx.rxjava.core.http
An HTTP and WebSockets server.
HttpServer(HttpServer) - Constructor for class io.vertx.rxjava.core.http.HttpServer
 
HttpServerFileUpload - Interface in io.vertx.core.http
Represents an file upload from an HTML FORM.
HttpServerFileUpload - Class in io.vertx.rxjava.core.http
Represents an file upload from an HTML FORM.
HttpServerFileUpload(HttpServerFileUpload) - Constructor for class io.vertx.rxjava.core.http.HttpServerFileUpload
 
HttpServerMetrics<R,W,S> - Interface in io.vertx.core.spi.metrics
The http server metrics SPI that Vert.x will use to call when each http server event occurs.

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

HttpServerOptions - Class in io.vertx.core.http
Represents options used by an HttpServer instance
HttpServerOptions() - Constructor for class io.vertx.core.http.HttpServerOptions
Default constructor
HttpServerOptions(HttpServerOptions) - Constructor for class io.vertx.core.http.HttpServerOptions
Copy constructor
HttpServerOptions(JsonObject) - Constructor for class io.vertx.core.http.HttpServerOptions
Create an options from JSON
HttpServerRequest - Interface in io.vertx.core.http
Represents a server-side HTTP request.
HttpServerRequest - Class in io.vertx.rxjava.core.http
Represents a server-side HTTP request.
HttpServerRequest(HttpServerRequest) - Constructor for class io.vertx.rxjava.core.http.HttpServerRequest
 
HttpServerRequestStream - Interface in io.vertx.core.http
A ReadStream of HttpServerRequest, used for notifying http request to a HttpServer.
HttpServerRequestStream - Class in io.vertx.rxjava.core.http
A ReadStream of HttpServerRequest, used for notifying http request to a HttpServer.
HttpServerRequestStream(HttpServerRequestStream) - Constructor for class io.vertx.rxjava.core.http.HttpServerRequestStream
 
HttpServerResponse - Interface in io.vertx.core.http
Represents a server-side HTTP response.
HttpServerResponse - Class in io.vertx.rxjava.core.http
Represents a server-side HTTP response.
HttpServerResponse(HttpServerResponse) - Constructor for class io.vertx.rxjava.core.http.HttpServerResponse
 
HttpVersion - Enum in io.vertx.core.http
Represents the version of the HTTP protocol.
hvals(String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Get all the values in a hash
hvals(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get all the values in a hash

I

id() - Method in interface io.vertx.ext.web.Session
 
id() - Method in class io.vertx.rxjava.ext.web.Session
 
IDENTITY - Static variable in class io.vertx.core.http.HttpHeaders
identity header value
IF_MATCH - Static variable in class io.vertx.core.http.HttpHeaders
If-Match header name
IF_MODIFIED_SINCE - Static variable in class io.vertx.core.http.HttpHeaders
If-Modified-Since header name
IF_NONE_MATCH - Static variable in class io.vertx.core.http.HttpHeaders
If-None-Match header name
incr(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Increment the integer value of a key by one
incr(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Increment the integer value of a key by one
incrby(String, long, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Increment the integer value of a key by the given amount
incrby(String, long, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Increment the integer value of a key by the given amount
incrbyfloat(String, double, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Increment the float value of a key by the given amount
incrbyfloat(String, double, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Increment the float value of a key by the given amount
incrementAndGet(Handler<AsyncResult<Long>>) - Method in interface io.vertx.core.shareddata.Counter
Increment the counter atomically and return the new count
incrementAndGet(Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.core.shareddata.Counter
Increment the counter atomically and return the new count
incrementAndGetObservable() - Method in class io.vertx.rxjava.core.shareddata.Counter
Increment the counter atomically and return the new count
inDomain(String) - Method in class io.vertx.ext.dropwizard.reporters.JmxReporter.Builder
 
info(Object) - Method in class io.vertx.core.logging.JULLogDelegate
 
info(Object, Throwable) - Method in class io.vertx.core.logging.JULLogDelegate
 
info(Object) - Method in class io.vertx.core.logging.Log4jLogDelegate
 
info(Object, Throwable) - Method in class io.vertx.core.logging.Log4jLogDelegate
 
info(Object) - Method in class io.vertx.core.logging.Logger
 
info(Object, Throwable) - Method in class io.vertx.core.logging.Logger
 
info(Object) - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
info(Object, Throwable) - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
info(Object) - Method in interface io.vertx.core.spi.logging.LogDelegate
 
info(Object, Throwable) - Method in interface io.vertx.core.spi.logging.LogDelegate
 
info(Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.redis.RedisClient
Get information and statistics about the server
info(Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get information and statistics about the server
infoSection(String, Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.redis.RedisClient
Get information and statistics about the server
infoSection(String, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get information and statistics about the server
init(Vertx, Context) - Method in class io.vertx.core.AbstractVerticle
Initialise the verticle.
init(Vertx) - Method in interface io.vertx.core.spi.VerticleFactory
 
init(Vertx, Context) - Method in interface io.vertx.core.Verticle
Initialise the verticle with the Vert.x instance and the context.
init(Vertx, Context) - Method in class io.vertx.rxjava.core.AbstractVerticle
 
initialise() - Static method in class io.vertx.core.logging.LoggerFactory
 
insert(String, JsonObject, Handler<AsyncResult<String>>) - Method in interface io.vertx.ext.mongo.MongoClient
Insert a document in the specified collection
insert(String, JsonObject, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Insert a document in the specified collection
insertObservable(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Insert a document in the specified collection
InsertOptions - Enum in io.vertx.redis.op
 
insertWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<String>>) - Method in interface io.vertx.ext.mongo.MongoClient
Insert a document in the specified collection with the specified write option
insertWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Insert a document in the specified collection with the specified write option
insertWithOptionsObservable(String, JsonObject, WriteOption) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Insert a document in the specified collection with the specified write option
installTestApplications(Router, Vertx) - Static method in interface io.vertx.ext.web.handler.sockjs.SockJSHandler
Install SockJS test applications on a router - used when running the SockJS test suite
installTestApplications(Router, Vertx) - Static method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSHandler
Install SockJS test applications on a router - used when running the SockJS test suite
InternalHelper - Class in io.vertx.lang.rxjava
 
InternalHelper() - Constructor for class io.vertx.lang.rxjava.InternalHelper
 
invokeTestMethod(FrameworkMethod, Object, TestContext) - Method in class io.vertx.ext.unit.junit.VertxUnitRunner
 
io.vertx.core - package io.vertx.core
 
io.vertx.core.buffer - package io.vertx.core.buffer
 
io.vertx.core.datagram - package io.vertx.core.datagram
 
io.vertx.core.dns - package io.vertx.core.dns
 
io.vertx.core.eventbus - package io.vertx.core.eventbus
 
io.vertx.core.file - package io.vertx.core.file
 
io.vertx.core.http - package io.vertx.core.http
 
io.vertx.core.json - package io.vertx.core.json
 
io.vertx.core.logging - package io.vertx.core.logging
 
io.vertx.core.metrics - package io.vertx.core.metrics
 
io.vertx.core.net - package io.vertx.core.net
 
io.vertx.core.parsetools - package io.vertx.core.parsetools
 
io.vertx.core.shareddata - package io.vertx.core.shareddata
 
io.vertx.core.spi - package io.vertx.core.spi
 
io.vertx.core.spi.cluster - package io.vertx.core.spi.cluster
 
io.vertx.core.spi.logging - package io.vertx.core.spi.logging
 
io.vertx.core.spi.metrics - package io.vertx.core.spi.metrics
 
io.vertx.core.streams - package io.vertx.core.streams
 
io.vertx.ext.auth - package io.vertx.ext.auth
 
io.vertx.ext.auth.jdbc - package io.vertx.ext.auth.jdbc
 
io.vertx.ext.auth.jwt - package io.vertx.ext.auth.jwt
 
io.vertx.ext.auth.shiro - package io.vertx.ext.auth.shiro
 
io.vertx.ext.dropwizard - package io.vertx.ext.dropwizard
 
io.vertx.ext.dropwizard.reporters - package io.vertx.ext.dropwizard.reporters
 
io.vertx.ext.jdbc - package io.vertx.ext.jdbc
 
io.vertx.ext.jdbc.spi - package io.vertx.ext.jdbc.spi
 
io.vertx.ext.mail - package io.vertx.ext.mail
 
io.vertx.ext.mail.mailencoder - package io.vertx.ext.mail.mailencoder
 
io.vertx.ext.mongo - package io.vertx.ext.mongo
 
io.vertx.ext.unit - package io.vertx.ext.unit
 
io.vertx.ext.unit.collect - package io.vertx.ext.unit.collect
 
io.vertx.ext.unit.junit - package io.vertx.ext.unit.junit
 
io.vertx.ext.unit.report - package io.vertx.ext.unit.report
 
io.vertx.ext.web - package io.vertx.ext.web
 
io.vertx.ext.web.handler - package io.vertx.ext.web.handler
 
io.vertx.ext.web.handler.sockjs - package io.vertx.ext.web.handler.sockjs
 
io.vertx.ext.web.sstore - package io.vertx.ext.web.sstore
 
io.vertx.ext.web.templ - package io.vertx.ext.web.templ
 
io.vertx.lang.rxjava - package io.vertx.lang.rxjava
 
io.vertx.redis - package io.vertx.redis
 
io.vertx.redis.op - package io.vertx.redis.op
 
io.vertx.rx.java - package io.vertx.rx.java
 
io.vertx.rxjava.core - package io.vertx.rxjava.core
 
io.vertx.rxjava.core.buffer - package io.vertx.rxjava.core.buffer
 
io.vertx.rxjava.core.datagram - package io.vertx.rxjava.core.datagram
 
io.vertx.rxjava.core.dns - package io.vertx.rxjava.core.dns
 
io.vertx.rxjava.core.eventbus - package io.vertx.rxjava.core.eventbus
 
io.vertx.rxjava.core.file - package io.vertx.rxjava.core.file
 
io.vertx.rxjava.core.http - package io.vertx.rxjava.core.http
 
io.vertx.rxjava.core.metrics - package io.vertx.rxjava.core.metrics
 
io.vertx.rxjava.core.net - package io.vertx.rxjava.core.net
 
io.vertx.rxjava.core.parsetools - package io.vertx.rxjava.core.parsetools
 
io.vertx.rxjava.core.shareddata - package io.vertx.rxjava.core.shareddata
 
io.vertx.rxjava.core.streams - package io.vertx.rxjava.core.streams
 
io.vertx.rxjava.ext.auth - package io.vertx.rxjava.ext.auth
 
io.vertx.rxjava.ext.auth.common - package io.vertx.rxjava.ext.auth.common
 
io.vertx.rxjava.ext.auth.jdbc - package io.vertx.rxjava.ext.auth.jdbc
 
io.vertx.rxjava.ext.auth.jwt - package io.vertx.rxjava.ext.auth.jwt
 
io.vertx.rxjava.ext.auth.shiro - package io.vertx.rxjava.ext.auth.shiro
 
io.vertx.rxjava.ext.dropwizard - package io.vertx.rxjava.ext.dropwizard
 
io.vertx.rxjava.ext.jdbc - package io.vertx.rxjava.ext.jdbc
 
io.vertx.rxjava.ext.mail - package io.vertx.rxjava.ext.mail
 
io.vertx.rxjava.ext.mongo - package io.vertx.rxjava.ext.mongo
 
io.vertx.rxjava.ext.unit - package io.vertx.rxjava.ext.unit
 
io.vertx.rxjava.ext.unit.collect - package io.vertx.rxjava.ext.unit.collect
 
io.vertx.rxjava.ext.unit.report - package io.vertx.rxjava.ext.unit.report
 
io.vertx.rxjava.ext.web - package io.vertx.rxjava.ext.web
 
io.vertx.rxjava.ext.web.handler - package io.vertx.rxjava.ext.web.handler
 
io.vertx.rxjava.ext.web.handler.sockjs - package io.vertx.rxjava.ext.web.handler.sockjs
 
io.vertx.rxjava.ext.web.sstore - package io.vertx.rxjava.ext.web.sstore
 
io.vertx.rxjava.ext.web.templ - package io.vertx.rxjava.ext.web.templ
 
io.vertx.rxjava.redis - package io.vertx.rxjava.redis
 
io.vertx.spi.cluster.hazelcast - package io.vertx.spi.cluster.hazelcast
 
io.vertx.spi.cluster.hazelcast.examples - package io.vertx.spi.cluster.hazelcast.examples
 
isActive() - Method in interface io.vertx.core.spi.cluster.ClusterManager
Is the cluster manager active?
isActive() - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
 
isAllowRcptErrors() - Method in class io.vertx.ext.mail.MailConfig
get if sending allows rcpt errors (default is false)
isAuthorised(String, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.ext.auth.AbstractUser
 
isAuthorised(String, Handler<AsyncResult<Boolean>>) - Method in interface io.vertx.ext.auth.User
Is the user authorised to
isAuthorised(String, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.rxjava.ext.auth.User
Is the user authorised to
isAuthorisedObservable(String) - Method in class io.vertx.rxjava.ext.auth.User
Is the user authorised to
isBinary() - Method in interface io.vertx.core.http.WebSocketFrame
 
isBinary() - Method in class io.vertx.rxjava.core.http.WebSocketFrame
 
isBroadcast() - Method in class io.vertx.core.datagram.DatagramSocketOptions
 
isChanged() - Method in interface io.vertx.ext.web.Cookie
Has the cookie been changed? Changed cookies will be saved out in the response and sent to the browser.
isChanged() - Method in class io.vertx.rxjava.ext.web.Cookie
Has the cookie been changed? Changed cookies will be saved out in the response and sent to the browser.
isChunked() - Method in interface io.vertx.core.http.HttpClientRequest
 
isChunked() - Method in interface io.vertx.core.http.HttpServerResponse
 
isChunked() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
 
isChunked() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
 
isClientAuthRequired() - Method in class io.vertx.core.net.NetServerOptions
 
isClustered() - Method in interface io.vertx.core.Vertx
Is this Vert.x instance clustered?
isClustered() - Method in class io.vertx.core.VertxOptions
Is the Vert.x instance clustered?
isClustered() - Method in class io.vertx.rxjava.core.Vertx
Is this Vert.x instance clustered?
isComplete() - Method in interface io.vertx.core.Future
Has the future completed?
isComplete() - Method in class io.vertx.rxjava.core.Future
Has the future completed?
isCompleted() - Method in interface io.vertx.ext.unit.TestCompletion
 
isCompleted() - Method in class io.vertx.rxjava.ext.unit.TestCompletion
 
isCompressionSupported() - Method in class io.vertx.core.http.HttpServerOptions
 
isContinuation() - Method in interface io.vertx.core.http.WebSocketFrame
 
isContinuation() - Method in class io.vertx.rxjava.core.http.WebSocketFrame
 
isCreate() - Method in class io.vertx.core.file.OpenOptions
Should the file be created if it does not already exist?
isCreateNew() - Method in class io.vertx.core.file.OpenOptions
Should the file be created if and the open fail if it already exists?
isDebugEnabled() - Method in class io.vertx.core.logging.JULLogDelegate
 
isDebugEnabled() - Method in class io.vertx.core.logging.Log4jLogDelegate
 
isDebugEnabled() - Method in class io.vertx.core.logging.Logger
 
isDebugEnabled() - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
isDebugEnabled() - Method in interface io.vertx.core.spi.logging.LogDelegate
 
isDeleteOnClose() - Method in class io.vertx.core.file.OpenOptions
Should the file be deleted when it's closed, or the JVM is shutdown.
isDestroyed() - Method in interface io.vertx.ext.web.Session
 
isDestroyed() - Method in class io.vertx.rxjava.ext.web.Session
 
isDirectory() - Method in interface io.vertx.core.file.FileProps
Is the file a directory?
isDirectory() - Method in class io.vertx.rxjava.core.file.FileProps
Is the file a directory?
isDSync() - Method in class io.vertx.core.file.OpenOptions
If true then every write to the file's content will be written synchronously to the underlying hardware.
isEmpty() - Method in class io.vertx.core.http.CaseInsensitiveHeaders
 
isEmpty() - Method in class io.vertx.core.json.JsonArray
Are there zero items in this JSON array?
isEmpty() - Method in class io.vertx.core.json.JsonObject
Is this object entry?
isEmpty() - Method in interface io.vertx.core.MultiMap
Return true if empty
isEmpty() - Method in interface io.vertx.core.shareddata.LocalMap
 
isEmpty() - Method in interface io.vertx.core.spi.cluster.ChoosableIterable
Is it empty?
isEmpty() - Method in class io.vertx.rxjava.core.MultiMap
Return true if empty
isEmpty() - Method in class io.vertx.rxjava.core.shareddata.LocalMap
 
isEnabled() - Method in class io.vertx.core.metrics.MetricsOptions
Will metrics be enabled on the Vert.x instance?
isEnabled() - Method in interface io.vertx.core.spi.metrics.Metrics
Whether the metrics are enabled.
isEnded() - Method in interface io.vertx.core.http.HttpServerRequest
Has the request ended? I.e.
isEnded() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
Has the request ended? I.e.
isError() - Method in interface io.vertx.ext.unit.report.Failure
 
isError() - Method in class io.vertx.rxjava.ext.unit.report.Failure
 
isEventLoopContext() - Method in interface io.vertx.core.Context
Is the current context an event loop context?
isEventLoopContext() - Method in class io.vertx.rxjava.core.Context
Is the current context an event loop context?
isExpectMultipart() - Method in interface io.vertx.core.http.HttpServerRequest
 
isExpectMultipart() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
isFailed() - Method in interface io.vertx.ext.unit.TestCompletion
 
isFailed() - Method in class io.vertx.rxjava.ext.unit.TestCompletion
 
isFinal() - Method in interface io.vertx.core.http.WebSocketFrame
 
isFinal() - Method in class io.vertx.rxjava.core.http.WebSocketFrame
 
isFixedHeaders() - Method in class io.vertx.ext.mail.MailMessage
get whether our own headers should be the only headers added to the message
isHa() - Method in class io.vertx.core.DeploymentOptions
Will the verticle(s) be deployed as HA (highly available) ?
isHAEnabled() - Method in class io.vertx.core.VertxOptions
Will HA be enabled on the Vert.x instance?
isInfoEnabled() - Method in class io.vertx.core.logging.JULLogDelegate
 
isInfoEnabled() - Method in class io.vertx.core.logging.Log4jLogDelegate
 
isInfoEnabled() - Method in class io.vertx.core.logging.Logger
 
isInfoEnabled() - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
isInfoEnabled() - Method in interface io.vertx.core.spi.logging.LogDelegate
 
isInsertJSESSIONID() - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
 
isIpV6() - Method in class io.vertx.core.datagram.DatagramSocketOptions
 
isJmxEnabled() - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
Will JMX be enabled on the Vert.x instance?
isKeepAlive() - Method in class io.vertx.core.http.HttpClientOptions
Is keep alive enabled on the client?
isKeepAlive() - Method in class io.vertx.ext.mail.MailConfig
get if connection pool is enabled default is true
isLoopbackModeDisabled() - Method in class io.vertx.core.datagram.DatagramSocketOptions
 
isMetricsEnabled() - Method in interface io.vertx.core.metrics.Measured
Whether the metrics are enabled for this measured object
isMetricsEnabled() - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Whether the metrics are enabled for this measured object
isMetricsEnabled() - Method in class io.vertx.rxjava.core.eventbus.EventBus
Whether the metrics are enabled for this measured object
isMetricsEnabled() - Method in class io.vertx.rxjava.core.http.HttpClient
Whether the metrics are enabled for this measured object
isMetricsEnabled() - Method in class io.vertx.rxjava.core.http.HttpServer
Whether the metrics are enabled for this measured object
isMetricsEnabled() - Method in interface io.vertx.rxjava.core.metrics.Measured
Whether the metrics are enabled for this measured object
isMetricsEnabled() - Method in class io.vertx.rxjava.core.net.NetClient
Whether the metrics are enabled for this measured object
isMetricsEnabled() - Method in class io.vertx.rxjava.core.net.NetServer
Whether the metrics are enabled for this measured object
isMetricsEnabled() - Method in class io.vertx.rxjava.core.Vertx
Whether the metrics are enabled for this measured object
isMulti() - Method in class io.vertx.ext.mongo.UpdateOptions
Get whether multi is enabled.
isMultiThreaded() - Method in class io.vertx.core.DeploymentOptions
Should the verticle(s) be deployed as a multi-threaded worker verticle?
isMultiThreadedWorkerContext() - Method in interface io.vertx.core.Context
Is the current context a multi-threaded worker context?
isMultiThreadedWorkerContext() - Method in class io.vertx.rxjava.core.Context
Is the current context a multi-threaded worker context?
isOnEventLoopThread() - Static method in interface io.vertx.core.Context
Is the current thread an event thread?
isOnEventLoopThread() - Static method in class io.vertx.rxjava.core.Context
Is the current thread an event thread?
isOnVertxThread() - Static method in interface io.vertx.core.Context
Is the current thread a Vert.x thread? That's either a worker thread or an event loop thread
isOnVertxThread() - Static method in class io.vertx.rxjava.core.Context
Is the current thread a Vert.x thread? That's either a worker thread or an event loop thread
isOnWorkerThread() - Static method in interface io.vertx.core.Context
Is the current thread a worker thread?
isOnWorkerThread() - Static method in class io.vertx.rxjava.core.Context
Is the current thread a worker thread?
isOther() - Method in interface io.vertx.core.file.FileProps
Is the file some other type? (I.e.
isOther() - Method in class io.vertx.rxjava.core.file.FileProps
Is the file some other type? (I.e.
isPipelining() - Method in class io.vertx.core.http.HttpClientOptions
Is pipe-lining enabled on the client
isRead() - Method in class io.vertx.core.file.OpenOptions
Is the file to opened for reading?
isRegistered() - Method in interface io.vertx.core.eventbus.MessageConsumer
 
isRegistered() - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
 
isRegularFile() - Method in interface io.vertx.core.file.FileProps
Is the file a regular file?
isRegularFile() - Method in class io.vertx.rxjava.core.file.FileProps
Is the file a regular file?
isReuseAddress() - Method in class io.vertx.core.net.NetworkOptions
 
isSizeAvailable() - Method in interface io.vertx.core.http.HttpServerFileUpload
 
isSizeAvailable() - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
 
isSparse() - Method in class io.vertx.core.file.OpenOptions
Set whether a hint should be provided that the file to created is sparse
isSsl() - Method in interface io.vertx.core.net.NetSocket
 
isSsl() - Method in class io.vertx.core.net.TCPSSLOptions
 
isSsl() - Method in class io.vertx.ext.mail.MailConfig
get whether ssl is used on connect
isSsl() - Method in class io.vertx.rxjava.core.net.NetSocket
 
isSucceeded() - Method in interface io.vertx.ext.unit.TestCompletion
 
isSucceeded() - Method in class io.vertx.rxjava.ext.unit.TestCompletion
 
isSymbolicLink() - Method in interface io.vertx.core.file.FileProps
Is the file a symbolic link?
isSymbolicLink() - Method in class io.vertx.rxjava.core.file.FileProps
Is the file a symbolic link?
isSync() - Method in class io.vertx.core.file.OpenOptions
If true then every write to the file's content and metadata will be written synchronously to the underlying hardware.
isTcpKeepAlive() - Method in class io.vertx.core.net.TCPSSLOptions
 
isTcpNoDelay() - Method in class io.vertx.core.net.TCPSSLOptions
 
isText() - Method in interface io.vertx.core.http.WebSocketFrame
 
isText() - Method in class io.vertx.rxjava.core.http.WebSocketFrame
 
isTraceEnabled() - Method in class io.vertx.core.logging.JULLogDelegate
 
isTraceEnabled() - Method in class io.vertx.core.logging.Log4jLogDelegate
 
isTraceEnabled() - Method in class io.vertx.core.logging.Logger
 
isTraceEnabled() - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
isTraceEnabled() - Method in interface io.vertx.core.spi.logging.LogDelegate
 
isTruncateExisting() - Method in class io.vertx.core.file.OpenOptions
If the file exists and is opened for writing should the file be truncated to zero length on open?
isTrustAll() - Method in class io.vertx.core.net.ClientOptionsBase
 
isTrustAll() - Method in class io.vertx.ext.mail.MailConfig
get whether to trust all certificates on ssl connect
isTryUseCompression() - Method in class io.vertx.core.http.HttpClientOptions
Is compression enabled on the client?
isUpsert() - Method in class io.vertx.ext.mongo.UpdateOptions
Get whether upsert is enabled
isUseEventLoop() - Method in class io.vertx.ext.unit.TestOptions
 
isUsePooledBuffers() - Method in class io.vertx.core.net.TCPSSLOptions
 
isVerifyHost() - Method in class io.vertx.core.http.HttpClientOptions
Is hostname verification (for SSL/TLS) enabled?
isWorker() - Method in class io.vertx.core.DeploymentOptions
Should the verticle(s) be deployed as a worker verticle?
isWorkerContext() - Method in interface io.vertx.core.Context
Is the current context a worker context?
isWorkerContext() - Method in class io.vertx.rxjava.core.Context
Is the current context a worker context?
isWrite() - Method in class io.vertx.core.file.OpenOptions
Is the file to opened for writing?
iterator() - Method in class io.vertx.core.http.CaseInsensitiveHeaders
 
iterator() - Method in class io.vertx.core.json.JsonArray
Get an Iterator over the values in the JSON array
iterator() - Method in class io.vertx.core.json.JsonObject
Get an Iterator of the entries in the JSON object.

J

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

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

JDBCAuth(JDBCAuth) - Constructor for class io.vertx.rxjava.ext.auth.jdbc.JDBCAuth
 
JDBCClient - Interface in io.vertx.ext.jdbc
An asynchronous client interface for interacting with a JDBC compliant database
JDBCClient - Class in io.vertx.rxjava.ext.jdbc
An asynchronous client interface for interacting with a JDBC compliant database

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

JDBCClient(JDBCClient) - Constructor for class io.vertx.rxjava.ext.jdbc.JDBCClient
 
JDBCHashStrategy - Interface in io.vertx.ext.auth.jdbc
Determines how the hashing is computed in the implementation You can implement this to provide a different hashing strategy to the default.
JksOptions - Class in io.vertx.core.net
Key or trust store options configuring private key and/or certificates based on Java Keystore files.
JksOptions() - Constructor for class io.vertx.core.net.JksOptions
Default constructor
JksOptions(JksOptions) - Constructor for class io.vertx.core.net.JksOptions
Copy constructor
JksOptions(JsonObject) - Constructor for class io.vertx.core.net.JksOptions
Create options from JSON
JmxReporter - Class in io.vertx.ext.dropwizard.reporters
 
JmxReporter.Builder - Class in io.vertx.ext.dropwizard.reporters
A builder for JmxReporter instances.
JmxReporter.JmxCounterMBean - Interface in io.vertx.ext.dropwizard.reporters
 
JmxReporter.JmxGaugeMBean - Interface in io.vertx.ext.dropwizard.reporters
 
JmxReporter.JmxHistogramMBean - Interface in io.vertx.ext.dropwizard.reporters
 
JmxReporter.JmxMeterMBean - Interface in io.vertx.ext.dropwizard.reporters
 
JmxReporter.JmxThroughputMeterMBean - Interface in io.vertx.ext.dropwizard.reporters
 
JmxReporter.JmxThroughputTimerMBean - Interface in io.vertx.ext.dropwizard.reporters
 
JmxReporter.JmxTimerMBean - Interface in io.vertx.ext.dropwizard.reporters
 
JmxReporter.MetricMBean - Interface in io.vertx.ext.dropwizard.reporters
 
join(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.spi.cluster.ClusterManager
Join the cluster
join(Handler<AsyncResult<Void>>) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
 
Json - Class in io.vertx.core.json
 
Json() - Constructor for class io.vertx.core.json.Json
 
JsonArray - Class in io.vertx.core.json
A representation of a JSON array in Java.
JsonArray(String) - Constructor for class io.vertx.core.json.JsonArray
Create an instance from a String of JSON
JsonArray() - Constructor for class io.vertx.core.json.JsonArray
Create an empty instance
JsonArray(List) - Constructor for class io.vertx.core.json.JsonArray
Create an instance from a List.
JsonObject - Class in io.vertx.core.json
A representation of a JSON object in Java.
JsonObject(String) - Constructor for class io.vertx.core.json.JsonObject
Create an instance from a string of JSON
JsonObject() - Constructor for class io.vertx.core.json.JsonObject
Create a new, empty instance
JsonObject(Map<String, Object>) - Constructor for class io.vertx.core.json.JsonObject
Create an instance from a Map.
JULLogDelegate - Class in io.vertx.core.logging
A LogDelegate which delegates to java.util.logging
JULLogDelegateFactory - Class in io.vertx.core.logging
A LogDelegateFactory which creates JULLogDelegate instances.
JULLogDelegateFactory() - Constructor for class io.vertx.core.logging.JULLogDelegateFactory
 
JWTAuth - Interface in io.vertx.ext.auth.jwt
Factory interface for creating JWT based AuthProvider instances.
JWTAuth - Class in io.vertx.rxjava.ext.auth.jwt
Factory interface for creating JWT based AuthProvider instances.
JWTAuth(JWTAuth) - Constructor for class io.vertx.rxjava.ext.auth.jwt.JWTAuth
 
JWTAuthHandler - Interface in io.vertx.ext.web.handler
An auth handler that provides JWT Authentication support.
JWTAuthHandler - Class in io.vertx.rxjava.ext.web.handler
An auth handler that provides JWT Authentication support.
JWTAuthHandler(JWTAuthHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.JWTAuthHandler
 
JWTOptions - Class in io.vertx.ext.auth.jwt
Options related to creation of new tokens.
JWTOptions() - Constructor for class io.vertx.ext.auth.jwt.JWTOptions
 
JWTOptions(JsonObject) - Constructor for class io.vertx.ext.auth.jwt.JWTOptions
 
JWTOptions(JWTOptions) - Constructor for class io.vertx.ext.auth.jwt.JWTOptions
 

K

KEEP_ALIVE - Static variable in class io.vertx.core.http.HttpHeaders
keep-alive header value
KeyCertOptions - Interface in io.vertx.core.net
Key/cert configuration options.
keys(String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Find all keys matching the given pattern
keys(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Find all keys matching the given pattern
keySet() - Method in interface io.vertx.core.shareddata.LocalMap
 
KillFilter - Class in io.vertx.redis.op
 
KillFilter() - Constructor for class io.vertx.redis.op.KillFilter
 
KillFilter(KillFilter) - Constructor for class io.vertx.redis.op.KillFilter
 
KillFilter(JsonObject) - Constructor for class io.vertx.redis.op.KillFilter
 
KillFilter.Type - Enum in io.vertx.redis.op
 

L

last(boolean) - Method in interface io.vertx.ext.web.Route
Specify whether this is the last route for the router.
last(boolean) - Method in class io.vertx.rxjava.ext.web.Route
Specify whether this is the last route for the router.
LAST_MODIFIED - Static variable in class io.vertx.core.http.HttpHeaders
Last-Modified header name
lastAccessed() - Method in interface io.vertx.ext.web.Session
 
lastAccessed() - Method in class io.vertx.rxjava.ext.web.Session
 
lastAccessTime() - Method in interface io.vertx.core.file.FileProps
The date the file was last accessed
lastAccessTime() - Method in class io.vertx.rxjava.core.file.FileProps
The date the file was last accessed
lastModifiedTime() - Method in interface io.vertx.core.file.FileProps
The date the file was last modified
lastModifiedTime() - Method in class io.vertx.rxjava.core.file.FileProps
The date the file was last modified
lastsave(Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Get the UNIX time stamp of the last successful save to disk
lastsave(Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get the UNIX time stamp of the last successful save to disk
LDAP_AUTHENTICATION_MECHANISM - Static variable in interface io.vertx.ext.auth.shiro.LDAPProviderConstants
 
LDAP_CONTEXT_FACTORY_CLASS_NAME - Static variable in interface io.vertx.ext.auth.shiro.LDAPProviderConstants
 
LDAP_POOLING_ENABLED - Static variable in interface io.vertx.ext.auth.shiro.LDAPProviderConstants
 
LDAP_REFERRAL - Static variable in interface io.vertx.ext.auth.shiro.LDAPProviderConstants
 
LDAP_SYSTEM_PASSWORD - Static variable in interface io.vertx.ext.auth.shiro.LDAPProviderConstants
 
LDAP_SYSTEM_USERNAME - Static variable in interface io.vertx.ext.auth.shiro.LDAPProviderConstants
 
LDAP_URL - Static variable in interface io.vertx.ext.auth.shiro.LDAPProviderConstants
 
LDAP_USER_DN_TEMPLATE_FIELD - Static variable in interface io.vertx.ext.auth.shiro.LDAPProviderConstants
 
LDAPProviderConstants - Interface in io.vertx.ext.auth.shiro
Configuration keys used when configuring a Shiro LDAP auth realm
leave(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.spi.cluster.ClusterManager
Leave the cluster
leave(Handler<AsyncResult<Void>>) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
 
length() - Method in interface io.vertx.core.buffer.Buffer
Returns the length of the buffer, measured in bytes.
length() - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns the length of the buffer, measured in bytes.
LimitOptions - Class in io.vertx.redis.op
 
LimitOptions() - Constructor for class io.vertx.redis.op.LimitOptions
 
LimitOptions(LimitOptions) - Constructor for class io.vertx.redis.op.LimitOptions
 
LimitOptions(JsonObject) - Constructor for class io.vertx.redis.op.LimitOptions
 
lindex(String, int, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Get an element from a list by its index
lindex(String, int, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get an element from a list by its index
link(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
Create a hard link on the file system from link to existing, asynchronously.
link(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Create a hard link on the file system from link to existing, asynchronously.
linkBlocking(String, String) - Method in interface io.vertx.core.file.FileSystem
linkBlocking(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Blocking version of FileSystem
linkObservable(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Create a hard link on the file system from link to existing, asynchronously.
linsert(String, InsertOptions, String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Insert an element before or after another element in a list
linsert(String, InsertOptions, String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Insert an element before or after another element in a list
listen(int, String, Handler<AsyncResult<DatagramSocket>>) - Method in interface io.vertx.core.datagram.DatagramSocket
Start listening on the given port and host.
listen() - Method in interface io.vertx.core.http.HttpServer
Tell the server to start listening.
listen(int, String) - Method in interface io.vertx.core.http.HttpServer
Tell the server to start listening.
listen(int, String, Handler<AsyncResult<HttpServer>>) - Method in interface io.vertx.core.http.HttpServer
Like HttpServer.listen(int, String) but supplying a handler that will be called when the server is actually listening (or has failed).
listen(int) - Method in interface io.vertx.core.http.HttpServer
Like HttpServer.listen(int, String) but the server will listen on host "0.0.0.0" and port specified here ignoring any value in the HttpServerOptions that was used when creating the server.
listen(int, Handler<AsyncResult<HttpServer>>) - Method in interface io.vertx.core.http.HttpServer
Like HttpServer.listen(int) but supplying a handler that will be called when the server is actually listening (or has failed).
listen(Handler<AsyncResult<HttpServer>>) - Method in interface io.vertx.core.http.HttpServer
Like HttpServer.listen() but supplying a handler that will be called when the server is actually listening (or has failed).
listen() - Method in interface io.vertx.core.net.NetServer
Start listening on the port and host as configured in the NetServerOptions used when creating the server.
listen(Handler<AsyncResult<NetServer>>) - Method in interface io.vertx.core.net.NetServer
Like NetServer.listen() but providing a handler that will be notified when the server is listening, or fails.
listen(int, String) - Method in interface io.vertx.core.net.NetServer
Start listening on the specified port and host, ignoring post and host configured in the NetServerOptions used when creating the server.
listen(int, String, Handler<AsyncResult<NetServer>>) - Method in interface io.vertx.core.net.NetServer
Like NetServer.listen(int, String) but providing a handler that will be notified when the server is listening, or fails.
listen(int) - Method in interface io.vertx.core.net.NetServer
Start listening on the specified port and host "0.0.0.0", ignoring post and host configured in the NetServerOptions used when creating the server.
listen(int, Handler<AsyncResult<NetServer>>) - Method in interface io.vertx.core.net.NetServer
Like NetServer.listen(int) but providing a handler that will be notified when the server is listening, or fails.
listen(int, String, Handler<AsyncResult<DatagramSocket>>) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Start listening on the given port and host.
listen() - Method in class io.vertx.rxjava.core.http.HttpServer
Tell the server to start listening.
listen(int, String) - Method in class io.vertx.rxjava.core.http.HttpServer
Tell the server to start listening.
listen(int, String, Handler<AsyncResult<HttpServer>>) - Method in class io.vertx.rxjava.core.http.HttpServer
Like HttpServer.listen() but supplying a handler that will be called when the server is actually listening (or has failed).
listen(int) - Method in class io.vertx.rxjava.core.http.HttpServer
Like HttpServer but the server will listen on host "0.0.0.0" and port specified here ignoring any value in the HttpServerOptions that was used when creating the server.
listen(int, Handler<AsyncResult<HttpServer>>) - Method in class io.vertx.rxjava.core.http.HttpServer
Like HttpServer.listen() but supplying a handler that will be called when the server is actually listening (or has failed).
listen(Handler<AsyncResult<HttpServer>>) - Method in class io.vertx.rxjava.core.http.HttpServer
Like HttpServer but supplying a handler that will be called when the server is actually listening (or has failed).
listen() - Method in class io.vertx.rxjava.core.net.NetServer
Start listening on the port and host as configured in the NetServerOptions used when creating the server.
listen(Handler<AsyncResult<NetServer>>) - Method in class io.vertx.rxjava.core.net.NetServer
Like NetServer.listen() but providing a handler that will be notified when the server is listening, or fails.
listen(int, String) - Method in class io.vertx.rxjava.core.net.NetServer
Start listening on the specified port and host, ignoring post and host configured in the NetServerOptions used when creating the server.
listen(int, String, Handler<AsyncResult<NetServer>>) - Method in class io.vertx.rxjava.core.net.NetServer
Like NetServer.listen() but providing a handler that will be notified when the server is listening, or fails.
listen(int) - Method in class io.vertx.rxjava.core.net.NetServer
Start listening on the specified port and host "0.0.0.0", ignoring post and host configured in the NetServerOptions used when creating the server.
listen(int, Handler<AsyncResult<NetServer>>) - Method in class io.vertx.rxjava.core.net.NetServer
Like NetServer.listen() but providing a handler that will be notified when the server is listening, or fails.
listening(SocketAddress) - Method in interface io.vertx.core.spi.metrics.DatagramSocketMetrics
Called when a socket is listening.
listenMulticastGroup(String, Handler<AsyncResult<DatagramSocket>>) - Method in interface io.vertx.core.datagram.DatagramSocket
Joins a multicast group and listens for packets send to it.
listenMulticastGroup(String, String, String, Handler<AsyncResult<DatagramSocket>>) - Method in interface io.vertx.core.datagram.DatagramSocket
Joins a multicast group and listens for packets send to it on the given network interface.
listenMulticastGroup(String, Handler<AsyncResult<DatagramSocket>>) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Joins a multicast group and listens for packets send to it.
listenMulticastGroup(String, String, String, Handler<AsyncResult<DatagramSocket>>) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Joins a multicast group and listens for packets send to it on the given network interface.
listenMulticastGroupObservable(String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Joins a multicast group and listens for packets send to it.
listenMulticastGroupObservable(String, String, String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Joins a multicast group and listens for packets send to it on the given network interface.
listenObservable(int, String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Start listening on the given port and host.
listenObservable(int, String) - Method in class io.vertx.rxjava.core.http.HttpServer
Like HttpServer.listen() but supplying a handler that will be called when the server is actually listening (or has failed).
listenObservable(int) - Method in class io.vertx.rxjava.core.http.HttpServer
Like HttpServer.listen() but supplying a handler that will be called when the server is actually listening (or has failed).
listenObservable() - Method in class io.vertx.rxjava.core.http.HttpServer
Like HttpServer.listen() but supplying a handler that will be called when the server is actually listening (or has failed).
listenObservable() - Method in class io.vertx.rxjava.core.net.NetServer
Like NetServer.listen() but providing a handler that will be notified when the server is listening, or fails.
listenObservable(int, String) - Method in class io.vertx.rxjava.core.net.NetServer
Like NetServer.listen() but providing a handler that will be notified when the server is listening, or fails.
listenObservable(int) - Method in class io.vertx.rxjava.core.net.NetServer
Like NetServer.listen() but providing a handler that will be notified when the server is listening, or fails.
llen(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Get the length of a list
llen(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get the length of a list
loadConfigFromClasspath() - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
 
loadFactory(Class<T>) - Static method in class io.vertx.core.ServiceHelper
 
localAddress() - Method in interface io.vertx.core.datagram.DatagramSocket
Return the SocketAddress to which this DatagramSocket is bound.
localAddress() - Method in interface io.vertx.core.http.HttpServerRequest
 
localAddress() - Method in interface io.vertx.core.http.WebSocketBase
 
localAddress() - Method in interface io.vertx.core.net.NetSocket
 
localAddress() - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
Return the local address for this socket
localAddress() - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Return the SocketAddress to which this DatagramSocket is bound.
localAddress() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
localAddress() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
localAddress() - Method in class io.vertx.rxjava.core.http.WebSocket
 
localAddress() - Method in interface io.vertx.rxjava.core.http.WebSocketBase
 
localAddress() - Method in class io.vertx.rxjava.core.net.NetSocket
 
localAddress() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
Return the local address for this socket
localConsumer(String) - Method in interface io.vertx.core.eventbus.EventBus
Like EventBus.consumer(String) but the address won't be propagated across the cluster.
localConsumer(String, Handler<Message<T>>) - Method in interface io.vertx.core.eventbus.EventBus
Like EventBus.consumer(String, Handler) but the address won't be propagated across the cluster.
localConsumer(String) - Method in class io.vertx.rxjava.core.eventbus.EventBus
Like EventBus.consumer(java.lang.String) but the address won't be propagated across the cluster.
localConsumer(String, Handler<Message<T>>) - Method in class io.vertx.rxjava.core.eventbus.EventBus
Like EventBus.consumer(java.lang.String) but the address won't be propagated across the cluster.
LocalMap<K,V> - Interface in io.vertx.core.shareddata
Local maps can be used to share data safely in a single Vert.x instance.
LocalMap<K,V> - Class in io.vertx.rxjava.core.shareddata
Local maps can be used to share data safely in a single Vert.x instance.
LocalMap(LocalMap) - Constructor for class io.vertx.rxjava.core.shareddata.LocalMap
 
LocalSessionStore - Interface in io.vertx.ext.web.sstore
A session store which is only available on a single node.
LocalSessionStore - Class in io.vertx.rxjava.ext.web.sstore
A session store which is only available on a single node.
LocalSessionStore(LocalSessionStore) - Constructor for class io.vertx.rxjava.ext.web.sstore.LocalSessionStore
 
LOCATION - Static variable in class io.vertx.core.http.HttpHeaders
Location header name
Lock - Interface in io.vertx.core.shareddata
An asynchronous exclusive lock which can be obtained from any node in the cluster.
Lock - Class in io.vertx.rxjava.core.shareddata
An asynchronous exclusive lock which can be obtained from any node in the cluster.
Lock(Lock) - Constructor for class io.vertx.rxjava.core.shareddata.Lock
 
Log4jLogDelegate - Class in io.vertx.core.logging
A LogDelegate which delegates to Apache Log4j
Log4jLogDelegateFactory - Class in io.vertx.core.logging
A LogDelegateFactory which creates Log4jLogDelegate instances.
Log4jLogDelegateFactory() - Constructor for class io.vertx.core.logging.Log4jLogDelegateFactory
 
LogDelegate - Interface in io.vertx.core.spi.logging
I represent operations that are delegated to underlying logging frameworks.
LogDelegateFactory - Interface in io.vertx.core.spi.logging
I am responsible for creating LogDelegate instances.
Logger - Class in io.vertx.core.logging
This class allows us to isolate all our logging dependencies in one place.
Logger(LogDelegate) - Constructor for class io.vertx.core.logging.Logger
 
LOGGER_DELEGATE_FACTORY_CLASS_NAME - Static variable in class io.vertx.core.logging.LoggerFactory
 
LoggerFactory - Class in io.vertx.core.logging
 
LoggerFactory() - Constructor for class io.vertx.core.logging.LoggerFactory
 
LoggerHandler - Interface in io.vertx.ext.web.handler
A handler which logs request information to the Vert.x logger.
LoggerHandler - Class in io.vertx.rxjava.ext.web.handler
A handler which logs request information to the Vert.x logger.
LoggerHandler(LoggerHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.LoggerHandler
 
LoggerHandler.Format - Enum in io.vertx.ext.web.handler
The possible out of the box formats.
LoginOption - Enum in io.vertx.ext.mail
possible options for a login into a SMTP server
either DISABLED, OPTIONAL or REQUIRED
lookup(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.core.dns.DnsClient
Try to lookup the A (ipv4) or AAAA (ipv6) record for the given name.
lookup(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.core.dns.DnsClient
Try to lookup the A (ipv4) or AAAA (ipv6) record for the given name.
lookup4(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.core.dns.DnsClient
Try to lookup the A (ipv4) record for the given name.
lookup4(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.core.dns.DnsClient
Try to lookup the A (ipv4) record for the given name.
lookup4Observable(String) - Method in class io.vertx.rxjava.core.dns.DnsClient
Try to lookup the A (ipv4) record for the given name.
lookup6(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.core.dns.DnsClient
Try to lookup the AAAA (ipv6) record for the given name.
lookup6(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.core.dns.DnsClient
Try to lookup the AAAA (ipv6) record for the given name.
lookup6Observable(String) - Method in class io.vertx.rxjava.core.dns.DnsClient
Try to lookup the AAAA (ipv6) record for the given name.
lookupObservable(String) - Method in class io.vertx.rxjava.core.dns.DnsClient
Try to lookup the A (ipv4) or AAAA (ipv6) record for the given name.
lpop(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Remove and get the first element in a list
lpop(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Remove and get the first element in a list
lprops(String, Handler<AsyncResult<FileProps>>) - Method in interface io.vertx.core.file.FileSystem
Obtain properties for the link represented by path, asynchronously.
lprops(String, Handler<AsyncResult<FileProps>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Obtain properties for the link represented by path, asynchronously.
lpropsBlocking(String) - Method in interface io.vertx.core.file.FileSystem
lpropsBlocking(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Blocking version of FileSystem
lpropsObservable(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Obtain properties for the link represented by path, asynchronously.
lpush(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Prepend one value to a list
lpush(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Prepend one value to a list
lpushMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Prepend one or multiple values to a list
lpushMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Prepend one or multiple values to a list
lpushx(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Prepend a value to a list, only if the list exists
lpushx(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Prepend a value to a list, only if the list exists
lrange(String, long, long, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Get a range of elements from a list
lrange(String, long, long, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get a range of elements from a list
lrem(String, long, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Remove elements from a list
lrem(String, long, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Remove elements from a list
lset(String, long, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Set the value of an element in a list by its index
lset(String, long, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Set the value of an element in a list by its index
ltrim(String, long, long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Trim a list to the specified range
ltrim(String, long, long, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Trim a list to the specified range

M

MailAttachment - Class in io.vertx.ext.mail
Represent a mail attachment that can be used in a MailMessage.
MailAttachment() - Constructor for class io.vertx.ext.mail.MailAttachment
construct an empty MailAttachment object that can be filled with the setters
MailAttachment(MailAttachment) - Constructor for class io.vertx.ext.mail.MailAttachment
create a copy of a MailAttachment object
MailAttachment(JsonObject) - Constructor for class io.vertx.ext.mail.MailAttachment
create a MailAttachment object from a JsonObject representation
MailClient - Interface in io.vertx.ext.mail
SMTP mail client for Vert.x
MailClient - Class in io.vertx.rxjava.ext.mail
SMTP mail client for Vert.x
MailClient(MailClient) - Constructor for class io.vertx.rxjava.ext.mail.MailClient
 
MailConfig - Class in io.vertx.ext.mail
represents the configuration of a mail service with mail server hostname, port, security options, login options and login/password
MailConfig() - Constructor for class io.vertx.ext.mail.MailConfig
construct a config object with default options
MailConfig(String) - Constructor for class io.vertx.ext.mail.MailConfig
construct a config object with hostname and default options
MailConfig(String, int) - Constructor for class io.vertx.ext.mail.MailConfig
construct a config object with hostname/port and default options
MailConfig(String, int, StartTLSOptions, LoginOption) - Constructor for class io.vertx.ext.mail.MailConfig
construct a config object with hostname/port and security and login options
MailConfig(MailConfig) - Constructor for class io.vertx.ext.mail.MailConfig
copy config object from another MailConfig object
MailConfig(JsonObject) - Constructor for class io.vertx.ext.mail.MailConfig
construct config object from Json representation
MailEncoder - Class in io.vertx.ext.mail.mailencoder
create MIME mail messages from a MailMessage object
MailEncoder(MailMessage, String) - Constructor for class io.vertx.ext.mail.mailencoder.MailEncoder
create a MailEncoder for the message
MailMessage - Class in io.vertx.ext.mail
represent a mail message that can be sent via the MailClient
MailMessage() - Constructor for class io.vertx.ext.mail.MailMessage
construct empty mail message that can be used with the setters
MailMessage(MailMessage) - Constructor for class io.vertx.ext.mail.MailMessage
copy object to another @link MailMessage object
MailMessage(JsonObject) - Constructor for class io.vertx.ext.mail.MailMessage
construct object from a JsonObject representation
MailMessage(String, String, String, String) - Constructor for class io.vertx.ext.mail.MailMessage
construct a simple message with text/plain
MailResult - Class in io.vertx.ext.mail
Represent the result of the sendMail operation
MailResult() - Constructor for class io.vertx.ext.mail.MailResult
 
MailResult(MailResult) - Constructor for class io.vertx.ext.mail.MailResult
 
MailResult(JsonObject) - Constructor for class io.vertx.ext.mail.MailResult
 
MailService - Interface in io.vertx.ext.mail
 
MailService - Class in io.vertx.rxjava.ext.mail
 
MailService(MailService) - Constructor for class io.vertx.rxjava.ext.mail.MailService
 
MailServiceVerticle - Class in io.vertx.ext.mail
event bus verticle that supports sending mails via a MailService instance running on another machine via the event bus
MailServiceVerticle() - Constructor for class io.vertx.ext.mail.MailServiceVerticle
 
MailServiceVertxEBProxy - Class in io.vertx.ext.mail
 
MailServiceVertxEBProxy(Vertx, String) - Constructor for class io.vertx.ext.mail.MailServiceVertxEBProxy
 
MailServiceVertxProxyHandler - Class in io.vertx.ext.mail
 
MailServiceVertxProxyHandler(Vertx, MailService) - Constructor for class io.vertx.ext.mail.MailServiceVertxProxyHandler
 
MailServiceVertxProxyHandler(Vertx, MailService, long) - Constructor for class io.vertx.ext.mail.MailServiceVertxProxyHandler
 
MailServiceVertxProxyHandler(Vertx, MailService, boolean, long) - Constructor for class io.vertx.ext.mail.MailServiceVertxProxyHandler
 
main(String[]) - Static method in class io.vertx.core.Starter
 
mapper - Static variable in class io.vertx.core.json.Json
 
mark() - Method in class io.vertx.ext.dropwizard.ThroughputMeter
 
Match - Class in io.vertx.ext.dropwizard
A match for a value.
Match() - Constructor for class io.vertx.ext.dropwizard.Match
Default constructor
Match(Match) - Constructor for class io.vertx.ext.dropwizard.Match
Copy constructor
Match(JsonObject) - Constructor for class io.vertx.ext.dropwizard.Match
Create an instance from a JsonObject
MatchType - Enum in io.vertx.ext.dropwizard
The type of match.
maxAgeSeconds(int) - Method in interface io.vertx.ext.web.handler.CorsHandler
Set how long the browser should cache the information
maxAgeSeconds(int) - Method in class io.vertx.rxjava.ext.web.handler.CorsHandler
Set how long the browser should cache the information
Measured - Interface in io.vertx.core.metrics
 
Measured - Interface in io.vertx.rxjava.core.metrics
 
memberAdded(MembershipEvent) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
 
memberAttributeChanged(MemberAttributeEvent) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
 
memberRemoved(MembershipEvent) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
 
mergeIn(JsonObject) - Method in class io.vertx.core.json.JsonObject
Merge in another JSON object.
Message<T> - Interface in io.vertx.core.eventbus
Represents a message that is received from the event bus in a handler.
message() - Method in interface io.vertx.ext.unit.report.Failure
 
Message<T> - Class in io.vertx.rxjava.core.eventbus
Represents a message that is received from the event bus in a handler.
Message(Message) - Constructor for class io.vertx.rxjava.core.eventbus.Message
 
message() - Method in class io.vertx.rxjava.ext.unit.report.Failure
 
MessageCodec<S,R> - Interface in io.vertx.core.eventbus
A message codec allows a custom message type to be marshalled across the event bus.
MessageConsumer<T> - Interface in io.vertx.core.eventbus
An event bus consumer object representing a stream of message to an EventBus address that can be read from.
MessageConsumer<T> - Class in io.vertx.rxjava.core.eventbus
An event bus consumer object representing a stream of message to an EventBus address that can be read from.
MessageConsumer(MessageConsumer) - Constructor for class io.vertx.rxjava.core.eventbus.MessageConsumer
 
MessageProducer<T> - Interface in io.vertx.core.eventbus
Represents a stream of message that can be written to.
MessageProducer<T> - Class in io.vertx.rxjava.core.eventbus
Represents a stream of message that can be written to.
MessageProducer(MessageProducer) - Constructor for class io.vertx.rxjava.core.eventbus.MessageProducer
 
messageRead(String, int) - Method in interface io.vertx.core.spi.metrics.EventBusMetrics
A message has been received from the network.

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

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

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

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

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

messageWritten(String, int) - Method in interface io.vertx.core.spi.metrics.EventBusMetrics
A message has been sent over the network.

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

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

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

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

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

MetricsService - Interface in io.vertx.ext.dropwizard
The metrics service mainly allows to return a snapshot of measured objects.
MetricsService - Class in io.vertx.rxjava.ext.dropwizard
The metrics service mainly allows to return a snapshot of measured objects.
MetricsService(MetricsService) - Constructor for class io.vertx.rxjava.ext.dropwizard.MetricsService
 
mget(String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Get the value of the given key
mget(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get the value of the given key
mgetMany(List<String>, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Get the values of all the given keys
mgetMany(List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get the values of all the given keys
migrate(String, int, String, int, long, MigrateOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Atomically transfer a key from a Redis instance to another one.
migrate(String, int, String, int, long, MigrateOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Atomically transfer a key from a Redis instance to another one.
MigrateOptions - Class in io.vertx.redis.op
 
MigrateOptions() - Constructor for class io.vertx.redis.op.MigrateOptions
 
MigrateOptions(MigrateOptions) - Constructor for class io.vertx.redis.op.MigrateOptions
 
MigrateOptions(JsonObject) - Constructor for class io.vertx.redis.op.MigrateOptions
 
mkdir(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
Create the directory represented by path, asynchronously.
mkdir(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
Create the directory represented by path, asynchronously.
mkdir(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Create the directory represented by path, asynchronously.
mkdir(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Create the directory represented by path, asynchronously.
mkdirBlocking(String) - Method in interface io.vertx.core.file.FileSystem
mkdirBlocking(String, String) - Method in interface io.vertx.core.file.FileSystem
mkdirBlocking(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Blocking version of FileSystem
mkdirBlocking(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Blocking version of FileSystem
mkdirObservable(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Create the directory represented by path, asynchronously.
mkdirObservable(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Create the directory represented by path, asynchronously.
mkdirs(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
Create the directory represented by path and any non existent parents, asynchronously.
mkdirs(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
Create the directory represented by path and any non existent parents, asynchronously.
mkdirs(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Create the directory represented by path and any non existent parents, asynchronously.
mkdirs(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Create the directory represented by path and any non existent parents, asynchronously.
mkdirsBlocking(String) - Method in interface io.vertx.core.file.FileSystem
mkdirsBlocking(String, String) - Method in interface io.vertx.core.file.FileSystem
mkdirsBlocking(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Blocking version of FileSystem
mkdirsBlocking(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Blocking version of FileSystem
mkdirsObservable(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Create the directory represented by path and any non existent parents, asynchronously.
mkdirsObservable(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Create the directory represented by path and any non existent parents, asynchronously.
MongoClient - Interface in io.vertx.ext.mongo
A Vert.x service used to interact with MongoDB server instances.
MongoClient - Class in io.vertx.rxjava.ext.mongo
A Vert.x service used to interact with MongoDB server instances.
MongoClient(MongoClient) - Constructor for class io.vertx.rxjava.ext.mongo.MongoClient
 
monitor(Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Listen for all requests received by the server in real time
monitor(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
Listen for all requests received by the server in real time
mountPoint() - Method in interface io.vertx.ext.web.RoutingContext
 
mountPoint() - Method in class io.vertx.rxjava.ext.web.RoutingContext
 
mountSubRouter(String, Router) - Method in interface io.vertx.ext.web.Router
Mount a sub router on this router
mountSubRouter(String, Router) - Method in class io.vertx.rxjava.ext.web.Router
Mount a sub router on this router
move(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
Move a file from the path from to path to, asynchronously.
move(String, int, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Move a key to another database
move(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Move a file from the path from to path to, asynchronously.
move(String, int, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Move a key to another database
moveBlocking(String, String) - Method in interface io.vertx.core.file.FileSystem
moveBlocking(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Blocking version of FileSystem
moveObservable(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Move a file from the path from to path to, asynchronously.
mset(Map<String, String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Set multiple keys to multiple values
mset(Map<String, String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Set multiple keys to multiple values
msetnx(Map<String, String>, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Set multiple keys to multiple values, only if none of the keys exist
msetnx(Map<String, String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Set multiple keys to multiple values, only if none of the keys exist
multi(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Mark the start of a transaction block
multi(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Mark the start of a transaction block
MultiMap - Interface in io.vertx.core
This class represents a MultiMap of String keys to a List of String values.
MultiMap - Class in io.vertx.rxjava.core
This class represents a MultiMap of String keys to a List of String values.
MultiMap(MultiMap) - Constructor for class io.vertx.rxjava.core.MultiMap
 
MVELTemplateEngine - Interface in io.vertx.ext.web.templ
A template engine that uses the Handlebars library.
MVELTemplateEngine - Class in io.vertx.rxjava.ext.web.templ
A template engine that uses the Handlebars library.
MVELTemplateEngine(MVELTemplateEngine) - Constructor for class io.vertx.rxjava.ext.web.templ.MVELTemplateEngine
 
MxRecord - Interface in io.vertx.core.dns
Represent a Mail-Exchange-Record (MX) which was resolved for a domain.
MxRecord - Class in io.vertx.rxjava.core.dns
Represent a Mail-Exchange-Record (MX) which was resolved for a domain.
MxRecord(MxRecord) - Constructor for class io.vertx.rxjava.core.dns.MxRecord
 

N

name() - Method in interface io.vertx.core.dns.MxRecord
The name of the MX record
name() - Method in interface io.vertx.core.dns.SrvRecord
Returns the name for the server being queried.
name() - Method in interface io.vertx.core.eventbus.MessageCodec
The codec name.
name() - Method in interface io.vertx.core.http.HttpServerFileUpload
 
name() - Method in interface io.vertx.ext.unit.report.TestCaseReport
 
name() - Method in interface io.vertx.ext.unit.report.TestResult
The test description, may be null if none was provided.
name() - Method in interface io.vertx.ext.unit.report.TestSuiteReport
 
name() - Method in interface io.vertx.ext.web.FileUpload
 
name() - Method in class io.vertx.rxjava.core.dns.MxRecord
The name of the MX record
name() - Method in class io.vertx.rxjava.core.dns.SrvRecord
Returns the name for the server being queried.
name() - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
 
name() - Method in class io.vertx.rxjava.ext.unit.report.TestCaseReport
 
name() - Method in class io.vertx.rxjava.ext.unit.report.TestResult
The test description, may be null if none was provided.
name() - Method in class io.vertx.rxjava.ext.unit.report.TestSuiteReport
 
name() - Method in class io.vertx.rxjava.ext.web.FileUpload
 
names() - Method in class io.vertx.core.http.CaseInsensitiveHeaders
 
names() - Method in interface io.vertx.core.MultiMap
Gets a immutable Set of all names
names() - Method in class io.vertx.rxjava.core.MultiMap
Gets a immutable Set of all names
NetClient - Interface in io.vertx.core.net
A TCP client.
NetClient - Class in io.vertx.rxjava.core.net
A TCP client.
NetClient(NetClient) - Constructor for class io.vertx.rxjava.core.net.NetClient
 
NetClientOptions - Class in io.vertx.core.net
Options for configuring a NetClient.
NetClientOptions() - Constructor for class io.vertx.core.net.NetClientOptions
The default constructor
NetClientOptions(NetClientOptions) - Constructor for class io.vertx.core.net.NetClientOptions
Copy constructor
NetClientOptions(JsonObject) - Constructor for class io.vertx.core.net.NetClientOptions
Create options from JSON
NetServer - Interface in io.vertx.core.net
Represents a TCP server
NetServer - Class in io.vertx.rxjava.core.net
Represents a TCP server

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

NetServer(NetServer) - Constructor for class io.vertx.rxjava.core.net.NetServer
 
NetServerOptions - Class in io.vertx.core.net
Options for configuring a NetServer.
NetServerOptions() - Constructor for class io.vertx.core.net.NetServerOptions
Default constructor
NetServerOptions(NetServerOptions) - Constructor for class io.vertx.core.net.NetServerOptions
Copy constructor
NetServerOptions(JsonObject) - Constructor for class io.vertx.core.net.NetServerOptions
Create some options from JSON
netSocket() - Method in interface io.vertx.core.http.HttpClientResponse
Get a net socket for the underlying connection of this request.
netSocket() - Method in interface io.vertx.core.http.HttpServerRequest
Get a net socket for the underlying connection of this request.
NetSocket - Interface in io.vertx.core.net
Represents a socket-like interface to a TCP connection on either the client or the server side.
netSocket() - Method in class io.vertx.rxjava.core.http.HttpClientResponse
Get a net socket for the underlying connection of this request.
netSocket() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
Get a net socket for the underlying connection of this request.
NetSocket - Class in io.vertx.rxjava.core.net
Represents a socket-like interface to a TCP connection on either the client or the server side.
NetSocket(NetSocket) - Constructor for class io.vertx.rxjava.core.net.NetSocket
 
NetSocketStream - Interface in io.vertx.core.net
A ReadStream of NetSocket, used for notifying socket connections to a NetServer.
NetSocketStream - Class in io.vertx.rxjava.core.net
A ReadStream of NetSocket, used for notifying socket connections to a NetServer.
NetSocketStream(NetSocketStream) - Constructor for class io.vertx.rxjava.core.net.NetSocketStream
 
nettyEventLoopGroup() - Method in interface io.vertx.core.Vertx
Return the Netty EventLoopGroup used by Vert.x
NetworkMetrics<S> - Interface in io.vertx.core.spi.metrics
An SPI used internally by Vert.x to gather metrics on a net socket which serves as a base class for TCP or UDP.

NetworkOptions - Class in io.vertx.core.net
 
NetworkOptions() - Constructor for class io.vertx.core.net.NetworkOptions
Default constructor
NetworkOptions(NetworkOptions) - Constructor for class io.vertx.core.net.NetworkOptions
Copy constructor
NetworkOptions(JsonObject) - Constructor for class io.vertx.core.net.NetworkOptions
Constructor from JSON
newDelimited(String, Handler<Buffer>) - Static method in interface io.vertx.core.parsetools.RecordParser
Create a new RecordParser instance, initially in delimited mode, and where the delimiter can be represented by the String delim endcoded in latin-1 .
newDelimited(Buffer, Handler<Buffer>) - Static method in interface io.vertx.core.parsetools.RecordParser
Create a new RecordParser instance, initially in delimited mode, and where the delimiter can be represented by the Buffer delim.
newDelimited(String, Handler<Buffer>) - Static method in class io.vertx.rxjava.core.parsetools.RecordParser
Create a new RecordParser instance, initially in delimited mode, and where the delimiter can be represented by the String delim endcoded in latin-1 .
newDelimited(Buffer, Handler<Buffer>) - Static method in class io.vertx.rxjava.core.parsetools.RecordParser
Create a new RecordParser instance, initially in delimited mode, and where the delimiter can be represented by the Buffer delim.
newFixed(int, Handler<Buffer>) - Static method in interface io.vertx.core.parsetools.RecordParser
Create a new RecordParser instance, initially in fixed size mode, and where the record size is specified by the size parameter.
newFixed(int, Handler<Buffer>) - Static method in class io.vertx.rxjava.core.parsetools.RecordParser
Create a new RecordParser instance, initially in fixed size mode, and where the record size is specified by the size parameter.
newInstance(Buffer) - Static method in class io.vertx.rxjava.core.buffer.Buffer
 
newInstance(Context) - Static method in class io.vertx.rxjava.core.Context
 
newInstance(DatagramPacket) - Static method in class io.vertx.rxjava.core.datagram.DatagramPacket
 
newInstance(DatagramSocket) - Static method in class io.vertx.rxjava.core.datagram.DatagramSocket
 
newInstance(PacketWritestream) - Static method in class io.vertx.rxjava.core.datagram.PacketWritestream
 
newInstance(DnsClient) - Static method in class io.vertx.rxjava.core.dns.DnsClient
 
newInstance(MxRecord) - Static method in class io.vertx.rxjava.core.dns.MxRecord
 
newInstance(SrvRecord) - Static method in class io.vertx.rxjava.core.dns.SrvRecord
 
newInstance(EventBus) - Static method in class io.vertx.rxjava.core.eventbus.EventBus
 
newInstance(Message) - Static method in class io.vertx.rxjava.core.eventbus.Message
 
newInstance(MessageConsumer) - Static method in class io.vertx.rxjava.core.eventbus.MessageConsumer
 
newInstance(MessageProducer) - Static method in class io.vertx.rxjava.core.eventbus.MessageProducer
 
newInstance(AsyncFile) - Static method in class io.vertx.rxjava.core.file.AsyncFile
 
newInstance(FileProps) - Static method in class io.vertx.rxjava.core.file.FileProps
 
newInstance(FileSystem) - Static method in class io.vertx.rxjava.core.file.FileSystem
 
newInstance(FileSystemProps) - Static method in class io.vertx.rxjava.core.file.FileSystemProps
 
newInstance(Future) - Static method in class io.vertx.rxjava.core.Future
 
newInstance(HttpClient) - Static method in class io.vertx.rxjava.core.http.HttpClient
 
newInstance(HttpClientRequest) - Static method in class io.vertx.rxjava.core.http.HttpClientRequest
 
newInstance(HttpClientResponse) - Static method in class io.vertx.rxjava.core.http.HttpClientResponse
 
newInstance(HttpServer) - Static method in class io.vertx.rxjava.core.http.HttpServer
 
newInstance(HttpServerFileUpload) - Static method in class io.vertx.rxjava.core.http.HttpServerFileUpload
 
newInstance(HttpServerRequest) - Static method in class io.vertx.rxjava.core.http.HttpServerRequest
 
newInstance(HttpServerRequestStream) - Static method in class io.vertx.rxjava.core.http.HttpServerRequestStream
 
newInstance(HttpServerResponse) - Static method in class io.vertx.rxjava.core.http.HttpServerResponse
 
newInstance(ServerWebSocket) - Static method in class io.vertx.rxjava.core.http.ServerWebSocket
 
newInstance(ServerWebSocketStream) - Static method in class io.vertx.rxjava.core.http.ServerWebSocketStream
 
newInstance(WebSocket) - Static method in class io.vertx.rxjava.core.http.WebSocket
 
newInstance(WebSocketBase) - Static method in interface io.vertx.rxjava.core.http.WebSocketBase
 
newInstance(WebSocketFrame) - Static method in class io.vertx.rxjava.core.http.WebSocketFrame
 
newInstance(WebSocketStream) - Static method in class io.vertx.rxjava.core.http.WebSocketStream
 
newInstance(Measured) - Static method in interface io.vertx.rxjava.core.metrics.Measured
 
newInstance(MultiMap) - Static method in class io.vertx.rxjava.core.MultiMap
 
newInstance(NetClient) - Static method in class io.vertx.rxjava.core.net.NetClient
 
newInstance(NetServer) - Static method in class io.vertx.rxjava.core.net.NetServer
 
newInstance(NetSocket) - Static method in class io.vertx.rxjava.core.net.NetSocket
 
newInstance(NetSocketStream) - Static method in class io.vertx.rxjava.core.net.NetSocketStream
 
newInstance(SocketAddress) - Static method in class io.vertx.rxjava.core.net.SocketAddress
 
newInstance(RecordParser) - Static method in class io.vertx.rxjava.core.parsetools.RecordParser
 
newInstance(AsyncMap) - Static method in class io.vertx.rxjava.core.shareddata.AsyncMap
 
newInstance(Counter) - Static method in class io.vertx.rxjava.core.shareddata.Counter
 
newInstance(LocalMap) - Static method in class io.vertx.rxjava.core.shareddata.LocalMap
 
newInstance(Lock) - Static method in class io.vertx.rxjava.core.shareddata.Lock
 
newInstance(SharedData) - Static method in class io.vertx.rxjava.core.shareddata.SharedData
 
newInstance(Pump) - Static method in class io.vertx.rxjava.core.streams.Pump
 
newInstance(ReadStream) - Static method in interface io.vertx.rxjava.core.streams.ReadStream
 
newInstance(StreamBase) - Static method in interface io.vertx.rxjava.core.streams.StreamBase
 
newInstance(WriteStream) - Static method in interface io.vertx.rxjava.core.streams.WriteStream
 
newInstance(TimeoutStream) - Static method in class io.vertx.rxjava.core.TimeoutStream
 
newInstance(Vertx) - Static method in class io.vertx.rxjava.core.Vertx
 
newInstance(AuthProvider) - Static method in class io.vertx.rxjava.ext.auth.AuthProvider
 
newInstance(AuthProvider) - Static method in class io.vertx.rxjava.ext.auth.common.AuthProvider
 
newInstance(User) - Static method in class io.vertx.rxjava.ext.auth.common.User
 
newInstance(JDBCAuth) - Static method in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuth
 
newInstance(JWTAuth) - Static method in class io.vertx.rxjava.ext.auth.jwt.JWTAuth
 
newInstance(ShiroAuth) - Static method in class io.vertx.rxjava.ext.auth.shiro.ShiroAuth
 
newInstance(User) - Static method in class io.vertx.rxjava.ext.auth.User
 
newInstance(MetricsService) - Static method in class io.vertx.rxjava.ext.dropwizard.MetricsService
 
newInstance(JDBCClient) - Static method in class io.vertx.rxjava.ext.jdbc.JDBCClient
 
newInstance(MailClient) - Static method in class io.vertx.rxjava.ext.mail.MailClient
 
newInstance(MailService) - Static method in class io.vertx.rxjava.ext.mail.MailService
 
newInstance(MongoClient) - Static method in class io.vertx.rxjava.ext.mongo.MongoClient
 
newInstance(Async) - Static method in class io.vertx.rxjava.ext.unit.Async
 
newInstance(EventBusCollector) - Static method in class io.vertx.rxjava.ext.unit.collect.EventBusCollector
 
newInstance(Failure) - Static method in class io.vertx.rxjava.ext.unit.report.Failure
 
newInstance(TestCaseReport) - Static method in class io.vertx.rxjava.ext.unit.report.TestCaseReport
 
newInstance(TestResult) - Static method in class io.vertx.rxjava.ext.unit.report.TestResult
 
newInstance(TestSuiteReport) - Static method in class io.vertx.rxjava.ext.unit.report.TestSuiteReport
 
newInstance(TestCase) - Static method in class io.vertx.rxjava.ext.unit.TestCase
 
newInstance(TestCompletion) - Static method in class io.vertx.rxjava.ext.unit.TestCompletion
 
newInstance(TestContext) - Static method in class io.vertx.rxjava.ext.unit.TestContext
 
newInstance(TestSuite) - Static method in class io.vertx.rxjava.ext.unit.TestSuite
 
newInstance(Cookie) - Static method in class io.vertx.rxjava.ext.web.Cookie
 
newInstance(FileUpload) - Static method in class io.vertx.rxjava.ext.web.FileUpload
 
newInstance(AuthHandler) - Static method in interface io.vertx.rxjava.ext.web.handler.AuthHandler
 
newInstance(BasicAuthHandler) - Static method in class io.vertx.rxjava.ext.web.handler.BasicAuthHandler
 
newInstance(BodyHandler) - Static method in class io.vertx.rxjava.ext.web.handler.BodyHandler
 
newInstance(CookieHandler) - Static method in class io.vertx.rxjava.ext.web.handler.CookieHandler
 
newInstance(CorsHandler) - Static method in class io.vertx.rxjava.ext.web.handler.CorsHandler
 
newInstance(ErrorHandler) - Static method in class io.vertx.rxjava.ext.web.handler.ErrorHandler
 
newInstance(FaviconHandler) - Static method in class io.vertx.rxjava.ext.web.handler.FaviconHandler
 
newInstance(FormLoginHandler) - Static method in class io.vertx.rxjava.ext.web.handler.FormLoginHandler
 
newInstance(JWTAuthHandler) - Static method in class io.vertx.rxjava.ext.web.handler.JWTAuthHandler
 
newInstance(LoggerHandler) - Static method in class io.vertx.rxjava.ext.web.handler.LoggerHandler
 
newInstance(RedirectAuthHandler) - Static method in class io.vertx.rxjava.ext.web.handler.RedirectAuthHandler
 
newInstance(ResponseTimeHandler) - Static method in class io.vertx.rxjava.ext.web.handler.ResponseTimeHandler
 
newInstance(SessionHandler) - Static method in class io.vertx.rxjava.ext.web.handler.SessionHandler
 
newInstance(BridgeEvent) - Static method in class io.vertx.rxjava.ext.web.handler.sockjs.BridgeEvent
 
newInstance(SockJSHandler) - Static method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSHandler
 
newInstance(SockJSSocket) - Static method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
 
newInstance(StaticHandler) - Static method in class io.vertx.rxjava.ext.web.handler.StaticHandler
 
newInstance(TemplateHandler) - Static method in class io.vertx.rxjava.ext.web.handler.TemplateHandler
 
newInstance(TimeoutHandler) - Static method in class io.vertx.rxjava.ext.web.handler.TimeoutHandler
 
newInstance(UserSessionHandler) - Static method in class io.vertx.rxjava.ext.web.handler.UserSessionHandler
 
newInstance(Route) - Static method in class io.vertx.rxjava.ext.web.Route
 
newInstance(Router) - Static method in class io.vertx.rxjava.ext.web.Router
 
newInstance(RoutingContext) - Static method in class io.vertx.rxjava.ext.web.RoutingContext
 
newInstance(Session) - Static method in class io.vertx.rxjava.ext.web.Session
 
newInstance(ClusteredSessionStore) - Static method in class io.vertx.rxjava.ext.web.sstore.ClusteredSessionStore
 
newInstance(LocalSessionStore) - Static method in class io.vertx.rxjava.ext.web.sstore.LocalSessionStore
 
newInstance(SessionStore) - Static method in class io.vertx.rxjava.ext.web.sstore.SessionStore
 
newInstance(HandlebarsTemplateEngine) - Static method in class io.vertx.rxjava.ext.web.templ.HandlebarsTemplateEngine
 
newInstance(JadeTemplateEngine) - Static method in class io.vertx.rxjava.ext.web.templ.JadeTemplateEngine
 
newInstance(MVELTemplateEngine) - Static method in class io.vertx.rxjava.ext.web.templ.MVELTemplateEngine
 
newInstance(TemplateEngine) - Static method in class io.vertx.rxjava.ext.web.templ.TemplateEngine
 
newInstance(ThymeleafTemplateEngine) - Static method in class io.vertx.rxjava.ext.web.templ.ThymeleafTemplateEngine
 
newInstance(RedisClient) - Static method in class io.vertx.rxjava.redis.RedisClient
 
newOptions() - Method in interface io.vertx.core.spi.VertxMetricsFactory
Create an empty metrics options.
next() - Method in interface io.vertx.ext.web.RoutingContext
Tell the router to route this context to the next matching route (if any).
next() - Method in class io.vertx.rxjava.ext.web.RoutingContext
Tell the router to route this context to the next matching route (if any).
nodeAdded(String) - Method in interface io.vertx.core.spi.cluster.NodeListener
A node has been added
nodeLeft(String) - Method in interface io.vertx.core.spi.cluster.NodeListener
A node has left
nodeListener(NodeListener) - Method in interface io.vertx.core.spi.cluster.ClusterManager
Set a listener that will be called when a node joins or leaves the cluster.
NodeListener - Interface in io.vertx.core.spi.cluster
A NodeListener is called when nodes join or leave the cluster
nodeListener(NodeListener) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
 
NONE - Static variable in class io.vertx.redis.op.LimitOptions
 
NONE - Static variable in class io.vertx.redis.op.MigrateOptions
 
NONE - Static variable in class io.vertx.redis.op.RangeLimitOptions
 
NONE - Static variable in class io.vertx.redis.op.ScanOptions
 
NONE - Static variable in class io.vertx.redis.op.SetOptions
 
NONE - Static variable in class io.vertx.redis.op.SortOptions
 
normalisedPath() - Method in interface io.vertx.ext.web.RoutingContext
Return the normalised path for the request.
normalisedPath() - Method in class io.vertx.rxjava.ext.web.RoutingContext
Return the normalised path for the request.
numberPumped() - Method in interface io.vertx.core.streams.Pump
Return the total number of items pumped by this pump.
numberPumped() - Method in class io.vertx.rxjava.core.streams.Pump
Return the total number of items pumped by this pump.

O

object(String, ObjectCmd, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Inspect the internals of Redis objects
object(String, ObjectCmd, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
Inspect the internals of Redis objects
ObjectCmd - Enum in io.vertx.redis.op
 
objectName() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.MetricMBean
 
ObservableFuture<T> - Class in io.vertx.rx.java
 
ObservableFuture() - Constructor for class io.vertx.rx.java.ObservableFuture
 
observableFuture() - Static method in class io.vertx.rx.java.RxHelper
Create a new ObservableFuture<T> object: an Observable implementation implementing Handler<AsyncResult<T>>.
ObservableHandler<T> - Class in io.vertx.rx.java
 
ObservableHandler() - Constructor for class io.vertx.rx.java.ObservableHandler
 
observableHandler() - Static method in class io.vertx.rx.java.RxHelper
Create a new ObservableHandler<T> object: an Observable implementation implementing Handler<T>.
onUnsubscribed() - Method in class io.vertx.lang.rxjava.ReadStreamAdapter
 
onUnsubscribed() - Method in class io.vertx.rx.java.SingleOnSubscribeAdapter
 
open(String, OpenOptions, Handler<AsyncResult<AsyncFile>>) - Method in interface io.vertx.core.file.FileSystem
Open the file represented by path, asynchronously.
open(String, OpenOptions, Handler<AsyncResult<AsyncFile>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Open the file represented by path, asynchronously.
openBlocking(String, OpenOptions) - Method in interface io.vertx.core.file.FileSystem
openBlocking(String, OpenOptions) - Method in class io.vertx.rxjava.core.file.FileSystem
Blocking version of FileSystem
openObservable(String, OpenOptions) - Method in class io.vertx.rxjava.core.file.FileSystem
Open the file represented by path, asynchronously.
OpenOptions - Class in io.vertx.core.file
Describes how an AsyncFile should be opened.
OpenOptions() - Constructor for class io.vertx.core.file.OpenOptions
Default constructor
OpenOptions(OpenOptions) - Constructor for class io.vertx.core.file.OpenOptions
Copy constructor
OpenOptions(JsonObject) - Constructor for class io.vertx.core.file.OpenOptions
Constructor to create options from JSON
options(int, String, String) - Method in interface io.vertx.core.http.HttpClient
Create an HTTP OPTIONS request to send to the server at the specified host and port.
options(String, String) - Method in interface io.vertx.core.http.HttpClient
Create an HTTP OPTIONS request to send to the server at the specified host and default port.
options(int, String, String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
Create an HTTP OPTIONS request to send to the server at the specified host and port, specifying a response handler to receive the response
options(String, String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
Create an HTTP OPTIONS request to send to the server at the specified host and default port, specifying a response handler to receive the response
options(String) - Method in interface io.vertx.core.http.HttpClient
Create an HTTP OPTIONS request to send to the server at the default host and port.
options(String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
Create an HTTP OPTIONS request to send to the server at the default host and port, specifying a response handler to receive the response
options - Variable in class io.vertx.core.Starter
 
options() - Method in interface io.vertx.ext.web.Router
Add a route that matches any HTTP OPTIONS request
options(String) - Method in interface io.vertx.ext.web.Router
Add a route that matches a HTTP OPTIONS request and the specified path
options(int, String, String) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP OPTIONS request to send to the server at the specified host and port.
options(String, String) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP OPTIONS request to send to the server at the specified host and default port.
options(int, String, String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP OPTIONS request to send to the server at the specified host and port, specifying a response handler to receive the response
options(String, String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP OPTIONS request to send to the server at the specified host and default port, specifying a response handler to receive the response
options(String) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP OPTIONS request to send to the server at the default host and port.
options(String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP OPTIONS request to send to the server at the default host and port, specifying a response handler to receive the response
options() - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches any HTTP OPTIONS request
options(String) - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches a HTTP OPTIONS request and the specified path
optionsAbs(String) - Method in interface io.vertx.core.http.HttpClient
Create an HTTP OPTIONS request to send to the server using an absolute URI
optionsAbs(String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
Create an HTTP OPTIONS request to send to the server using an absolute URI, specifying a response handler to receive the response
optionsAbs(String) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP OPTIONS request to send to the server using an absolute URI
optionsAbs(String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP OPTIONS request to send to the server using an absolute URI, specifying a response handler to receive the response
optionsNow(int, String, String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
Sends an HTTP OPTIONS request to the server at the specified host and port, specifying a response handler to receive the response
optionsNow(String, String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
Sends an HTTP OPTIONS request to the server at the specified host and default port, specifying a response handler to receive the response
optionsNow(String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
Sends an HTTP OPTIONS request to the server at the default host and port, specifying a response handler to receive the response
optionsNow(int, String, String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
Sends an HTTP OPTIONS request to the server at the specified host and port, specifying a response handler to receive the response
optionsNow(String, String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
Sends an HTTP OPTIONS request to the server at the specified host and default port, specifying a response handler to receive the response
optionsNow(String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
Sends an HTTP OPTIONS request to the server at the default host and port, specifying a response handler to receive the response
optionsWithRegex(String) - Method in interface io.vertx.ext.web.Router
Add a route that matches a HTTP OPTIONS request and the specified path regex
optionsWithRegex(String) - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches a HTTP OPTIONS request and the specified path regex
order() - Method in interface io.vertx.core.spi.VerticleFactory
 
order(int) - Method in interface io.vertx.ext.web.Route
Specify the order for this route.
order(int) - Method in class io.vertx.rxjava.ext.web.Route
Specify the order for this route.
ORIGIN - Static variable in class io.vertx.core.http.HttpHeaders
Origin header name
owner() - Method in interface io.vertx.core.Context
 
owner() - Method in class io.vertx.rxjava.core.Context
 

P

PacketWritestream - Interface in io.vertx.core.datagram
A WriteStream for sending packets to a SocketAddress.
PacketWritestream - Class in io.vertx.rxjava.core.datagram
A WriteStream for sending packets to a SocketAddress.
PacketWritestream(PacketWritestream) - Constructor for class io.vertx.rxjava.core.datagram.PacketWritestream
 
params() - Method in interface io.vertx.core.http.HttpServerRequest
 
params() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
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.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.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.
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
 
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.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
 
persist(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
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
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<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
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<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Set the expiration for a key as a UNIX timestamp specified 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<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
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<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Adds the specified elements 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<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
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<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).
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 class io.vertx.rxjava.redis.RedisClient
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
ping(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Ping the server
ping(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Ping the server
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
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
prefix() - Method in interface io.vertx.core.spi.VerticleFactory
 
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.common.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_ARGS - Static variable in class io.vertx.core.Starter
 
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
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_PROPS_PATH_FIELD - Static variable in interface io.vertx.ext.auth.shiro.PropertiesProviderConstants
The path where to look for the properties file
PropertiesProviderConstants - Interface in io.vertx.ext.auth.shiro
Configuration keys used when configuring a Shiro properties auth realm
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
Blocking version of 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
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<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
Set the value and expiration in milliseconds of a key
psubscribe(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Listen for messages published to channels matching the given pattern
psubscribe(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
Listen for messages published to channels matching the given pattern
psubscribeMany(List<String>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Listen for messages published to channels matching the given patterns
psubscribeMany(List<String>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
Listen for messages published to channels matching the given patterns
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<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get the time to live for a key in milliseconds
publish(String, Object) - Method in interface io.vertx.core.eventbus.EventBus
Publish a message.
publish(String, Object, DeliveryOptions) - Method in interface io.vertx.core.eventbus.EventBus
Like EventBus.publish(String, Object) but specifying options that can be used to configure the delivery.
publish(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Post a message to a channel
publish(String, Object) - Method in class io.vertx.rxjava.core.eventbus.EventBus
Publish a message.
publish(String, Object, DeliveryOptions) - Method in class io.vertx.rxjava.core.eventbus.EventBus
Like EventBus.publish(java.lang.String, java.lang.Object) but specifying options that can be used to configure the delivery.
publish(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Post a message to a channel
publisher(String) - Method in interface io.vertx.core.eventbus.EventBus
Create a message publisher against the specified address.
publisher(String, DeliveryOptions) - Method in interface io.vertx.core.eventbus.EventBus
Like EventBus.publisher(String) but specifying delivery options that will be used for configuring the delivery of the message.
publisher(String) - Method in class io.vertx.rxjava.core.eventbus.EventBus
Create a message publisher against the specified address.
publisher(String, DeliveryOptions) - Method in class io.vertx.rxjava.core.eventbus.EventBus
Like EventBus.publisher(java.lang.String) but specifying delivery options that will be used for configuring the delivery of the message.
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<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
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<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
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<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
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<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
Stop listening for messages posted to channels matching the given patterns
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, 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.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
Like AsyncMap but specifying a timeout.
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.unit.TestContext
Put some data in the context.
put() - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches any HTTP PUT request
put(String) - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches a HTTP PUT request and the specified path
put(String, Object) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Put some arbitrary data in the context.
put(String, Object) - Method in class io.vertx.rxjava.ext.web.Session
Put some data in a session
put(Session, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
Add a session with the specified ID
putAbs(String) - Method in interface io.vertx.core.http.HttpClient
Create an HTTP PUT request to send to the server using an absolute URI
putAbs(String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
Create an HTTP PUT request to send to the server using an absolute URI, specifying a response handler to receive the response
putAbs(String) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP PUT request to send to the server using an absolute URI
putAbs(String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP PUT request to send to the server using an absolute URI, specifying a response handler to receive the response
putHeader(String, String) - Method in interface io.vertx.core.http.HttpClientRequest
Put an HTTP header
putHeader(CharSequence, CharSequence) - Method in interface io.vertx.core.http.HttpClientRequest
putHeader(String, Iterable<String>) - Method in interface io.vertx.core.http.HttpClientRequest
Put an HTTP header with multiple values
putHeader(CharSequence, Iterable<CharSequence>) - Method in interface io.vertx.core.http.HttpClientRequest
putHeader(String, String) - Method in interface io.vertx.core.http.HttpServerResponse
Put an HTTP header
putHeader(CharSequence, CharSequence) - Method in interface io.vertx.core.http.HttpServerResponse
putHeader(String, Iterable<String>) - Method in interface io.vertx.core.http.HttpServerResponse
Like HttpServerResponse.putHeader(String, String) but providing multiple values via a String Iterable
putHeader(CharSequence, Iterable<CharSequence>) - Method in interface io.vertx.core.http.HttpServerResponse
Like HttpServerResponse.putHeader(String, Iterable) but with CharSequence Iterable
putHeader(String, String) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
Put an HTTP header
putHeader(String, String) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Put an HTTP header
putIfAbsent(K, V, Handler<AsyncResult<V>>) - Method in interface io.vertx.core.shareddata.AsyncMap
Put the entry only if there is no entry with the key already present.
putIfAbsent(K, V, long, Handler<AsyncResult<V>>) - Method in interface io.vertx.core.shareddata.AsyncMap
putIfAbsent(K, V) - Method in interface io.vertx.core.shareddata.LocalMap
Put the entry only if there is no existing entry for that key
putIfAbsent(K, V, Handler<AsyncResult<V>>) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
Put the entry only if there is no entry with the key already present.
putIfAbsent(K, V, long, Handler<AsyncResult<V>>) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
Link AsyncMap but specifying a timeout.
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
Link AsyncMap but specifying a timeout.
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
Like AsyncMap but specifying a timeout.
putObservable(Session) - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
Add a session with the specified ID
putTrailer(String, String) - Method in interface io.vertx.core.http.HttpServerResponse
Put an HTTP trailer
putTrailer(CharSequence, CharSequence) - Method in interface io.vertx.core.http.HttpServerResponse
putTrailer(String, Iterable<String>) - Method in interface io.vertx.core.http.HttpServerResponse
Like HttpServerResponse.putTrailer(String, String) but providing multiple values via a String Iterable
putTrailer(CharSequence, Iterable<CharSequence>) - Method in interface io.vertx.core.http.HttpServerResponse
Like HttpServerResponse.putTrailer(String, Iterable) but with CharSequence Iterable
putTrailer(String, String) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Put an HTTP trailer
putWithRegex(String) - Method in interface io.vertx.ext.web.Router
Add a route that matches a HTTP PUT request and the specified path regex
putWithRegex(String) - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches a HTTP PUT request and the specified path regex

Q

query() - Method in interface io.vertx.core.http.HttpServerRequest
 
query() - Method in interface io.vertx.core.http.ServerWebSocket
 
query() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
query() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 

R

randomkey(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
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
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
 
rawMessage() - Method in interface io.vertx.ext.web.handler.sockjs.BridgeEvent
Get the raw JSON message for the event.
rawMessage() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.BridgeEvent
Get the raw JSON message for the event.
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
Blocking version of FileSystem
readDirBlocking(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Blocking version of 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
Blocking version of 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
 
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
Blocking version of 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.
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
 
RedisClient - Interface in io.vertx.redis
 
RedisClient - Class in io.vertx.rxjava.redis
 
RedisClient(RedisClient) - Constructor for class io.vertx.rxjava.redis.RedisClient
 
RedisEncoding - Class in io.vertx.redis
This is how Redis escapes char codes: DEC HEX REDIS 07 07 \a 08 08 \b 09 09 \t 10 0a \n 13 0d \r Otherwise: 00-32 00-20 \xXX 32-127 20-7f ASCII char 127-256 7f-ff \xXX
RedisEncoding() - Constructor for class io.vertx.redis.RedisEncoding
 
REFERER - Static variable in class io.vertx.core.http.HttpHeaders
Referer header name
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.
registerCodec(MessageCodec) - Method in interface io.vertx.core.eventbus.EventBus
Register a message codec.
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
 
registerVerticleFactory(VerticleFactory) - Method in interface io.vertx.core.Vertx
Register a VerticleFactory that can be used for deploying Verticles based on an identifier.
registerWith(MBeanServer) - Method in class io.vertx.ext.dropwizard.reporters.JmxReporter.Builder
Register MBeans with the given MBeanServer.
reject() - Method in interface io.vertx.core.http.ServerWebSocket
Reject the WebSocket.
reject() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
Reject the WebSocket.
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.
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
remove(String) - Method in interface io.vertx.core.Context
Remove some data from the context.
remove(String) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
 
remove(CharSequence) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
 
remove(Object) - Method in class io.vertx.core.json.JsonArray
Remove the specified value from the JSON array.
remove(int) - Method in class io.vertx.core.json.JsonArray
Remove the value at the specified position in the JSON array.
remove(String) - Method in class io.vertx.core.json.JsonObject
Remove an entry from this object.
remove(String) - Method in interface io.vertx.core.MultiMap
Removes the value with the given name
remove(CharSequence) - Method in interface io.vertx.core.MultiMap
Like MultiMap.remove(String) but accepting CharSequence as parameters
remove(K, Handler<AsyncResult<V>>) - Method in interface io.vertx.core.shareddata.AsyncMap
Remove a value from the map, asynchronously.
remove(K) - Method in interface io.vertx.core.shareddata.LocalMap
Remove an entry from the map
remove(K, V, Handler<AsyncResult<Boolean>>) - Method in interface io.vertx.core.spi.cluster.AsyncMultiMap
Remove a value from the list of values for that key in the map.
remove(String, JsonObject, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoClient
Remove matching documents from a collection
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.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
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
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
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.
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.
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
Remove a single matching document from a collection
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
Remove a single matching document from a collection with the specified write option
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
removePrefix(String) - Static method in interface io.vertx.core.spi.VerticleFactory
 
removeWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoClient
Remove matching documents from a collection with the specified write option
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 class io.vertx.rxjava.redis.RedisClient
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<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Rename a key, only if the new key does not exist
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
renderObservable(RoutingContext, String) - Method in class io.vertx.rxjava.ext.web.templ.TemplateEngine
Render
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
Replace matching documents in the specified collection
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
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
Replace matching documents in the specified collection, specifying options
replaceWithOptions(String, JsonObject, JsonObject, UpdateOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Replace matching documents in the specified collection, specifying options
replaceWithOptionsObservable(String, JsonObject, JsonObject, UpdateOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Replace matching documents in the specified collection, specifying options
reply(Object) - Method in interface io.vertx.core.eventbus.Message
Reply to this message.
reply(Object, Handler<AsyncResult<Message<R>>>) - Method in interface io.vertx.core.eventbus.Message
The same as reply(R message) but you can specify handler for the reply - i.e.
reply(Object, DeliveryOptions) - Method in interface io.vertx.core.eventbus.Message
Link Message.reply(Object) but allows you to specify delivery options for the reply.
reply(Object, DeliveryOptions, Handler<AsyncResult<Message<R>>>) - Method in interface io.vertx.core.eventbus.Message
The same as reply(R message, DeliveryOptions) but you can specify handler for the reply - i.e.
reply(Object) - Method in class io.vertx.rxjava.core.eventbus.Message
Reply to this message.
reply(Object, Handler<AsyncResult<Message<R>>>) - Method in class io.vertx.rxjava.core.eventbus.Message
The same as reply(R message) but you can specify handler for the reply - i.e.
reply(Object, DeliveryOptions) - Method in class io.vertx.rxjava.core.eventbus.Message
Link Message but allows you to specify delivery options for the reply.
reply(Object, DeliveryOptions, Handler<AsyncResult<Message<R>>>) - Method in class io.vertx.rxjava.core.eventbus.Message
The same as reply(R message, DeliveryOptions) but you can specify handler for the reply - i.e.
replyAddress() - Method in interface io.vertx.core.eventbus.Message
The reply address.
replyAddress() - Method in class io.vertx.rxjava.core.eventbus.Message
The reply address.
ReplyException - Exception in io.vertx.core.eventbus
Represents the failure of a message send.
ReplyException(ReplyFailure, int, String) - Constructor for exception io.vertx.core.eventbus.ReplyException
Create a ReplyException
ReplyException(ReplyFailure, String) - Constructor for exception io.vertx.core.eventbus.ReplyException
Create a ReplyException
ReplyException(ReplyFailure) - Constructor for exception io.vertx.core.eventbus.ReplyException
Create a ReplyException
ReplyFailure - Enum in io.vertx.core.eventbus
Represents the type of reply failure
replyFailure(String, ReplyFailure) - Method in interface io.vertx.core.spi.metrics.EventBusMetrics
Called whenever there is a reply failure on the event bus.

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

replyObservable(Object) - Method in class io.vertx.rxjava.core.eventbus.Message
The same as reply(R message) but you can specify handler for the reply - i.e.
replyObservable(Object, DeliveryOptions) - Method in class io.vertx.rxjava.core.eventbus.Message
The same as reply(R message, DeliveryOptions) but you can specify handler for the reply - i.e.
reportBeginTestCase(R, String) - Method in interface io.vertx.ext.unit.report.Reporter
Signals a test case began.
reportBeginTestSuite(String) - Method in interface io.vertx.ext.unit.report.Reporter
Signals the test suite began.
reportEndTestCase(R, String, TestResult) - Method in interface io.vertx.ext.unit.report.Reporter
Signals a test case ended.
reportEndTestSuite(R) - Method in interface io.vertx.ext.unit.report.Reporter
Signals a test suite ended.
Reporter<R> - Interface in io.vertx.ext.unit.report
The reporter defines a set of callback for the life cycle events.
reporter(Vertx, ReportOptions) - Static method in interface io.vertx.ext.unit.report.Reporter
 
reporter(Vertx, ReportOptions) - Method in interface io.vertx.ext.unit.report.ReporterFactory
 
ReporterFactory - Interface in io.vertx.ext.unit.report
 
reportError(R, Throwable) - Method in interface io.vertx.ext.unit.report.Reporter
Report a global test suite error, it can be called mulitple times between the Reporter.reportBeginTestSuite(java.lang.String) and the Reporter.reportEndTestSuite(R).
ReportingOptions - Class in io.vertx.ext.unit.report
Reporting options: the reporters is an array of reporter configurations
ReportingOptions() - Constructor for class io.vertx.ext.unit.report.ReportingOptions
Create a new empty options, with the default address out and no reporters.
ReportingOptions(ReportingOptions) - Constructor for class io.vertx.ext.unit.report.ReportingOptions
Copy constructor.
ReportingOptions(JsonObject) - Constructor for class io.vertx.ext.unit.report.ReportingOptions
Create a new options from the specified json.
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
 
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(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
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.
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.
requiresResolve() - Method in interface io.vertx.core.spi.VerticleFactory
 
resolve(String, DeploymentOptions, ClassLoader, Future<String>) - Method in interface io.vertx.core.spi.VerticleFactory
 
resolve(Future) - Method in interface io.vertx.ext.unit.TestCompletion
Completes the future when all test cases of the test suite passes, otherwise fails it.
resolve(Future) - Method in class io.vertx.rxjava.ext.unit.TestCompletion
Completes the future when all test cases of the test suite passes, otherwise fails it.
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.
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.
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.
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
 
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.
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 class io.vertx.rxjava.redis.RedisClient
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(V) - Static method in class io.vertx.lang.rxjava.InternalHelper
 
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.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.unit.report.TestSuiteReport
 
resume() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
 
RETRY_AFTER - Static variable in class io.vertx.core.http.HttpHeaders
Retry-After header name
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.
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<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Return the role of the instance in the context of replication
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 class io.vertx.rxjava.redis.RedisClient
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 class io.vertx.rxjava.redis.RedisClient
Remove the last element in a list, append it to another list and return it
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<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
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<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
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<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Append a value to a list, only if the list exists
run(String) - Method in class io.vertx.core.Starter
 
run(String[]) - Method in class io.vertx.core.Starter
 
run(Args, String[]) - Method in class io.vertx.core.Starter
 
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.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
 
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 org.junit.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 org.junit.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.
RxHelper - Class in io.vertx.rx.java
A set of helpers for RxJava and Vert.x.
RxHelper() - Constructor for class io.vertx.rx.java.RxHelper
 
RxHelper - Class in io.vertx.rxjava.core
A set of helpers for RxJava and Vert.x.
RxHelper() - Constructor for class io.vertx.rxjava.core.RxHelper
 

S

sadd(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Add a member to a set
sadd(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
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<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Add one or more members 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(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
saveObservable(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Save a document in the specified collection
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<Void>>) - Method in interface io.vertx.redis.RedisClient
Incrementally iterate the keys space
scan(String, ScanOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
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<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
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(Vertx) - Static method in class io.vertx.rxjava.core.RxHelper
Create a scheduler for a Vertx object, actions are executed on the event loop.
schedulerHook(Vertx) - Static method in class io.vertx.rx.java.RxHelper
Create a scheduler hook for a Vertx object, the RxJavaSchedulersHook.getIOScheduler() uses a blocking scheduler.
schedulerHook(Vertx) - Static method in class io.vertx.rxjava.core.RxHelper
Create a scheduler hook for a Vertx object.
scriptExists(String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
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.
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<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Check existence of scripts 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 class io.vertx.rxjava.redis.RedisClient
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 class io.vertx.rxjava.redis.RedisClient
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 class io.vertx.rxjava.redis.RedisClient
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<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
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<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Subtract multiple sets and store the resulting set in a key
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 class io.vertx.rxjava.redis.RedisClient
Change the selected database for the current connection
send(Buffer, int, String, Handler<AsyncResult<DatagramSocket>>) - Method in interface io.vertx.core.datagram.DatagramSocket
Write the given Buffer to the SocketAddress.
send(String, int, String, Handler<AsyncResult<DatagramSocket>>) - Method in interface io.vertx.core.datagram.DatagramSocket
Write the given String to the SocketAddress using UTF8 encoding.
send(String, String, int, String, Handler<AsyncResult<DatagramSocket>>) - Method in interface io.vertx.core.datagram.DatagramSocket
Write the given String to the SocketAddress using the given encoding.
send(String, Object) - Method in interface io.vertx.core.eventbus.EventBus
Sends a message.
send(String, Object, Handler<AsyncResult<Message<T>>>) - Method in interface io.vertx.core.eventbus.EventBus
Like EventBus.send(String, Object) but specifying a replyHandler that will be called if the recipient subsequently replies to the message.
send(String, Object, DeliveryOptions) - Method in interface io.vertx.core.eventbus.EventBus
Like EventBus.send(String, Object) but specifying options that can be used to configure the delivery.
send(String, Object, DeliveryOptions, Handler<AsyncResult<Message<T>>>) - Method in interface io.vertx.core.eventbus.EventBus
Like EventBus.send(String, Object, DeliveryOptions) but specifying a replyHandler that will be called if the recipient subsequently replies to the message.
send(Buffer, int, String, Handler<AsyncResult<DatagramSocket>>) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Write the given Buffer to the SocketAddress.
send(String, int, String, Handler<AsyncResult<DatagramSocket>>) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Write the given String to the SocketAddress using UTF8 encoding.
send(String, String, int, String, Handler<AsyncResult<DatagramSocket>>) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Write the given String to the SocketAddress using the given encoding.
send(String, Object) - Method in class io.vertx.rxjava.core.eventbus.EventBus
Sends a message.
send(String, Object, Handler<AsyncResult<Message<T>>>) - Method in class io.vertx.rxjava.core.eventbus.EventBus
Like EventBus.send(java.lang.String, java.lang.Object) but specifying a replyHandler that will be called if the recipient subsequently replies to the message.
send(String, Object, DeliveryOptions) - Method in class io.vertx.rxjava.core.eventbus.EventBus
Like EventBus but specifying options that can be used to configure the delivery.
send(String, Object, DeliveryOptions, Handler<AsyncResult<Message<T>>>) - Method in class io.vertx.rxjava.core.eventbus.EventBus
Like EventBus.send(java.lang.String, java.lang.Object) but specifying a replyHandler that will be called if the recipient subsequently replies to the message.
sender() - Method in interface io.vertx.core.datagram.DatagramPacket
Returns the SocketAddress of the sender that sent this DatagramPacket.
sender(int, String) - Method in interface io.vertx.core.datagram.DatagramSocket
Returns a PacketWritestream able to send Buffer to the SocketAddress.
sender(String) - Method in interface io.vertx.core.eventbus.EventBus
Create a message sender against the specified address.
sender(String, DeliveryOptions) - Method in interface io.vertx.core.eventbus.EventBus
Like EventBus.sender(String) but specifying delivery options that will be used for configuring the delivery of the message.
sender() - Method in class io.vertx.rxjava.core.datagram.DatagramPacket
Returns the SocketAddress of the sender that sent this DatagramPacket.
sender(int, String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Returns a PacketWritestream able to send to the SocketAddress.
sender(String) - Method in class io.vertx.rxjava.core.eventbus.EventBus
Create a message sender against the specified address.
sender(String, DeliveryOptions) - Method in class io.vertx.rxjava.core.eventbus.EventBus
Like EventBus.sender(java.lang.String) but specifying delivery options that will be used for configuring the delivery of the message.
sendFile(String) - Method in interface io.vertx.core.http.HttpServerResponse
Ask the OS to stream a file as specified by filename directly from disk to the outgoing connection, bypassing userspace altogether (where supported by the underlying operating system.
sendFile(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.http.HttpServerResponse
Like HttpServerResponse.sendFile(String) but providing a handler which will be notified once the file has been completely written to the wire.
sendFile(String) - 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) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Ask the OS to stream a file as specified by filename directly from disk to the outgoing connection, bypassing userspace altogether (where supported by the underlying operating system.
sendFile(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Like HttpServerResponse.sendFile(java.lang.String) but providing a handler which will be notified once the file has been completely written to the wire.
sendFile(String) - Method in class io.vertx.rxjava.core.net.NetSocket
Tell the operating system to stream a file as specified by filename directly from disk to the outgoing connection, bypassing userspace altogether (where supported by the underlying operating system.
sendFile(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.net.NetSocket
Same as NetSocket.sendFile(java.lang.String) but also takes a handler that will be called when the send has completed or a failure has occurred
sendFileObservable(String) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Like HttpServerResponse.sendFile(java.lang.String) but providing a handler which will be notified once the file has been completely written to the wire.
sendFileObservable(String) - Method in class io.vertx.rxjava.core.net.NetSocket
Same as NetSocket.sendFile(java.lang.String) but also takes a handler that will be called when the send has completed or a failure has occurred
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() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
Forces the head of the request to be written before HttpClientRequest.end(java.lang.String) is called on the request or any data is written to it.
sendMail(MailMessage, Handler<AsyncResult<MailResult>>) - Method in interface io.vertx.ext.mail.MailClient
send a single mail via MailClient
sendMail(MailMessage, Handler<AsyncResult<MailResult>>) - Method in interface io.vertx.ext.mail.MailService
 
sendMail(MailMessage, Handler<AsyncResult<MailResult>>) - Method in class io.vertx.ext.mail.MailServiceVertxEBProxy
 
sendMail(MailMessage, Handler<AsyncResult<MailResult>>) - Method in class io.vertx.rxjava.ext.mail.MailClient
send a single mail via MailClient
sendMail(MailMessage, Handler<AsyncResult<MailResult>>) - Method in class io.vertx.rxjava.ext.mail.MailService
 
sendMailObservable(MailMessage) - Method in class io.vertx.rxjava.ext.mail.MailClient
send a single mail via MailClient
sendMailObservable(MailMessage) - Method in class io.vertx.rxjava.ext.mail.MailService
 
sendObservable(Buffer, int, String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Write the given Buffer to the SocketAddress.
sendObservable(String, int, String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Write the given String to the SocketAddress using UTF8 encoding.
sendObservable(String, String, int, String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Write the given String to the SocketAddress using the given encoding.
sendObservable(String, Object) - Method in class io.vertx.rxjava.core.eventbus.EventBus
Like EventBus.send(java.lang.String, java.lang.Object) but specifying a replyHandler that will be called if the recipient subsequently replies to the message.
sendObservable(String, Object, DeliveryOptions) - Method in class io.vertx.rxjava.core.eventbus.EventBus
Like EventBus.send(java.lang.String, java.lang.Object) but specifying a replyHandler that will be called if the recipient subsequently replies to the message.
SERVER - Static variable in class io.vertx.core.http.HttpHeaders
Server header name
ServerOptionsBase - Class in io.vertx.core.net
 
ServerOptionsBase() - Constructor for class io.vertx.core.net.ServerOptionsBase
 
ServerWebSocket - Interface in io.vertx.core.http
Represents a server side WebSocket.
ServerWebSocket - Class in io.vertx.rxjava.core.http
Represents a server side WebSocket.
ServerWebSocket(ServerWebSocket) - Constructor for class io.vertx.rxjava.core.http.ServerWebSocket
 
ServerWebSocketStream - Interface in io.vertx.core.http
A ReadStream of ServerWebSocket, used for notifying web socket connections to a HttpServer.
ServerWebSocketStream - Class in io.vertx.rxjava.core.http
A ReadStream of ServerWebSocket, used for notifying web socket connections to a HttpServer.
ServerWebSocketStream(ServerWebSocketStream) - Constructor for class io.vertx.rxjava.core.http.ServerWebSocketStream
 
service() - Method in interface io.vertx.core.dns.SrvRecord
Returns the service's name (i.e.
service() - Method in class io.vertx.rxjava.core.dns.SrvRecord
Returns the service's name (i.e.
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
 
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.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(String, String) - Method in interface io.vertx.core.MultiMap
Sets a value under the specified name.
set(CharSequence, CharSequence) - Method in interface io.vertx.core.MultiMap
Like MultiMap.set(String, String) but accepting CharSequence as parameters
set(String, Iterable<String>) - Method in interface io.vertx.core.MultiMap
Sets values for the specified name.
set(CharSequence, Iterable<CharSequence>) - Method in interface io.vertx.core.MultiMap
Like MultiMap.set(String, Iterable) but accepting CharSequence as parameters
set(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Set the string value of a key
set(String, String) - 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_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.http.HttpServerOptions
 
setAcceptBacklog(int) - Method in class io.vertx.core.net.NetServerOptions
Set the accept back log
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.ext.web.handler.sockjs.PermittedOptions
The exact address the message is being sent to.
setAddressRegex(String) - Method in class io.vertx.ext.web.handler.sockjs.PermittedOptions
A regular expression that will be matched against the address.
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(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
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
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 the result of getAttachment when using this method returns an unmodifiable list, if you want to be able to add attachments later, please use setAttachment(new ArrayList<MailAttachment>()) instead
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
setAuthenticationQuery(String) - Method in interface io.vertx.ext.auth.jdbc.JDBCAuth
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.
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.common.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.
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, String, 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, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
Set the binary string value of a key - without encoding as utf-8
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<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
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(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
 
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
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.
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.
setClientAuthRequired(boolean) - Method in class io.vertx.core.http.HttpServerOptions
 
setClientAuthRequired(boolean) - Method in class io.vertx.core.net.NetServerOptions
Set whether client auth is required
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.VertxOptions
Set the value of cluster ping 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.
setCodecName(String) - Method in class io.vertx.core.eventbus.DeliveryOptions
Set the codec name.
setCompressionSupported(boolean) - Method in class io.vertx.core.http.HttpServerOptions
Set whether the server supports compression
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(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.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
 
setContentType(String) - Method in class io.vertx.ext.mail.MailAttachment
set the Content-Type
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.
setData(Buffer) - Method in class io.vertx.ext.mail.MailAttachment
set the data
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.
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.
setDescription(String) - Method in class io.vertx.ext.mail.MailAttachment
set the description field to be used in the attachment
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
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.
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
 
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
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 class io.vertx.rxjava.redis.RedisClient
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
setExtraClasspath(List<String>) - Method in class io.vertx.core.DeploymentOptions
Set any extra classpath to be used when deploying the verticle.
setFields(JsonObject) - Method in class io.vertx.ext.mongo.FindOptions
Set the fields
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
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.
setHandler(Handler<AsyncResult<T>>) - Method in interface io.vertx.core.Future
Set a handler for the result.
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.Future
Set a handler for the result.
setHashStrategy(JDBCHashStrategy) - Method in interface io.vertx.ext.auth.jdbc.JDBCAuth
Set the hash strategy to use.
setHeaders(MultiMap) - Method in class io.vertx.core.eventbus.DeliveryOptions
Set message headers from a multi-map.
setHeaders(MultiMap) - Method in class io.vertx.ext.mail.MailMessage
set the headers to be set before filling our headers
setHeartbeatInterval(long) - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
 
setHost(String) - Method in class io.vertx.core.http.HttpServerOptions
 
setHost(String) - Method in class io.vertx.core.net.NetServerOptions
Set the host
setHostname(String) - Method in class io.vertx.ext.mail.MailConfig
Set the hostname of the smtp server.
setHtml(String) - Method in class io.vertx.ext.mail.MailMessage
set the html text of this mail
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.
setId(String) - Method in class io.vertx.redis.op.KillFilter
Set ID filter
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.mail.MailConfig
set the timeout for idle smtp connections (in seconds) if not set, the default is 300 seconds
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
setInboundPermitted(List<PermittedOptions>) - Method in class io.vertx.ext.web.handler.sockjs.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
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
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
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
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.
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
setKeyPath(String) - Method in class io.vertx.core.net.PemKeyCertOptions
Set the path to the key file
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.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.
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
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
 
setLogin(LoginOption) - Method in class io.vertx.ext.mail.MailConfig
Set the login mode for the connection.
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.
setLoopbackModeDisabled(boolean) - Method in class io.vertx.core.datagram.DatagramSocketOptions
Set if loopback mode is disabled
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
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
setMaxEventLoopExecuteTime(long) - Method in class io.vertx.core.VertxOptions
Sets the value of max event loop execute time, in ns.
setMaxHandlersPerSocket(int) - Method in class io.vertx.ext.web.handler.sockjs.BridgeOptions
 
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
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.VertxOptions
Sets the value of max worker execute time, in ns.
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
 
setMetricsOptions(MetricsOptions) - Method in class io.vertx.core.VertxOptions
Set the metrics options
setMode(String) - Method in interface io.vertx.ext.web.templ.ThymeleafTemplateEngine
Set the mode for the engine
setMode(String) - 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
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.SessionHandler
Set whether a nagging log warning should be written if the session handler is accessed over HTTP, not HTTPS
setName(String) - Method in class io.vertx.ext.mail.MailAttachment
set the name
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<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Set the value of a key, only if the key does not exist
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
 
setOutboundPermitted(List<PermittedOptions>) - Method in class io.vertx.ext.web.handler.sockjs.BridgeOptions
 
setOutput(Handler<Buffer>) - Method in interface io.vertx.core.parsetools.RecordParser
 
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
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.ext.mail.MailConfig
Set the password for the login.
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.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.
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
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.
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.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.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.
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
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
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.ext.mail.MailConfig
Set the port of the smtp server.
setPX(long) - Method in class io.vertx.redis.op.SetOptions
 
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<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Overwrite part of a string at key starting at the specified offset
setRead(boolean) - Method in class io.vertx.core.file.OpenOptions
Set whether the file is to be opened for reading
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.
setReceiveBufferSize(int) - Method in class io.vertx.core.datagram.DatagramSocketOptions
 
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
setRecipients(List<String>) - Method in class io.vertx.ext.mail.MailResult
 
setReconnectAttempts(int) - Method in class io.vertx.core.net.NetClientOptions
Set the value of reconnect attempts
setReconnectInterval(long) - Method in class io.vertx.core.net.NetClientOptions
Set the reconnect interval
setRegistryName(String) - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
Set the name used for registering the metrics in the Dropwizard shared registry.
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
 
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
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.core.datagram.DatagramSocketOptions
 
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
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.
setRolesQuery(String) - Method in interface io.vertx.ext.auth.jdbc.JDBCAuth
Set the roles query to use.
setRolesQuery(String) - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuth
Set the roles query to use.
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
setSendBufferSize(int) - Method in class io.vertx.core.datagram.DatagramSocketOptions
 
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
setSendTimeout(long) - Method in class io.vertx.core.eventbus.DeliveryOptions
Set the send timeout.
setSession(Session) - Method in interface io.vertx.ext.web.RoutingContext
Set the session.
setSession(Session) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Set the session.
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 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
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.
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
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
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
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.
setStarttls(StartTLSOptions) - Method in class io.vertx.ext.mail.MailConfig
Set the tls security mode for the connection.
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
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.
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
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
setText(String) - Method in class io.vertx.ext.mail.MailMessage
set the plain text of this mail
setTimeout(long) - Method in interface io.vertx.core.http.HttpClientRequest
Set's the amount of time after which if a response is not received TimeoutException will be sent to the exception handler of this request.
setTimeout(long) - Method in class io.vertx.ext.unit.TestOptions
Set the test timeout.
setTimeout(long) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
Set's the amount of time after which if a response is not received TimeoutException will be sent to the exception handler of this request.
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.
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.
setTrafficClass(int) - Method in class io.vertx.core.datagram.DatagramSocketOptions
 
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
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.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
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
setTryUseCompression(boolean) - Method in class io.vertx.core.http.HttpClientOptions
Set whether compression is enabled
setType(MatchType) - Method in class io.vertx.ext.dropwizard.Match
Set the type of matching to apply.
setType(KillFilter.Type) - Method in class io.vertx.redis.op.KillFilter
Set TYPE filter
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
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.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
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.
setUsername(String) - Method in class io.vertx.ext.mail.MailConfig
Set the username for the login.
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
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 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
setVerifyHost(boolean) - Method in class io.vertx.core.http.HttpClientOptions
Set whether hostname verification is enabled
setVertx(Vertx) - Method in interface io.vertx.core.spi.cluster.ClusterManager
 
setVertx(Vertx) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
 
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
setWebsocketSubProtocol(String) - Method in class io.vertx.core.http.HttpServerOptions
Set the websocket subprotocols supported by the server.
setWithOptions(String, String, SetOptions, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Set the string value of a key
setWithOptions(String, String, SetOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
Set the string value of a key
setWorker(boolean) - Method in class io.vertx.core.DeploymentOptions
Set whether the verticle(s) should be deployed as a worker verticle
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.
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
 
ShiroAuthRealmType - Enum in io.vertx.ext.auth.shiro
The type of the Shiro auth realm
ShutdownOptions - Enum in io.vertx.redis.op
 
SingleOnSubscribeAdapter<T> - Class in io.vertx.rx.java
 
SingleOnSubscribeAdapter() - Constructor for class io.vertx.rx.java.SingleOnSubscribeAdapter
 
sinter(List<String>, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Intersect multiple sets
sinter(List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
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<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
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<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Determine if a given value is a member of a set
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.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
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 class io.vertx.rxjava.redis.RedisClient
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 class io.vertx.rxjava.redis.RedisClient
Make this server a master
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.
slowlogGet(int, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
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
slowlogLen(Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
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
slowlogReset(Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Reset the Redis slow queries log
slowlogReset(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
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<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
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<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
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
 
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<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Sort the elements in a list, set or sorted set
SortOptions - Class in io.vertx.redis.op
 
SortOptions() - Constructor for class io.vertx.redis.op.SortOptions
 
SortOptions(SortOptions) - Constructor for class io.vertx.redis.op.SortOptions
 
SortOptions(JsonObject) - Constructor for class io.vertx.redis.op.SortOptions
 
specificDurationUnits(Map<String, TimeUnit>) - Method in class io.vertx.ext.dropwizard.reporters.JmxReporter.Builder
Use specific TimeUnits for the duration of the metrics with these names.
specificRateUnits(Map<String, TimeUnit>) - Method in class io.vertx.ext.dropwizard.reporters.JmxReporter.Builder
Use specific TimeUnits for the rate of the metrics with these names.
spop(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Remove and return a random member from a set
spop(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Remove and return a random member from a set
spopMany(String, int, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Remove and return random members from a set
spopMany(String, int, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Remove and return random members from a set
srandmember(String, int, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Get one or multiple random members from a set
srandmember(String, int, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
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<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
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<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Remove one or more members 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<Void>>) - Method in interface io.vertx.redis.RedisClient
Incrementally iterate Set elements
sscan(String, String, ScanOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
Incrementally iterate Set elements
stackTrace() - Method in interface io.vertx.ext.unit.report.Failure
 
stackTrace() - Method in class io.vertx.rxjava.ext.unit.report.Failure
 
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() - 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 class io.vertx.rxjava.core.streams.Pump
Start the Pump.
Starter - Class in io.vertx.core
A main() class that can be used to deploy verticles.
Starter() - Constructor for class io.vertx.core.Starter
 
StartTLSOptions - Enum in io.vertx.ext.mail
possible options for a secure connection using TLS
either DISABLED, OPTIONAL or REQUIRED
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
 
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
 
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 class io.vertx.rxjava.core.streams.Pump
Stop the Pump.
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.
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.
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.
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<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get the length of the value stored in a key
subRef - Variable in class io.vertx.rx.java.SingleOnSubscribeAdapter
 
subscribe(List<String>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Listen for messages published to the given channels
subscribe(List<String>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
Listen for messages published to the given channels
succeeded() - Method in interface io.vertx.core.AsyncResult
Did it succeed?
succeeded() - Method in interface io.vertx.ext.unit.report.TestResult
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() - 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.
sunion(List<String>, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Add multiple sets
sunion(List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
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<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Add multiple sets and store the resulting set in a key
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
Blocking version of 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(Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Internal command used for replication
sync(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
Internal command used for replication
systemCodecID() - Method in interface io.vertx.core.eventbus.MessageCodec
Used to identify system codecs.

T

target() - Method in interface io.vertx.core.dns.SrvRecord
Returns the name of the host for the service.
target() - Method in class io.vertx.rxjava.core.dns.SrvRecord
Returns the name of the host for the service.
TCPMetrics<S> - Interface in io.vertx.core.spi.metrics
An SPI used internally by Vert.x to gather metrics on a net socket which serves as a base class for things like HttpServer and HttpClient, all of which serve TCP connections.

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

TCPSSLOptions - Class in io.vertx.core.net
Base class.
TCPSSLOptions() - Constructor for class io.vertx.core.net.TCPSSLOptions
Default constructor
TCPSSLOptions(TCPSSLOptions) - Constructor for class io.vertx.core.net.TCPSSLOptions
Copy constructor
TCPSSLOptions(JsonObject) - Constructor for class io.vertx.core.net.TCPSSLOptions
Create options from JSON
TemplateEngine - Interface in io.vertx.ext.web.templ
A template engine uses a specific template and the data in a routing context to render a resource into a buffer.
TemplateEngine - Class in io.vertx.rxjava.ext.web.templ
A template engine uses a specific template and the data in a routing context to render a resource into a buffer.
TemplateEngine(TemplateEngine) - Constructor for class io.vertx.rxjava.ext.web.templ.TemplateEngine
 
TemplateHandler - Interface in io.vertx.ext.web.handler
A handler which renders responses using a template engine and where the template name is selected from the URI path.
TemplateHandler - Class in io.vertx.rxjava.ext.web.handler
A handler which renders responses using a template engine and where the template name is selected from the URI path.
TemplateHandler(TemplateHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.TemplateHandler
 
test(String, Handler<TestContext>) - Method in interface io.vertx.ext.unit.TestSuite
Add a new test case to the suite.
test(String, Handler<TestContext>) - Method in class io.vertx.rxjava.ext.unit.TestSuite
Add a new test case to the suite.
TestCase - Interface in io.vertx.ext.unit
A test case object can be used to create a single test.
TestCase - Class in io.vertx.rxjava.ext.unit
A test case object can be used to create a single test.
TestCase - Class in io.vertx.rxjava.ext.unit
A test case object can be used to create a single test.
TestCase(TestCase) - Constructor for class io.vertx.rxjava.ext.unit.TestCase
 
TestCaseReport - Interface in io.vertx.ext.unit.report
Report the execution of a test case.
TestCaseReport - Class in io.vertx.rxjava.ext.unit.report
Report the execution of a test case.
TestCaseReport - Class in io.vertx.rxjava.ext.unit.report
Report the execution of a test case.
TestCaseReport(TestCaseReport) - Constructor for class io.vertx.rxjava.ext.unit.report.TestCaseReport
 
TestCompletion - Interface in io.vertx.ext.unit
This object provides callback-ability for the end of a test suite.
TestCompletion - Class in io.vertx.rxjava.ext.unit
This object provides callback-ability for the end of a test suite.
TestCompletion - Class in io.vertx.rxjava.ext.unit
This object provides callback-ability for the end of a test suite.
TestCompletion(TestCompletion) - Constructor for class io.vertx.rxjava.ext.unit.TestCompletion
 
TestContext - Interface in io.vertx.ext.unit
The test context is used for performing test assertions and manage the completion of the test.
TestContext - Class in io.vertx.rxjava.ext.unit
The test context is used for performing test assertions and manage the completion of the test.
TestContext - Class in io.vertx.rxjava.ext.unit
The test context is used for performing test assertions and manage the completion of the test.
TestContext(TestContext) - Constructor for class io.vertx.rxjava.ext.unit.TestContext
 
testName(FrameworkMethod) - Method in class io.vertx.ext.unit.junit.VertxUnitRunnerWithParameters
 
TestOptions - Class in io.vertx.ext.unit
Test execution options: the timeout in milliseconds, the default value is 2 minutes the useEventLoop configures the event loop usage true always runs with an event loop false never runs with an event loop null uses an event loop if there is one (provided by Vertx.currentContext()) otherwise run without the reporters is an array of reporter configurations
TestOptions() - Constructor for class io.vertx.ext.unit.TestOptions
Create a new empty options, with the default time out and no reporters.
TestOptions(TestOptions) - Constructor for class io.vertx.ext.unit.TestOptions
Copy constructor.
TestOptions(JsonObject) - Constructor for class io.vertx.ext.unit.TestOptions
Create a new options from the specified json.
TestResult - Interface in io.vertx.ext.unit.report
The result of a test.
TestResult - Class in io.vertx.rxjava.ext.unit.report
The result of a test.
TestResult - Class in io.vertx.rxjava.ext.unit.report
The result of a test.
TestResult(TestResult) - Constructor for class io.vertx.rxjava.ext.unit.report.TestResult
 
TestSuite - Interface in io.vertx.ext.unit
A named suite of test cases that are executed altogether.
TestSuite - Class in io.vertx.rxjava.ext.unit
A named suite of test cases that are executed altogether.
TestSuite - Class in io.vertx.rxjava.ext.unit
A named suite of test cases that are executed altogether.
TestSuite(TestSuite) - Constructor for class io.vertx.rxjava.ext.unit.TestSuite
 
TestSuiteReport - Interface in io.vertx.ext.unit.report
The test suite reports is basically a stream of events reporting the test suite execution.
TestSuiteReport - Class in io.vertx.rxjava.ext.unit.report
The test suite reports is basically a stream of events reporting the test suite execution.
TestSuiteReport - Class in io.vertx.rxjava.ext.unit.report
The test suite reports is basically a stream of events reporting the test suite execution.
TestSuiteReport(TestSuiteReport) - Constructor for class io.vertx.rxjava.ext.unit.report.TestSuiteReport
 
TEXT_HTML - Static variable in class io.vertx.core.http.HttpHeaders
text/html header value
textData() - Method in interface io.vertx.core.http.WebSocketFrame
 
textData() - Method in class io.vertx.rxjava.core.http.WebSocketFrame
 
textFrame(String, boolean) - Static method in interface io.vertx.core.http.WebSocketFrame
Create a text WebSocket frame.
textFrame(String, boolean) - Method in interface io.vertx.core.spi.WebSocketFrameFactory
 
textFrame(String, boolean) - Static method in class io.vertx.rxjava.core.http.WebSocketFrame
Create a text WebSocket frame.
textHandlerID() - Method in interface io.vertx.core.http.WebSocketBase
When a Websocket is created it automatically registers an event handler with the eventbus, the ID of that handler is given by textHandlerID.
textHandlerID() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
When a Websocket is created it automatically registers an event handler with the eventbus, the ID of that handler is given by textHandlerID.
textHandlerID() - Method in class io.vertx.rxjava.core.http.WebSocket
When a Websocket is created it automatically registers an event handler with the eventbus, the ID of that handler is given by textHandlerID.
textHandlerID() - Method in interface io.vertx.rxjava.core.http.WebSocketBase
When a Websocket is created it automatically registers an event handler with the eventbus, the ID of that handler is given by textHandlerID.
ThroughputMeter - Class in io.vertx.ext.dropwizard
A throughput metric, wraps a Meter object to provide a one second instant throughput value returned by ThroughputMeter.getValue().
ThroughputMeter() - Constructor for class io.vertx.ext.dropwizard.ThroughputMeter
 
ThroughputTimer - Class in io.vertx.ext.dropwizard
A throughput metric, wraps a Meter object to provide a one second instant throughput value returned by ThroughputTimer.getValue().
ThroughputTimer() - Constructor for class io.vertx.ext.dropwizard.ThroughputTimer
 
ThymeleafTemplateEngine - Interface in io.vertx.ext.web.templ
A template engine that uses the Thymeleaf library.
ThymeleafTemplateEngine - Class in io.vertx.rxjava.ext.web.templ
A template engine that uses the Thymeleaf library.
ThymeleafTemplateEngine(ThymeleafTemplateEngine) - Constructor for class io.vertx.rxjava.ext.web.templ.ThymeleafTemplateEngine
 
time(Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Return the current server time
time(Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Return the current server time
timeout() - Method in interface io.vertx.ext.web.Session
 
timeout() - Method in class io.vertx.rxjava.ext.web.Session
 
TimeoutHandler - Interface in io.vertx.ext.web.handler
Handler that will timeout requests if the response has not been written after a certain time.
TimeoutHandler - Class in io.vertx.rxjava.ext.web.handler
Handler that will timeout requests if the response has not been written after a certain time.
TimeoutHandler(TimeoutHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.TimeoutHandler
 
TimeoutStream - Interface in io.vertx.core
A timeout stream is triggered by a timer, the Handler will be call when the timer is fired, it can be once or several times depending on the nature of the timer related to this stream.
TimeoutStream - Class in io.vertx.rxjava.core
A timeout stream is triggered by a timer, the Handler will be call when the timer is fired, it can be once or several times depending on the nature of the timer related to this stream.
TimeoutStream(TimeoutStream) - Constructor for class io.vertx.rxjava.core.TimeoutStream
 
timerCreated(long) - Method in interface io.vertx.core.spi.metrics.VertxMetrics
Called when a timer is created No specific thread and context can be expected when this method is called.
timerEnded(long, boolean) - Method in interface io.vertx.core.spi.metrics.VertxMetrics
Called when a timer has ended (setTimer) or has been cancelled.

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

timerStream(long) - Method in interface io.vertx.core.Vertx
Returns a one-shot timer as a read stream.
timerStream(long) - Method in class io.vertx.rxjava.core.Vertx
Returns a one-shot timer as a read stream.
toFuture(Observer<T>) - Static method in class io.vertx.rx.java.RxHelper
Adapt a Subscriber as a Handler<AsyncResult<T>>;.
toFuture(Action1<T>) - Static method in class io.vertx.rx.java.RxHelper
Adapt an item callback as a Handler<AsyncResult<T>>.
toFuture(Action1<T>, Action1<Throwable>) - Static method in class io.vertx.rx.java.RxHelper
Adapt an item callback and an error callback as a Handler<AsyncResult<T>>.
toFuture(Action1<T>, Action1<Throwable>, Action0) - Static method in class io.vertx.rx.java.RxHelper
Adapt an item callback and an error callback as a Handler<AsyncResult<T>>.
toHandler() - Method in class io.vertx.rx.java.ObservableFuture
 
toHandler() - Method in class io.vertx.rx.java.ObservableHandler
 
toHandler(Observer<T>) - Static method in class io.vertx.rx.java.RxHelper
Adapt a Subscriber as a Handler<T>;.
toHandler(Action1<T>) - Static method in class io.vertx.rx.java.RxHelper
Adapt an item callback as a Handler<T>.
toInt() - Method in enum io.vertx.core.eventbus.ReplyFailure
 
toJson() - Method in class io.vertx.core.DeploymentOptions
Convert this to JSON
toJson() - Method in class io.vertx.core.metrics.MetricsOptions
 
toJSON() - Method in class io.vertx.ext.auth.jwt.JWTOptions
 
toJson() - Method in class io.vertx.ext.mail.MailAttachment
convert this object to JSON representation
toJson() - Method in class io.vertx.ext.mail.MailConfig
convert config object to Json representation
toJson() - Method in class io.vertx.ext.mail.MailMessage
convert the mail message to Json representation
toJson() - Method in class io.vertx.ext.mail.MailResult
 
toJson() - Method in class io.vertx.ext.mongo.FindOptions
Convert to JSON
toJson() - Method in class io.vertx.ext.mongo.UpdateOptions
 
toJson() - Method in class io.vertx.ext.unit.report.ReportingOptions
 
toJson() - Method in class io.vertx.ext.unit.report.ReportOptions
 
toJson() - Method in class io.vertx.ext.unit.TestOptions
 
toJson() - Method in class io.vertx.redis.op.KillFilter
 
toJson() - Method in class io.vertx.redis.op.LimitOptions
 
toJson() - Method in class io.vertx.redis.op.MigrateOptions
 
toJson() - Method in class io.vertx.redis.op.RangeLimitOptions
 
toJson() - Method in class io.vertx.redis.op.ScanOptions
 
toJson() - Method in class io.vertx.redis.op.SetOptions
 
toJson() - Method in class io.vertx.redis.op.SortOptions
 
toJsonArray() - Method in enum io.vertx.redis.op.AggregateOptions
 
toJsonArray() - Method in class io.vertx.redis.op.KillFilter
 
toJsonArray() - Method in class io.vertx.redis.op.LimitOptions
 
toJsonArray() - Method in class io.vertx.redis.op.MigrateOptions
 
toJsonArray() - Method in class io.vertx.redis.op.RangeLimitOptions
 
toJsonArray() - Method in enum io.vertx.redis.op.RangeOptions
 
toJsonArray() - Method in class io.vertx.redis.op.ScanOptions
 
toJsonArray() - Method in class io.vertx.redis.op.SetOptions
 
toJsonArray() - Method in enum io.vertx.redis.op.ShutdownOptions
 
toJsonArray() - Method in class io.vertx.redis.op.SortOptions
 
toObservable(ReadStream<T>) - Static method in class io.vertx.rx.java.RxHelper
Adapts a Vert.x io.vertx.core.streams.ReadStream to an RxJava Observable.
toObservable() - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
 
toObservable() - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
 
toObservable() - Method in class io.vertx.rxjava.core.file.AsyncFile
 
toObservable() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
 
toObservable() - Method in class io.vertx.rxjava.core.http.HttpClientResponse
 
toObservable() - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
 
toObservable() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
toObservable() - Method in class io.vertx.rxjava.core.http.HttpServerRequestStream
 
toObservable() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
toObservable() - Method in class io.vertx.rxjava.core.http.ServerWebSocketStream
 
toObservable() - Method in class io.vertx.rxjava.core.http.WebSocket
 
toObservable() - Method in class io.vertx.rxjava.core.http.WebSocketStream
 
toObservable() - Method in class io.vertx.rxjava.core.net.NetSocket
 
toObservable() - Method in class io.vertx.rxjava.core.net.NetSocketStream
 
toObservable() - Method in interface io.vertx.rxjava.core.streams.ReadStream
 
toObservable() - Method in class io.vertx.rxjava.core.TimeoutStream
 
toObservable() - Method in class io.vertx.rxjava.ext.unit.report.TestSuiteReport
 
toObservable() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
 
toString(String) - Method in interface io.vertx.core.buffer.Buffer
Returns a String representation of the Buffer with the encoding specified by enc
toString() - Method in enum io.vertx.core.dns.DnsResponseCode
Returns a formatted error message for this DnsResponseCode.
toString() - Method in exception io.vertx.core.eventbus.ReplyException
 
toString() - Method in class io.vertx.core.http.CaseInsensitiveHeaders
 
toString() - Method in class io.vertx.core.json.JsonArray
 
toString() - Method in class io.vertx.core.json.JsonObject
 
toString() - Method in class io.vertx.ext.mail.mailencoder.EmailAddress
get a representation of the address (this is mostly for testing)
toString() - Method in class io.vertx.ext.mail.MailResult
 
toString(String) - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns a String representation of the Buffer with the encoding specified by enc
totalSpace() - Method in interface io.vertx.core.file.FileSystemProps
 
totalSpace() - Method in class io.vertx.rxjava.core.file.FileSystemProps
 
trace(Object) - Method in class io.vertx.core.logging.JULLogDelegate
 
trace(Object, Throwable) - Method in class io.vertx.core.logging.JULLogDelegate
 
trace(Object) - Method in class io.vertx.core.logging.Log4jLogDelegate
 
trace(Object, Throwable) - Method in class io.vertx.core.logging.Log4jLogDelegate
 
trace(Object) - Method in class io.vertx.core.logging.Logger
 
trace(Object, Throwable) - Method in class io.vertx.core.logging.Logger
 
trace(Object) - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
trace(Object, Throwable) - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
trace(Object) - Method in interface io.vertx.core.spi.logging.LogDelegate
 
trace(Object, Throwable) - Method in interface io.vertx.core.spi.logging.LogDelegate
 
trace() - Method in interface io.vertx.ext.web.Router
Add a route that matches any HTTP TRACE request
trace(String) - Method in interface io.vertx.ext.web.Router
Add a route that matches a HTTP TRACE request and the specified path
trace() - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches any HTTP TRACE request
trace(String) - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches a HTTP TRACE request and the specified path
traceWithRegex(String) - Method in interface io.vertx.ext.web.Router
Add a route that matches a HTTP TRACE request and the specified path regex
traceWithRegex(String) - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches a HTTP TRACE request and the specified path regex
trailers() - Method in interface io.vertx.core.http.HttpClientResponse
 
trailers() - Method in interface io.vertx.core.http.HttpServerResponse
 
trailers() - Method in class io.vertx.rxjava.core.http.HttpClientResponse
 
trailers() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
 
TRANSFER_ENCODING - Static variable in class io.vertx.core.http.HttpHeaders
Transfer-Encoding header name
transform(S) - Method in interface io.vertx.core.eventbus.MessageCodec
If a message is sent locally across the event bus, this method is called to transform the message from the sent type S to the received type R
Transport - Enum in io.vertx.ext.web.handler.sockjs
The available SockJS transports
truncate(String, long, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
Truncate the file represented by path to length len in bytes, asynchronously.
truncate(String, long, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Truncate the file represented by path to length len in bytes, asynchronously.
truncateBlocking(String, long) - Method in interface io.vertx.core.file.FileSystem
truncateBlocking(String, long) - Method in class io.vertx.rxjava.core.file.FileSystem
Blocking version of FileSystem
truncateObservable(String, long) - Method in class io.vertx.rxjava.core.file.FileSystem
Truncate the file represented by path to length len in bytes, asynchronously.
TrustOptions - Interface in io.vertx.core.net
Certification authority configuration options.
ttl(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Get the time to live for a key
ttl(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get the time to live for a key
type() - Method in interface io.vertx.ext.web.handler.sockjs.BridgeEvent
 
type(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Determine the type stored at key
type() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.BridgeEvent
 
type(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Determine the type stored at key

U

unallocatedSpace() - Method in interface io.vertx.core.file.FileSystemProps
 
unallocatedSpace() - Method in class io.vertx.rxjava.core.file.FileSystemProps
 
unblock() - Method in class io.vertx.core.Starter
 
undeploy(String) - Method in interface io.vertx.core.Vertx
Undeploy a verticle deployment.
undeploy(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.Vertx
Like Vertx.undeploy(String) but the completionHandler will be notified when the undeployment is complete.
undeploy(String) - Method in class io.vertx.rxjava.core.Vertx
Undeploy a verticle deployment.
undeploy(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.Vertx
Like Vertx but the completionHandler will be notified when the undeployment is complete.
undeployObservable(String) - Method in class io.vertx.rxjava.core.Vertx
Like Vertx but the completionHandler will be notified when the undeployment is complete.
unlink(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
Unlinks the link on the file system represented by the path link, asynchronously.
unlink(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Unlinks the link on the file system represented by the path link, asynchronously.
unlinkBlocking(String) - Method in interface io.vertx.core.file.FileSystem
unlinkBlocking(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Blocking version of FileSystem
unlinkObservable(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Unlinks the link on the file system represented by the path link, asynchronously.
unlistenMulticastGroup(String, Handler<AsyncResult<DatagramSocket>>) - Method in interface io.vertx.core.datagram.DatagramSocket
Leaves a multicast group and stops listening for packets send to it.
unlistenMulticastGroup(String, String, String, Handler<AsyncResult<DatagramSocket>>) - Method in interface io.vertx.core.datagram.DatagramSocket
Leaves a multicast group and stops listening for packets send to it on the given network interface.
unlistenMulticastGroup(String, Handler<AsyncResult<DatagramSocket>>) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Leaves a multicast group and stops listening for packets send to it.
unlistenMulticastGroup(String, String, String, Handler<AsyncResult<DatagramSocket>>) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Leaves a multicast group and stops listening for packets send to it on the given network interface.
unlistenMulticastGroupObservable(String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Leaves a multicast group and stops listening for packets send to it.
unlistenMulticastGroupObservable(String, String, String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Leaves a multicast group and stops listening for packets send to it on the given network interface.
unmarshaller(Class<T>) - Static method in class io.vertx.rx.java.RxHelper
Returns a json unmarshaller for the specified java type as a Observable.Operator instance.

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

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

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

unmarshaller(Class<T>) - Static method in class io.vertx.rxjava.core.RxHelper
Returns a json unmarshaller for the specified java type as a Observable.Operator instance.

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

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

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

UnmarshallerOperator<T,B> - Class in io.vertx.rx.java
An operator
UnmarshallerOperator(Class<T>) - Constructor for class io.vertx.rx.java.UnmarshallerOperator
 
unregister() - Method in interface io.vertx.core.eventbus.MessageConsumer
Unregisters the handler which created this registration
unregister(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.eventbus.MessageConsumer
Unregisters the handler which created this registration
unregister() - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
Unregisters the handler which created this registration
unregister(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
Unregisters the handler which created this registration
unregisterCodec(String) - Method in interface io.vertx.core.eventbus.EventBus
Unregister a message codec.
unregisterDefaultCodec(Class) - Method in interface io.vertx.core.eventbus.EventBus
Unregister a default message codec.
unregisterObservable() - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
Unregisters the handler which created this registration
unregisterVerticleFactory(VerticleFactory) - Method in interface io.vertx.core.Vertx
Unregister a VerticleFactory
unsubscribe(List<String>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Stop listening for messages posted to the given channels
unsubscribe(List<String>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
Stop listening for messages posted to the given channels
unwatch(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Forget about all watched keys
unwatch(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Forget about all watched keys
unwrap(B) - Method in class io.vertx.rx.java.UnmarshallerOperator
 
update(long, TimeUnit) - Method in class io.vertx.ext.dropwizard.ThroughputTimer
 
update(String, JsonObject, JsonObject, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoClient
Update matching documents in the specified collection
update(String, JsonObject, JsonObject, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Update matching documents in the specified collection
updateObservable(String, JsonObject, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Update matching documents in the specified collection
UpdateOptions - Class in io.vertx.ext.mongo
Options for configuring updates.
UpdateOptions() - Constructor for class io.vertx.ext.mongo.UpdateOptions
Default constructor
UpdateOptions(boolean) - Constructor for class io.vertx.ext.mongo.UpdateOptions
Constructor specify upsert
UpdateOptions(boolean, boolean) - Constructor for class io.vertx.ext.mongo.UpdateOptions
Constructor specify upsert and multu
UpdateOptions(UpdateOptions) - Constructor for class io.vertx.ext.mongo.UpdateOptions
Copy constructor
UpdateOptions(JsonObject) - Constructor for class io.vertx.ext.mongo.UpdateOptions
Constructor from JSON
updateWithOptions(String, JsonObject, JsonObject, UpdateOptions, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoClient
Update matching documents in the specified collection, specifying options
updateWithOptions(String, JsonObject, JsonObject, UpdateOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Update matching documents in the specified collection, specifying options
updateWithOptionsObservable(String, JsonObject, JsonObject, UpdateOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Update matching documents in the specified collection, specifying options
UPGRADE - Static variable in class io.vertx.core.http.HttpHeaders
Upgrade header value
upgrade() - Method in interface io.vertx.core.http.HttpServerRequest
Upgrade the connection to a WebSocket connection.
upgrade() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
Upgrade the connection to a WebSocket connection.
upgradeToSsl(Handler<Void>) - Method in interface io.vertx.core.net.NetSocket
Upgrade channel to use SSL/TLS.
upgradeToSsl(Handler<Void>) - Method in class io.vertx.rxjava.core.net.NetSocket
Upgrade channel to use SSL/TLS.
uploadedFileName() - Method in interface io.vertx.ext.web.FileUpload
 
uploadedFileName() - Method in class io.vertx.rxjava.ext.web.FileUpload
 
uploadHandler(Handler<HttpServerFileUpload>) - Method in interface io.vertx.core.http.HttpServerRequest
Set an upload handler.
uploadHandler(Handler<HttpServerFileUpload>) - Method in class io.vertx.rxjava.core.http.HttpServerRequest
Set an upload handler.
uri() - Method in interface io.vertx.core.http.HttpClientRequest
 
uri() - Method in interface io.vertx.core.http.HttpServerRequest
 
uri() - Method in interface io.vertx.core.http.ServerWebSocket
 
uri() - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
Return the URI corresponding to the last request for this socket or the websocket handshake
uri() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
 
uri() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
uri() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
uri() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
Return the URI corresponding to the last request for this socket or the websocket handshake
usableSpace() - Method in interface io.vertx.core.file.FileSystemProps
 
usableSpace() - Method in class io.vertx.rxjava.core.file.FileSystemProps
 
useAlpha() - Method in class io.vertx.redis.op.SortOptions
 
useCopy() - Method in class io.vertx.redis.op.MigrateOptions
 
useDescending() - Method in class io.vertx.redis.op.SortOptions
 
useNormalisedPath(boolean) - Method in interface io.vertx.ext.web.Route
If true then the normalised request path will be used when routing (e.g.
useNormalisedPath(boolean) - Method in class io.vertx.rxjava.ext.web.Route
If true then the normalised request path will be used when routing (e.g.
User - Interface in io.vertx.ext.auth
Represents an authenticates User and contains operations to authorise the user.
user() - Method in interface io.vertx.ext.web.RoutingContext
Get the authenticated user (if any).
User - Class in io.vertx.rxjava.ext.auth.common
Represents an authenticate User and contains operations to authorise the user, using a role/permission based model.
User(User) - Constructor for class io.vertx.rxjava.ext.auth.common.User
 
User - Class in io.vertx.rxjava.ext.auth
Represents an authenticates User and contains operations to authorise the user.
User(User) - Constructor for class io.vertx.rxjava.ext.auth.User
 
user() - Method in class io.vertx.rxjava.ext.web.RoutingContext
Get the authenticated user (if any).
USER_AGENT - Static variable in class io.vertx.core.http.HttpHeaders
User-Agent header name
useReplace() - Method in class io.vertx.redis.op.MigrateOptions
 
UserSessionHandler - Interface in io.vertx.ext.web.handler
This handler should be used if you want to store the User object in the Session so it's available between different requests, without you having re-authenticate each time.
UserSessionHandler - Class in io.vertx.rxjava.ext.web.handler
This handler should be used if you want to store the User object in the Session so it's available between different requests, without you having re-authenticate each time.
UserSessionHandler(UserSessionHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.UserSessionHandler
 
useWithScores() - Method in class io.vertx.redis.op.RangeLimitOptions
 

V

validateConstructor(List<Throwable>) - Method in class io.vertx.ext.unit.junit.VertxUnitRunnerWithParameters
 
validateFields(List<Throwable>) - Method in class io.vertx.ext.unit.junit.VertxUnitRunnerWithParameters
 
validatePublicVoidNoArgMethods(Class<? extends Annotation>, boolean, List<Throwable>) - Method in class io.vertx.ext.unit.junit.VertxUnitRunner
 
validateTestMethod(FrameworkMethod) - Method in class io.vertx.ext.unit.junit.VertxUnitRunner
 
valueOf(String) - Static method in enum io.vertx.core.dns.DnsResponseCode
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum io.vertx.core.dns.DnsResponseCode
Returns the DnsResponseCode that corresponds with the given responseCode.
valueOf(String) - Static method in enum io.vertx.core.eventbus.ReplyFailure
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.core.http.HttpMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.core.http.HttpVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.core.http.WebsocketVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.auth.shiro.ShiroAuthRealmType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.dropwizard.MatchType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.mail.LoginOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.mail.StartTLSOptions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.mongo.WriteOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.web.handler.LoggerHandler.Format
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.web.handler.sockjs.BridgeEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.web.handler.sockjs.Transport
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.redis.op.AggregateOptions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.redis.op.BitOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.redis.op.InsertOptions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.redis.op.KillFilter.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.redis.op.ObjectCmd
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.redis.op.RangeOptions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.redis.op.ShutdownOptions
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.vertx.core.dns.DnsResponseCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.core.eventbus.ReplyFailure
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.core.http.HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.core.http.HttpVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.core.http.WebsocketVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in interface io.vertx.core.shareddata.LocalMap
 
values() - Static method in enum io.vertx.ext.auth.shiro.ShiroAuthRealmType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.dropwizard.MatchType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxHistogramMBean
 
values() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxTimerMBean
 
values() - Static method in enum io.vertx.ext.mail.LoginOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.mail.StartTLSOptions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.mongo.WriteOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.web.handler.LoggerHandler.Format
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.web.handler.sockjs.BridgeEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.web.handler.sockjs.Transport
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.redis.op.AggregateOptions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.redis.op.BitOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.redis.op.InsertOptions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.redis.op.KillFilter.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.redis.op.ObjectCmd
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.redis.op.RangeOptions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.redis.op.ShutdownOptions
Returns an array containing the constants of this enum type, in the order they are declared.
version() - Method in interface io.vertx.core.http.HttpServerRequest
 
version() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
Verticle - Interface in io.vertx.core
A verticle is a piece of code that can be deployed by Vert.x.
verticleDeployed(Verticle) - Method in interface io.vertx.core.spi.metrics.VertxMetrics
Called when a verticle is deployed in Vert.x .

This method is invoked with Context and thread of the deployed verticle and therefore might be different on every invocation.

verticleFactories() - Method in interface io.vertx.core.Vertx
Return the Set of currently registered verticle factories.
VerticleFactory - Interface in io.vertx.core.spi
 
verticleUndeployed(Verticle) - Method in interface io.vertx.core.spi.metrics.VertxMetrics
Called when a verticle is undeployed in Vert.x .

This method is invoked with Context and thread of the deployed verticle and therefore might be different on every invocation, however these are the same than the VertxMetrics.verticleDeployed(io.vertx.core.Verticle) invocation.

vertx - Variable in class io.vertx.core.AbstractVerticle
Reference to the Vert.x instance that deployed this verticle
vertx() - Method in interface io.vertx.core.spi.VertxFactory
 
vertx(VertxOptions) - Method in interface io.vertx.core.spi.VertxFactory
 
vertx - Variable in class io.vertx.core.Starter
 
Vertx - Interface in io.vertx.core
The entry point into the Vert.x Core API.
vertx() - Static method in interface io.vertx.core.Vertx
Creates a non clustered instance using default options.
vertx(VertxOptions) - Static method in interface io.vertx.core.Vertx
Creates a non clustered instance using the specified options
vertx() - Method in class io.vertx.ext.unit.junit.RunTestOnContext
Retrieves the current Vert.x instance, this value varies according to the test life cycle.
vertx() - Method in interface io.vertx.ext.web.RoutingContext
 
vertx - Variable in class io.vertx.rxjava.core.AbstractVerticle
 
Vertx - Class in io.vertx.rxjava.core
The entry point into the Vert.x Core API.
Vertx(Vertx) - Constructor for class io.vertx.rxjava.core.Vertx
 
vertx() - Static method in class io.vertx.rxjava.core.Vertx
Creates a non clustered instance using default options.
vertx(VertxOptions) - Static method in class io.vertx.rxjava.core.Vertx
Creates a non clustered instance using the specified options
vertx() - Method in class io.vertx.rxjava.ext.web.RoutingContext
 
VERTX_OPTIONS_PROP_PREFIX - Static variable in class io.vertx.core.Starter
 
VertxException - Exception in io.vertx.core
 
VertxException(String) - Constructor for exception io.vertx.core.VertxException
Create an instance given a message
VertxException(String, Throwable) - Constructor for exception io.vertx.core.VertxException
Create an instance given a message and a cause
VertxException(Throwable) - Constructor for exception io.vertx.core.VertxException
Create an instance given a cause
VertxFactory - Interface in io.vertx.core.spi
Factory for creating Vertx instances.
VertxLoggerFormatter - Class in io.vertx.core.logging
 
VertxLoggerFormatter() - Constructor for class io.vertx.core.logging.VertxLoggerFormatter
 
VertxMetrics - Interface in io.vertx.core.spi.metrics
The main Vert.x metrics SPI which Vert.x will use internally.
VertxMetricsFactory - Interface in io.vertx.core.spi
A factory for the plugable metrics SPI.
VertxOptions - Class in io.vertx.core
Instances of this class are used to configure Vertx instances.
VertxOptions() - Constructor for class io.vertx.core.VertxOptions
Default constructor
VertxOptions(VertxOptions) - Constructor for class io.vertx.core.VertxOptions
Copy constructor
VertxOptions(JsonObject) - Constructor for class io.vertx.core.VertxOptions
Create an instance from a JsonObject
VertxUnitRunner - Class in io.vertx.ext.unit.junit
A JUnit runner for writing asynchronous tests.
VertxUnitRunner(Class<?>) - Constructor for class io.vertx.ext.unit.junit.VertxUnitRunner
 
VertxUnitRunner(Class<?>, Long) - Constructor for class io.vertx.ext.unit.junit.VertxUnitRunner
 
VertxUnitRunnerWithParameters - Class in io.vertx.ext.unit.junit
 
VertxUnitRunnerWithParameters(TestWithParameters) - Constructor for class io.vertx.ext.unit.junit.VertxUnitRunnerWithParameters
 
VertxUnitRunnerWithParametersFactory - Class in io.vertx.ext.unit.junit
A org.junit.runners.parameterized.ParametersRunnerFactory for a VertxUnitRunner for enabling Vert.x Unit parameterized tests.
VertxUnitRunnerWithParametersFactory() - Constructor for class io.vertx.ext.unit.junit.VertxUnitRunnerWithParametersFactory
 
VertxUnitStatement - Class in io.vertx.ext.unit.junit
A JUnit statemnt that when executed associates the evaluated statement with a Context.
VertxUnitStatement(Supplier<Context>, Statement) - Constructor for class io.vertx.ext.unit.junit.VertxUnitStatement
 
VoidHandler - Class in io.vertx.core
This class can be used for simple handlers which don't receive any value.
VoidHandler() - Constructor for class io.vertx.core.VoidHandler
 

W

warn(Object) - Method in class io.vertx.core.logging.JULLogDelegate
 
warn(Object, Throwable) - Method in class io.vertx.core.logging.JULLogDelegate
 
warn(Object) - Method in class io.vertx.core.logging.Log4jLogDelegate
 
warn(Object, Throwable) - 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) - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
warn(Object, Throwable) - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
warn(Object) - Method in interface io.vertx.core.spi.logging.LogDelegate
 
warn(Object, Throwable) - Method in interface io.vertx.core.spi.logging.LogDelegate
 
watch(List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Watch the given keys to determine execution of the MULTI/EXEC block
watch(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
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(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(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(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(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(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(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(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, 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, 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, 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, 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 - 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(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(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(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(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(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(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(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, 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, 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, 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, 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 - 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(Handler<ServerWebSocket>) - Method in class io.vertx.rxjava.core.http.HttpServer
Set the websocket handler for the server to wsHandler.
websocketStream(int, String, String) - Method in interface io.vertx.core.http.HttpClient
Create a WebSocket stream to the specified port, host and relative request URI
websocketStream(String, String) - Method in interface io.vertx.core.http.HttpClient
Create a WebSocket stream to the specified host, relative request URI and default port
websocketStream(int, String, String, MultiMap) - Method in interface io.vertx.core.http.HttpClient
Create a WebSocket stream to the specified port, host and relative request URI, and with the specified headers
websocketStream(String, String, MultiMap) - Method in interface io.vertx.core.http.HttpClient
Create a WebSocket stream to the specified host, relative request URI and default port and with the specified headers
websocketStream(int, String, String, MultiMap, WebsocketVersion) - Method in interface io.vertx.core.http.HttpClient
Create a WebSocket stream to the specified port, host and relative request URI, with the specified headers and using the specified version of WebSockets
websocketStream(String, String, MultiMap, WebsocketVersion) - Method in interface io.vertx.core.http.HttpClient
Create a WebSocket stream to the specified host, relative request URI and default port and with the specified headers and using the specified version of WebSockets
websocketStream(int, String, String, MultiMap, WebsocketVersion, String) - Method in interface io.vertx.core.http.HttpClient
Create a WebSocket stream to the specified port, host and relative request URI, with the specified headers, using the specified version of WebSockets, and the specified websocket sub protocols
websocketStream(String, String, MultiMap, WebsocketVersion, String) - Method in interface io.vertx.core.http.HttpClient
Create a WebSocket stream to the specified host, relative request URI and default port, with the specified headers, using the specified version of WebSockets, and the specified websocket sub protocols
websocketStream(String) - Method in interface io.vertx.core.http.HttpClient
Create a WebSocket stream at the relative request URI using the default host and port and the specified headers
websocketStream(String, MultiMap) - Method in interface io.vertx.core.http.HttpClient
Create a WebSocket stream at the relative request URI using the default host and port and the specified headers
websocketStream(String, MultiMap, WebsocketVersion) - Method in interface io.vertx.core.http.HttpClient
Create a WebSocket stream at the relative request URI using the default host and port, the specified headers and the specified version of WebSockets
websocketStream(String, MultiMap, WebsocketVersion, String) - Method in interface io.vertx.core.http.HttpClient
Create a WebSocket stream at the relative request URI using the default host and port, the specified headers, the specified version of WebSockets and the specified sub protocols
websocketStream() - Method in interface io.vertx.core.http.HttpServer
Return the websocket stream for the server.
WebSocketStream - Interface in io.vertx.core.http
A stream for HttpClient WebSocket connection.
websocketStream(int, String, String) - Method in class io.vertx.rxjava.core.http.HttpClient
Create a WebSocket stream to the specified port, host and relative request URI
websocketStream(String, String) - Method in class io.vertx.rxjava.core.http.HttpClient
Create a WebSocket stream to the specified host, relative request URI and default port
websocketStream(int, String, String, MultiMap) - Method in class io.vertx.rxjava.core.http.HttpClient
Create a WebSocket stream to the specified port, host and relative request URI, and with the specified headers
websocketStream(String, String, MultiMap) - Method in class io.vertx.rxjava.core.http.HttpClient
Create a WebSocket stream to the specified host, relative request URI and default port and with the specified headers
websocketStream(int, String, String, MultiMap, WebsocketVersion) - Method in class io.vertx.rxjava.core.http.HttpClient
Create a WebSocket stream to the specified port, host and relative request URI, with the specified headers and using the specified version of WebSockets
websocketStream(String, String, MultiMap, WebsocketVersion) - Method in class io.vertx.rxjava.core.http.HttpClient
Create a WebSocket stream to the specified host, relative request URI and default port and with the specified headers and using the specified version of WebSockets
websocketStream(int, String, String, MultiMap, WebsocketVersion, String) - Method in class io.vertx.rxjava.core.http.HttpClient
Create a WebSocket stream to the specified port, host and relative request URI, with the specified headers, using the specified version of WebSockets, and the specified websocket sub protocols
websocketStream(String, String, MultiMap, WebsocketVersion, String) - Method in class io.vertx.rxjava.core.http.HttpClient
Create a WebSocket stream to the specified host, relative request URI and default port, with the specified headers, using the specified version of WebSockets, and the specified websocket sub protocols
websocketStream(String) - Method in class io.vertx.rxjava.core.http.HttpClient
Create a WebSocket stream at the relative request URI using the default host and port and the specified headers
websocketStream(String, MultiMap) - Method in class io.vertx.rxjava.core.http.HttpClient
Create a WebSocket stream at the relative request URI using the default host and port and the specified headers
websocketStream(String, MultiMap, WebsocketVersion) - Method in class io.vertx.rxjava.core.http.HttpClient
Create a WebSocket stream at the relative request URI using the default host and port, the specified headers and the specified version of WebSockets
websocketStream(String, MultiMap, WebsocketVersion, String) - Method in class io.vertx.rxjava.core.http.HttpClient
Create a WebSocket stream at the relative request URI using the default host and port, the specified headers, the specified version of WebSockets and the specified sub protocols
websocketStream() - Method in class io.vertx.rxjava.core.http.HttpServer
Return the websocket stream for the server.
WebSocketStream - Class in io.vertx.rxjava.core.http
A stream for HttpClient WebSocket connection.
WebSocketStream(WebSocketStream) - Constructor for class io.vertx.rxjava.core.http.WebSocketStream
 
WebsocketVersion - Enum in io.vertx.core.http
Represents the WebSocket version
webUser() - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
 
webUser() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
 
weight() - Method in interface io.vertx.core.dns.SrvRecord
Returns the weight of this service record.
weight() - Method in class io.vertx.rxjava.core.dns.SrvRecord
Returns the weight of this service record.
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
 
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(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(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.
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
Blocking version of FileSystem
writeFileObservable(String, Buffer) - Method in class io.vertx.rxjava.core.file.FileSystem
Creates the file, and writes the specified Buffer data to the file represented by the path path, asynchronously.
writeFinalBinaryFrame(Buffer) - Method in interface io.vertx.core.http.ServerWebSocket
 
writeFinalBinaryFrame(Buffer) - Method in interface io.vertx.core.http.WebSocket
 
writeFinalBinaryFrame(Buffer) - Method in interface io.vertx.core.http.WebSocketBase
Write a final WebSocket binary frame to the connection
writeFinalBinaryFrame(Buffer) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
writeFinalBinaryFrame(Buffer) - Method in class io.vertx.rxjava.core.http.WebSocket
 
writeFinalBinaryFrame(Buffer) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
Write a final WebSocket binary frame to the connection
writeFinalTextFrame(String) - Method in interface io.vertx.core.http.ServerWebSocket
 
writeFinalTextFrame(String) - Method in interface io.vertx.core.http.WebSocket
 
writeFinalTextFrame(String) - Method in interface io.vertx.core.http.WebSocketBase
Write a final WebSocket text frame to the connection
writeFinalTextFrame(String) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
writeFinalTextFrame(String) - Method in class io.vertx.rxjava.core.http.WebSocket
 
writeFinalTextFrame(String) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
Write a final WebSocket text frame to the connection
writeFrame(WebSocketFrame) - Method in interface io.vertx.core.http.ServerWebSocket
 
writeFrame(WebSocketFrame) - Method in interface io.vertx.core.http.WebSocket
 
writeFrame(WebSocketFrame) - Method in interface io.vertx.core.http.WebSocketBase
Write a WebSocket frame to the connection
writeFrame(WebSocketFrame) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
writeFrame(WebSocketFrame) - Method in class io.vertx.rxjava.core.http.WebSocket
 
writeFrame(WebSocketFrame) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
Write a WebSocket frame to the connection
writeHandlerID() - Method in interface io.vertx.core.net.NetSocket
When a NetSocket is created it automatically registers an event handler with the event bus, the ID of that handler is given by writeHandlerID.
writeHandlerID() - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
When a SockJSSocket is created it automatically registers an event handler with the event bus, the ID of that handler is given by writeHandlerID.
writeHandlerID() - Method in class io.vertx.rxjava.core.net.NetSocket
When a NetSocket is created it automatically registers an event handler with the event bus, the ID of that handler is given by writeHandlerID.
writeHandlerID() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
When a SockJSSocket is created it automatically registers an event handler with the event bus, the ID of that handler is given by writeHandlerID.
writeObservable(Buffer, long) - Method in class io.vertx.rxjava.core.file.AsyncFile
Write a Buffer to the file at position position in the file, asynchronously.
WriteOption - Enum in io.vertx.ext.mongo
Enum representing the mongoDB Java Driver's com.mongodb.WriteConcern
writeQueueFull() - Method in interface io.vertx.core.streams.WriteStream
This will return true if there are more bytes in the write queue than the value set using WriteStream.setWriteQueueMaxSize(int)
writeQueueFull() - Method in class io.vertx.rxjava.core.datagram.PacketWritestream
This will return true if there are more bytes in the write queue than the value set using PacketWritestream.setWriteQueueMaxSize(int)
writeQueueFull() - Method in class io.vertx.rxjava.core.eventbus.MessageProducer
This will return true if there are more bytes in the write queue than the value set using MessageProducer.setWriteQueueMaxSize(int)
writeQueueFull() - Method in class io.vertx.rxjava.core.file.AsyncFile
This will return true if there are more bytes in the write queue than the value set using AsyncFile.setWriteQueueMaxSize(int)
writeQueueFull() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
This will return true if there are more bytes in the write queue than the value set using HttpClientRequest.setWriteQueueMaxSize(int)
writeQueueFull() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
This will return true if there are more bytes in the write queue than the value set using HttpServerResponse.setWriteQueueMaxSize(int)
writeQueueFull() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
This will return true if there are more bytes in the write queue than the value set using ServerWebSocket.setWriteQueueMaxSize(int)
writeQueueFull() - Method in class io.vertx.rxjava.core.http.WebSocket
This will return true if there are more bytes in the write queue than the value set using WebSocket.setWriteQueueMaxSize(int)
writeQueueFull() - Method in interface io.vertx.rxjava.core.http.WebSocketBase
This will return true if there are more bytes in the write queue than the value set using WebSocketBase.setWriteQueueMaxSize(int)
writeQueueFull() - Method in class io.vertx.rxjava.core.net.NetSocket
This will return true if there are more bytes in the write queue than the value set using NetSocket.setWriteQueueMaxSize(int)
writeQueueFull() - Method in interface io.vertx.rxjava.core.streams.WriteStream
This will return true if there are more bytes in the write queue than the value set using WriteStream.setWriteQueueMaxSize(int)
writeQueueFull() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
 
WriteStream<T> - Interface in io.vertx.core.streams
Represents a stream of data that can be written to.
WriteStream<T> - Interface in io.vertx.rxjava.core.streams
Represents a stream of data that can be written to.
writeToBuffer(Buffer) - Method in class io.vertx.core.json.JsonArray
 
writeToBuffer(Buffer) - Method in class io.vertx.core.json.JsonObject
 
writeToBuffer(Buffer) - Method in class io.vertx.ext.auth.AbstractUser
 

Z

zadd(String, double, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Add one or more members to a sorted set, or update its score if it already exists
zadd(String, double, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Add one or more members to a sorted set, or update its score if it already exists
zaddMany(String, Map<String, Double>, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Add one or more members to a sorted set, or update its score if it already exists
zaddMany(String, Map<String, Double>, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Add one or more members to a sorted set, or update its score if it already exists
zcard(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Get the number of members in a sorted set
zcard(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get the number of members in a sorted set
zcount(String, double, double, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Count the members in a sorted set with scores within the given values
zcount(String, double, double, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Count the members in a sorted set with scores within the given values
zincrby(String, double, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Increment the score of a member in a sorted set
zincrby(String, double, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Increment the score of a member in a sorted set
zinterstore(String, List<String>, AggregateOptions, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Intersect multiple sorted sets and store the resulting sorted set in a new key
zinterstore(String, List<String>, AggregateOptions, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Intersect multiple sorted sets and store the resulting sorted set in a new key
zinterstoreWeighed(String, Map<String, Double>, AggregateOptions, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Intersect multiple sorted sets and store the resulting sorted set in a new key using weights for scoring
zinterstoreWeighed(String, Map<String, Double>, AggregateOptions, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Intersect multiple sorted sets and store the resulting sorted set in a new key using weights for scoring
zlexcount(String, String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Count the number of members in a sorted set between a given lexicographical range
zlexcount(String, String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Count the number of members in a sorted set between a given lexicographical range
zrange(String, long, long, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Return a range of members in a sorted set, by index
zrange(String, long, long, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Return a range of members in a sorted set, by index
zrangebylex(String, String, String, LimitOptions, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Return a range of members in a sorted set, by lexicographical range
zrangebylex(String, String, String, LimitOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Return a range of members in a sorted set, by lexicographical range
zrangebyscore(String, String, String, RangeLimitOptions, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Return a range of members in a sorted set, by score
zrangebyscore(String, String, String, RangeLimitOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Return a range of members in a sorted set, by score
zrangeWithOptions(String, long, long, RangeOptions, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Return a range of members in a sorted set, by index
zrangeWithOptions(String, long, long, RangeOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Return a range of members in a sorted set, by index
zrank(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Determine the index of a member in a sorted set
zrank(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Determine the index of a member in a sorted set
zrem(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Remove one member from a sorted set
zrem(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Remove one member from a sorted set
zremMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Remove one or more members from a sorted set
zremMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Remove one or more members from a sorted set
zremrangebylex(String, String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Remove all members in a sorted set between the given lexicographical range
zremrangebylex(String, String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Remove all members in a sorted set between the given lexicographical range
zremrangebyrank(String, long, long, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Remove all members in a sorted set within the given indexes
zremrangebyrank(String, long, long, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Remove all members in a sorted set within the given indexes
zremrangebyscore(String, String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Remove all members in a sorted set within the given scores
zremrangebyscore(String, String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Remove all members in a sorted set within the given scores
zrevrange(String, long, long, RangeOptions, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Return a range of members in a sorted set, by index, with scores ordered from high to low
zrevrange(String, long, long, RangeOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Return a range of members in a sorted set, by index, with scores ordered from high to low
zrevrangebylex(String, String, String, LimitOptions, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Return a range of members in a sorted set, by score, between the given lexicographical range with scores ordered from high to low
zrevrangebylex(String, String, String, LimitOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Return a range of members in a sorted set, by score, between the given lexicographical range with scores ordered from high to low
zrevrangebyscore(String, String, String, RangeLimitOptions, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
Return a range of members in a sorted set, by score, with scores ordered from high to low
zrevrangebyscore(String, String, String, RangeLimitOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Return a range of members in a sorted set, by score, with scores ordered from high to low
zrevrank(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Determine the index of a member in a sorted set, with scores ordered from high to low
zrevrank(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Determine the index of a member in a sorted set, with scores ordered from high to low
zscan(String, String, ScanOptions, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
Incrementally iterate sorted sets elements and associated scores
zscan(String, String, ScanOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
Incrementally iterate sorted sets elements and associated scores
zscore(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
Get the score associated with the given member in a sorted set
zscore(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get the score associated with the given member in a sorted set
zunionstore(String, List<String>, AggregateOptions, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Add multiple sorted sets and store the resulting sorted set in a new key
zunionstore(String, List<String>, AggregateOptions, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Add multiple sorted sets and store the resulting sorted set in a new key
zunionstoreWeighed(String, Map<String, Double>, AggregateOptions, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
Add multiple sorted sets using weights, and store the resulting sorted set in a new key
zunionstoreWeighed(String, Map<String, Double>, AggregateOptions, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Add multiple sorted sets using weights, and store the resulting sorted set in a new key
A B C D E F G H I J K L M N O P Q R S T U V W Z 
Skip navigation links

Copyright © 2015. All Rights Reserved.