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 

A

absoluteURI() - Method in interface io.vertx.core.http.HttpServerRequest
 
absoluteURI() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
AbstractAuthServiceVerticle - Class in io.vertx.ext.auth
Base class for auth service verticles
AbstractAuthServiceVerticle() - Constructor for class io.vertx.ext.auth.AbstractAuthServiceVerticle
 
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.apex.Router
This method is used to provide a request to the router.
accept(HttpServerRequest) - Method in class io.vertx.rxjava.ext.apex.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(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
addBodyEndHandler(Handler<Void>) - Method in interface io.vertx.ext.apex.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.apex.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.apex.RoutingContext
Add a cookie.
addCookie(Cookie) - Method in class io.vertx.rxjava.ext.apex.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.apex.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
addHeader(String, String) - Method in class io.vertx.core.eventbus.DeliveryOptions
Add a message header.
addHeadersEndHandler(Handler<Void>) - Method in interface io.vertx.ext.apex.RoutingContext
Add a handler that will be called just before headers are written to the response.
addHeadersEndHandler(Handler<Void>) - Method in class io.vertx.rxjava.ext.apex.RoutingContext
Add a handler that will be called just before headers are written to the response.
addInboundPermitted(PermittedOptions) - Method in class io.vertx.ext.apex.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.apex.handler.sockjs.BridgeOptions
 
addPermission(String) - Method in interface io.vertx.ext.apex.handler.AuthHandler
Add a required permission for this auth handler
addPermission(String) - Method in interface io.vertx.rxjava.ext.apex.handler.AuthHandler
Add a required permission for this auth handler
addPermission(String) - Method in class io.vertx.rxjava.ext.apex.handler.BasicAuthHandler
Add a required permission for this auth handler
addPermission(String) - Method in class io.vertx.rxjava.ext.apex.handler.RedirectAuthHandler
Add a required permission for this auth handler
addPermissions(Set<String>) - Method in interface io.vertx.ext.apex.handler.AuthHandler
Add a set of required permissions for this auth handler
addPermissions(Set<String>) - Method in interface io.vertx.rxjava.ext.apex.handler.AuthHandler
Add a set of required permissions for this auth handler
addPermissions(Set<String>) - Method in class io.vertx.rxjava.ext.apex.handler.BasicAuthHandler
Add a set of required permissions for this auth handler
addPermissions(Set<String>) - Method in class io.vertx.rxjava.ext.apex.handler.RedirectAuthHandler
Add a set of required permissions for this auth handler
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
 
addRole(String) - Method in interface io.vertx.ext.apex.handler.AuthHandler
Add a required role for this auth handler
addRole(String) - Method in interface io.vertx.rxjava.ext.apex.handler.AuthHandler
Add a required role for this auth handler
addRole(String) - Method in class io.vertx.rxjava.ext.apex.handler.BasicAuthHandler
Add a required role for this auth handler
addRole(String) - Method in class io.vertx.rxjava.ext.apex.handler.RedirectAuthHandler
Add a required role for this auth handler
addRoles(Set<String>) - Method in interface io.vertx.ext.apex.handler.AuthHandler
Add a set of required roles for this auth handler
addRoles(Set<String>) - Method in interface io.vertx.rxjava.ext.apex.handler.AuthHandler
Add a set of required roles for this auth handler
addRoles(Set<String>) - Method in class io.vertx.rxjava.ext.apex.handler.BasicAuthHandler
Add a set of required roles for this auth handler
addRoles(Set<String>) - Method in class io.vertx.rxjava.ext.apex.handler.RedirectAuthHandler
Add a set of required roles for this auth handler
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.
AGE - Static variable in class io.vertx.core.http.HttpHeaders
Age header name
ALLOW - Static variable in class io.vertx.core.http.HttpHeaders
Allow header name
allowCredentials(boolean) - Method in interface io.vertx.ext.apex.handler.CorsHandler
Set whether credentials are allowed
allowCredentials(boolean) - Method in class io.vertx.rxjava.ext.apex.handler.CorsHandler
Set whether credentials are allowed
allowedHeader(String) - Method in interface io.vertx.ext.apex.handler.CorsHandler
Add an allowed header
allowedHeader(String) - Method in class io.vertx.rxjava.ext.apex.handler.CorsHandler
Add an allowed header
allowedHeaders(Set<String>) - Method in interface io.vertx.ext.apex.handler.CorsHandler
Add a set of allowed headers
allowedHeaders(Set<String>) - Method in class io.vertx.rxjava.ext.apex.handler.CorsHandler
Add a set of allowed headers
allowedMethod(HttpMethod) - Method in interface io.vertx.ext.apex.handler.CorsHandler
Add an allowed method
allowedMethod(HttpMethod) - Method in class io.vertx.rxjava.ext.apex.handler.CorsHandler
Add an allowed method
allowedMethods(Set<HttpMethod>) - Method in interface io.vertx.ext.apex.handler.CorsHandler
Add a set of allowed methods
apexSession() - Method in interface io.vertx.ext.apex.handler.sockjs.SockJSSocket
 
apexSession() - Method in class io.vertx.rxjava.ext.apex.handler.sockjs.SockJSSocket
 
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
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
 
AsyncSQLClient - Interface in io.vertx.ext.asyncsql
Represents an asynchronous SQL client
AsyncSQLClient - Class in io.vertx.rxjava.ext.asyncsql
Represents an asynchronous SQL client

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

AsyncSQLClient(AsyncSQLClient) - Constructor for class io.vertx.rxjava.ext.asyncsql.AsyncSQLClient
 
AUTH_PROVIDER_CLASS_NAME - Static variable in class io.vertx.ext.auth.AuthServiceVerticle
The name of the field in the config which contains the class name of the auth provider to use
AuthHandler - Interface in io.vertx.ext.apex.handler
Base interface for auth handlers.
AuthHandler - Interface in io.vertx.rxjava.ext.apex.handler
Base interface for auth handlers.
AuthHandler - Class in io.vertx.rxjava.ext.apex.handler
Base interface for auth handlers.
AuthHandlerImpl - Class in io.vertx.rxjava.ext.apex.handler
 
AUTHORIZATION - Static variable in class io.vertx.core.http.HttpHeaders
Authorization header name
AuthProvider - Interface in io.vertx.ext.auth
This interface is implemented by auth providers which provide the actual auth functionality - e.g.
AuthProvider - Class in io.vertx.rxjava.ext.auth
This interface is implemented by auth providers which provide the actual auth functionality - e.g.
AuthProvider(AuthProvider) - Constructor for class io.vertx.rxjava.ext.auth.AuthProvider
 
AuthService - Interface in io.vertx.ext.auth
Vert.x authentication and authorisation service.
AuthService - Class in io.vertx.rxjava.ext.auth
Vert.x authentication and authorisation service.
AuthService(AuthService) - Constructor for class io.vertx.rxjava.ext.auth.AuthService
 
AuthServiceVerticle - Class in io.vertx.ext.auth
A verticle which starts an Auth service instance
AuthServiceVerticle() - Constructor for class io.vertx.ext.auth.AuthServiceVerticle
 
AuthServiceVertxEBProxy - Class in io.vertx.ext.auth
 
AuthServiceVertxEBProxy(Vertx, String) - Constructor for class io.vertx.ext.auth.AuthServiceVertxEBProxy
 
AuthServiceVertxProxyHandler - Class in io.vertx.ext.auth
 
AuthServiceVertxProxyHandler(Vertx, AuthService, String, boolean, long) - Constructor for class io.vertx.ext.auth.AuthServiceVertxProxyHandler
 
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.apex.handler
An auth handler that provides HTTP Basic Authentication support.
BasicAuthHandler - Class in io.vertx.rxjava.ext.apex.handler
An auth handler that provides HTTP Basic Authentication support.
BasicAuthHandler - Class in io.vertx.rxjava.ext.apex.handler
An auth handler that provides HTTP Basic Authentication support.
BasicAuthHandler(BasicAuthHandler) - Constructor for class io.vertx.rxjava.ext.apex.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.
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.
beginHandleMessage(H, boolean) - Method in interface io.vertx.core.spi.metrics.EventBusMetrics
Called when an handler begin to process a message.
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.
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.
block() - Method in class io.vertx.core.Starter
 
blockingHandler(Handler<RoutingContext>) - Method in interface io.vertx.ext.apex.Route
Specify a blocking request handler for the route.
blockingHandler(Handler<RoutingContext>) - Method in class io.vertx.rxjava.ext.apex.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.
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.apex.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.apex.handler
A handler which gathers the entire request body and sets it on the RoutingContext.
BodyHandler - Class in io.vertx.rxjava.ext.apex.handler
A handler which gathers the entire request body and sets it on the RoutingContext.
BodyHandler(BodyHandler) - Constructor for class io.vertx.rxjava.ext.apex.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.apex.handler.sockjs.SockJSHandler
Bridge the SockJS handler to the Vert.x event bus.
bridge(BridgeOptions) - Method in class io.vertx.rxjava.ext.apex.handler.sockjs.SockJSHandler
Bridge the SockJS handler to the Vert.x event bus.
BridgeOptions - Class in io.vertx.ext.apex.handler.sockjs
Options for configuring the event bus bridge.
BridgeOptions(BridgeOptions) - Constructor for class io.vertx.ext.apex.handler.sockjs.BridgeOptions
Copy constructor
BridgeOptions() - Constructor for class io.vertx.ext.apex.handler.sockjs.BridgeOptions
Default constructor
BridgeOptions(JsonObject) - Constructor for class io.vertx.ext.apex.handler.sockjs.BridgeOptions
Constructor from JSON
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
 
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.apex.FileUpload
 
charset() - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
 
charSet() - Method in class io.vertx.rxjava.ext.apex.FileUpload
 
chmod(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
Change the permissions on the file represented by path to perms, asynchronously.
chmod(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Change the permissions on the file represented by path to perms, asynchronously.
chmodBlocking(String, String) - Method in interface io.vertx.core.file.FileSystem
chmodBlocking(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
chmodObservable(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Change the permissions on the file represented by path to perms, asynchronously.
chmodRecursive(String, String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
Change the permissions on the file represented by path to perms, asynchronously.
chmodRecursive(String, String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Change the permissions on the file represented by path to perms, asynchronously.
chmodRecursiveBlocking(String, String, String) - Method in interface io.vertx.core.file.FileSystem
chmodRecursiveBlocking(String, String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
chmodRecursiveObservable(String, String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Change the permissions on the file represented by path to perms, asynchronously.
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
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
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.apex.Router
Remove all the routes from this router
clear(Handler<AsyncResult<Boolean>>) - Method in interface io.vertx.ext.apex.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.apex.Router
Remove all the routes from this router
clear(Handler<AsyncResult<Boolean>>) - Method in class io.vertx.rxjava.ext.apex.sstore.SessionStore
Remove all sessions from the store
clearObservable() - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
Clear all entries in the map
clearObservable() - Method in class io.vertx.rxjava.ext.apex.sstore.SessionStore
Remove all sessions from the store
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
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.
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 interface io.vertx.ext.apex.handler.sockjs.SockJSSocket
Close it
close() - Method in interface io.vertx.ext.apex.sstore.SessionStore
Close the store
close() - Method in interface io.vertx.ext.asyncsql.AsyncSQLClient
Close the client and release all resources.
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.asyncsql.AsyncSQLClient
Close the client and release all resources.
close() - Method in class io.vertx.ext.auth.AuthServiceVertxProxyHandler
 
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 class io.vertx.ext.mail.MailServiceVertxProxyHandler
 
close() - Method in interface io.vertx.ext.mongo.MongoClient
Close the client and release its resources
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.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.close() but supplying a handler that will be called when the server is actually closed (or has failed).
close() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Close the underlying TCP connection corresponding to the request.
close() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
Close the WebSocket.
close() - Method in class io.vertx.rxjava.core.http.WebSocket
Close the WebSocket.
close() - Method in interface io.vertx.rxjava.core.http.WebSocketBase
Close the WebSocket.
close() - Method in class io.vertx.rxjava.core.net.NetClient
Close the client.
close() - Method in class io.vertx.rxjava.core.net.NetServer
Close the server.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.net.NetServer
Like NetServer.close() but supplying a handler that will be notified when close is complete.
close() - Method in class io.vertx.rxjava.core.net.NetSocket
Close the NetSocket
close() - Method in class io.vertx.rxjava.core.shareddata.LocalMap
Close and release the map
close() - Method in class io.vertx.rxjava.core.Vertx
Stop the the Vertx instance and release any resources held by it.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.Vertx
Like Vertx.close() but the completionHandler will be called when the close is complete
close() - Method in class io.vertx.rxjava.ext.apex.handler.sockjs.SockJSSocket
Close it
close() - Method in class io.vertx.rxjava.ext.apex.sstore.SessionStore
Close the store
close() - Method in class io.vertx.rxjava.ext.asyncsql.AsyncSQLClient
Close the client and release all resources.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.asyncsql.AsyncSQLClient
Close the client and release all resources.
close() - Method in class io.vertx.rxjava.ext.jdbc.JDBCClient
Close the client
close() - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Close the client and release its resources
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.close() but supplying a handler that will be called when the server is actually closed (or has failed).
closeObservable() - Method in class io.vertx.rxjava.core.net.NetServer
Like NetServer.close() but supplying a handler that will be notified when close is complete.
closeObservable() - Method in class io.vertx.rxjava.core.Vertx
Like Vertx.close() but the completionHandler will be called when the close is complete
closeObservable() - Method in class io.vertx.rxjava.ext.asyncsql.AsyncSQLClient
Close the client and release all resources.
ClusteredSessionStore - Interface in io.vertx.ext.apex.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.apex.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.apex.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.apex.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.
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.
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.
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.
connect(int, String, Handler<AsyncResult<NetSocket>>) - Method in interface io.vertx.core.net.NetClient
Open a connection to a server at the specific port and host.
connect(int, String, Handler<AsyncResult<NetSocket>>) - Method in class io.vertx.rxjava.core.net.NetClient
Open a connection to a server at the specific port and host.
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.
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.apex.Route
Add a content type consumed by this route.
consumes(String) - Method in class io.vertx.rxjava.ext.apex.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.apex.FileUpload
 
contentTransferEncoding() - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
 
contentTransferEncoding() - Method in class io.vertx.rxjava.ext.apex.FileUpload
 
contentType() - Method in interface io.vertx.core.http.HttpServerFileUpload
 
contentType() - Method in interface io.vertx.ext.apex.FileUpload
 
contentType() - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
 
contentType() - Method in class io.vertx.rxjava.ext.apex.FileUpload
 
context - Variable in class io.vertx.core.AbstractVerticle
Reference to the context of the verticle
Context - Interface in io.vertx.core
The execution context of a Handler execution.
context() - Method in interface io.vertx.core.spi.VertxFactory
 
Context - Class in io.vertx.rxjava.core
The execution context of a io.vertx.rxjava.core.Handler execution.
Context(Context) - Constructor for class io.vertx.rxjava.core.Context
 
ContextScheduler - Class in io.vertx.rx.java
 
ContextScheduler(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.apex
Represents an HTTP Cookie.
cookie(String, String) - Static method in interface io.vertx.ext.apex.Cookie
Create a new cookie
cookie(Cookie) - Static method in interface io.vertx.ext.apex.Cookie
Create a new cookie from a Netty cookie
Cookie - Class in io.vertx.rxjava.ext.apex
Represents an HTTP Cookie.
Cookie - Class in io.vertx.rxjava.ext.apex
Represents an HTTP Cookie.
Cookie(Cookie) - Constructor for class io.vertx.rxjava.ext.apex.Cookie
 
cookie(String, String) - Static method in class io.vertx.rxjava.ext.apex.Cookie
Create a new cookie
cookieCount() - Method in interface io.vertx.ext.apex.RoutingContext
 
cookieCount() - Method in class io.vertx.rxjava.ext.apex.RoutingContext
 
CookieHandler - Interface in io.vertx.ext.apex.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.apex.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.apex.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.apex.handler.CookieHandler
 
cookies() - Method in interface io.vertx.core.http.HttpClientResponse
 
cookies() - Method in interface io.vertx.ext.apex.RoutingContext
 
cookies() - Method in class io.vertx.rxjava.core.http.HttpClientResponse
 
cookies() - Method in class io.vertx.rxjava.ext.apex.RoutingContext
 
copy() - Method in interface io.vertx.core.buffer.Buffer
Returns a copy of the entire Buffer.
copy(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
Copy a file from the path from to path to, asynchronously.
copy() - Method in class io.vertx.core.json.JsonArray
Make a copy of the JSON array
copy() - Method in class io.vertx.core.json.JsonObject
Copy the JSON object
copy() - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns a copy of the entire Buffer.
copy(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Copy a file from the path from to path to, asynchronously.
copyBlocking(String, String) - Method in interface io.vertx.core.file.FileSystem
copyBlocking(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
copyObservable(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Copy a file from the path from to path to, asynchronously.
copyRecursive(String, String, boolean, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
Copy a file from the path from to path to, asynchronously.
copyRecursive(String, String, boolean, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Copy a file from the path from to path to, asynchronously.
copyRecursiveBlocking(String, String, boolean) - Method in interface io.vertx.core.file.FileSystem
copyRecursiveBlocking(String, String, boolean) - Method in class io.vertx.rxjava.core.file.FileSystem
copyRecursiveObservable(String, String, boolean) - Method in class io.vertx.rxjava.core.file.FileSystem
Copy a file from the path from to path to, asynchronously.
CorsHandler - Interface in io.vertx.ext.apex.handler
A handler which implements server side http://www.w3.org/TR/cors/[CORS] support for Apex.
CorsHandler - Class in io.vertx.rxjava.ext.apex.handler
A handler which implements server side http://www.w3.org/TR/cors/[CORS] support for Apex.
CorsHandler - Class in io.vertx.rxjava.ext.apex.handler
A handler which implements server side http://www.w3.org/TR/cors/[CORS] support for Apex.
CorsHandler(CorsHandler) - Constructor for class io.vertx.rxjava.ext.apex.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(AuthProvider) - Static method in interface io.vertx.ext.apex.handler.BasicAuthHandler
Create a basic auth handler
create(AuthProvider, String) - Static method in interface io.vertx.ext.apex.handler.BasicAuthHandler
Create a basic auth handler, specifying realm
create() - Static method in interface io.vertx.ext.apex.handler.BodyHandler
Create a body handler with defaults
create() - Static method in interface io.vertx.ext.apex.handler.CookieHandler
Create a cookie handler
create(String) - Static method in interface io.vertx.ext.apex.handler.CorsHandler
Create a CORS handler
create() - Static method in interface io.vertx.ext.apex.handler.ErrorHandler
Create an error handler using defaults
create(String, boolean) - Static method in interface io.vertx.ext.apex.handler.ErrorHandler
Create an error handler
create(boolean) - Static method in interface io.vertx.ext.apex.handler.ErrorHandler
Create an error handler
create(String) - Static method in interface io.vertx.ext.apex.handler.ErrorHandler
Create an error handler
create() - Static method in interface io.vertx.ext.apex.handler.FaviconHandler
Create a handler with defaults
create(String) - Static method in interface io.vertx.ext.apex.handler.FaviconHandler
Create a handler attempting to load favicon file from the specified path
create(String, long) - Static method in interface io.vertx.ext.apex.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.apex.handler.FaviconHandler
Create a handler with the specified max cache time
create(AuthProvider) - Static method in interface io.vertx.ext.apex.handler.FormLoginHandler
Create a handler
create(AuthProvider, String, String, String) - Static method in interface io.vertx.ext.apex.handler.FormLoginHandler
Create a handler
create() - Static method in interface io.vertx.ext.apex.handler.LoggerHandler
Create a handler with default format
create(LoggerHandler.Format) - Static method in interface io.vertx.ext.apex.handler.LoggerHandler
Create a handler with he specified format
create(boolean, LoggerHandler.Format) - Static method in interface io.vertx.ext.apex.handler.LoggerHandler
Create a handler with he specified format
create(AuthProvider) - Static method in interface io.vertx.ext.apex.handler.RedirectAuthHandler
Create a handler
create(AuthProvider, String) - Static method in interface io.vertx.ext.apex.handler.RedirectAuthHandler
Create a handler
create(AuthProvider, String, String) - Static method in interface io.vertx.ext.apex.handler.RedirectAuthHandler
Create a handler
create() - Static method in interface io.vertx.ext.apex.handler.ResponseTimeHandler
Create a handler
create(SessionStore) - Static method in interface io.vertx.ext.apex.handler.SessionHandler
Create a session handler
create(Vertx) - Static method in interface io.vertx.ext.apex.handler.sockjs.SockJSHandler
Create a SockJS handler
create(Vertx, SockJSHandlerOptions) - Static method in interface io.vertx.ext.apex.handler.sockjs.SockJSHandler
Create a SockJS handler
create() - Static method in interface io.vertx.ext.apex.handler.StaticHandler
Create a handler using defaults
create(String) - Static method in interface io.vertx.ext.apex.handler.StaticHandler
Create a handler, specifying web-root
create(TemplateEngine) - Static method in interface io.vertx.ext.apex.handler.TemplateHandler
Create a handler
create(TemplateEngine, String, String) - Static method in interface io.vertx.ext.apex.handler.TemplateHandler
Create a handler
create() - Static method in interface io.vertx.ext.apex.handler.TimeoutHandler
Create a handler
create(long) - Static method in interface io.vertx.ext.apex.handler.TimeoutHandler
Create a handler
create(Vertx, String) - Static method in interface io.vertx.ext.apex.sstore.ClusteredSessionStore
Create a session store
create(Vertx) - Static method in interface io.vertx.ext.apex.sstore.ClusteredSessionStore
Create a session store
create(Vertx) - Static method in interface io.vertx.ext.apex.sstore.LocalSessionStore
Create a session store
create(Vertx, String) - Static method in interface io.vertx.ext.apex.sstore.LocalSessionStore
Create a session store
create(Vertx, String, long) - Static method in interface io.vertx.ext.apex.sstore.LocalSessionStore
Create a session store
create() - Static method in interface io.vertx.ext.apex.templ.HandlebarsTemplateEngine
Create a template engine using defaults
create() - Static method in interface io.vertx.ext.apex.templ.JadeTemplateEngine
Create a template engine using defaults
create() - Static method in interface io.vertx.ext.apex.templ.MVELTemplateEngine
Create a template engine using defaults
create() - Static method in interface io.vertx.ext.apex.templ.ThymeleafTemplateEngine
Create a template engine using defaults
create(Vertx, AuthProvider) - Static method in interface io.vertx.ext.auth.AuthService
Create an auth service instance using the specified auth provider instance.
create(Vertx, ShiroAuthRealmType, JsonObject) - Static method in interface io.vertx.ext.auth.shiro.ShiroAuthProvider
 
create(Vertx, ShiroAuthRealm) - Static method in interface io.vertx.ext.auth.shiro.ShiroAuthProvider
 
create(Vertx, ShiroAuthRealmType, JsonObject) - Static method in interface io.vertx.ext.auth.shiro.ShiroAuthService
Create an auth service using the specified auth realm type.
create(Vertx) - Static method in interface io.vertx.ext.dropwizard.MetricsService
 
create(Vertx, DataSource) - Static method in interface io.vertx.ext.jdbc.JDBCClient
Create a client using a pre-existing data source
create(Vertx, MailConfig) - Static method in interface io.vertx.ext.mail.MailService
create an instance of MailService that is running in the local JVM
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 class io.vertx.rxjava.ext.apex.handler.BasicAuthHandler
Create a basic auth handler
create(AuthProvider, String) - Static method in class io.vertx.rxjava.ext.apex.handler.BasicAuthHandler
Create a basic auth handler, specifying realm
create() - Static method in class io.vertx.rxjava.ext.apex.handler.BodyHandler
Create a body handler with defaults
create() - Static method in class io.vertx.rxjava.ext.apex.handler.CookieHandler
Create a cookie handler
create(String) - Static method in class io.vertx.rxjava.ext.apex.handler.CorsHandler
Create a CORS handler
create() - Static method in class io.vertx.rxjava.ext.apex.handler.ErrorHandler
Create an error handler using defaults
create(String, boolean) - Static method in class io.vertx.rxjava.ext.apex.handler.ErrorHandler
Create an error handler
create(boolean) - Static method in class io.vertx.rxjava.ext.apex.handler.ErrorHandler
Create an error handler
create(String) - Static method in class io.vertx.rxjava.ext.apex.handler.ErrorHandler
Create an error handler
create() - Static method in class io.vertx.rxjava.ext.apex.handler.FaviconHandler
Create a handler with defaults
create(String) - Static method in class io.vertx.rxjava.ext.apex.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.apex.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.apex.handler.FaviconHandler
Create a handler with the specified max cache time
create(AuthProvider) - Static method in class io.vertx.rxjava.ext.apex.handler.FormLoginHandler
Create a handler
create(AuthProvider, String, String, String) - Static method in class io.vertx.rxjava.ext.apex.handler.FormLoginHandler
Create a handler
create() - Static method in class io.vertx.rxjava.ext.apex.handler.LoggerHandler
Create a handler with default format
create(LoggerHandler.Format) - Static method in class io.vertx.rxjava.ext.apex.handler.LoggerHandler
Create a handler with he specified format
create(boolean, LoggerHandler.Format) - Static method in class io.vertx.rxjava.ext.apex.handler.LoggerHandler
Create a handler with he specified format
create(AuthProvider) - Static method in class io.vertx.rxjava.ext.apex.handler.RedirectAuthHandler
Create a handler
create(AuthProvider, String) - Static method in class io.vertx.rxjava.ext.apex.handler.RedirectAuthHandler
Create a handler
create(AuthProvider, String, String) - Static method in class io.vertx.rxjava.ext.apex.handler.RedirectAuthHandler
Create a handler
create() - Static method in class io.vertx.rxjava.ext.apex.handler.ResponseTimeHandler
Create a handler
create(SessionStore) - Static method in class io.vertx.rxjava.ext.apex.handler.SessionHandler
Create a session handler
create(Vertx) - Static method in class io.vertx.rxjava.ext.apex.handler.sockjs.SockJSHandler
Create a SockJS handler
create(Vertx, SockJSHandlerOptions) - Static method in class io.vertx.rxjava.ext.apex.handler.sockjs.SockJSHandler
Create a SockJS handler
create() - Static method in class io.vertx.rxjava.ext.apex.handler.StaticHandler
Create a handler using defaults
create(String) - Static method in class io.vertx.rxjava.ext.apex.handler.StaticHandler
Create a handler, specifying web-root
create(TemplateEngine) - Static method in class io.vertx.rxjava.ext.apex.handler.TemplateHandler
Create a handler
create(TemplateEngine, String, String) - Static method in class io.vertx.rxjava.ext.apex.handler.TemplateHandler
Create a handler
create() - Static method in class io.vertx.rxjava.ext.apex.handler.TimeoutHandler
Create a handler
create(long) - Static method in class io.vertx.rxjava.ext.apex.handler.TimeoutHandler
Create a handler
create(Vertx, String) - Static method in class io.vertx.rxjava.ext.apex.sstore.ClusteredSessionStore
Create a session store
create(Vertx) - Static method in class io.vertx.rxjava.ext.apex.sstore.ClusteredSessionStore
Create a session store
create(Vertx) - Static method in class io.vertx.rxjava.ext.apex.sstore.LocalSessionStore
Create a session store
create(Vertx, String) - Static method in class io.vertx.rxjava.ext.apex.sstore.LocalSessionStore
Create a session store
create(Vertx, String, long) - Static method in class io.vertx.rxjava.ext.apex.sstore.LocalSessionStore
Create a session store
create() - Static method in class io.vertx.rxjava.ext.apex.templ.HandlebarsTemplateEngine
Create a template engine using defaults
create() - Static method in class io.vertx.rxjava.ext.apex.templ.JadeTemplateEngine
Create a template engine using defaults
create() - Static method in class io.vertx.rxjava.ext.apex.templ.MVELTemplateEngine
Create a template engine using defaults
create() - Static method in class io.vertx.rxjava.ext.apex.templ.ThymeleafTemplateEngine
Create a template engine using defaults
create(Vertx, ShiroAuthRealmType, JsonObject) - Static method in class io.vertx.rxjava.ext.auth.shiro.ShiroAuthProvider
 
create(Vertx, ShiroAuthRealmType, JsonObject) - Static method in class io.vertx.rxjava.ext.auth.shiro.ShiroAuthService
Create an auth service using the specified auth realm type.
create(Vertx) - Static method in class io.vertx.rxjava.ext.dropwizard.MetricsService
 
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.
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
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.auth.AuthService
Create a proxy to an auth service that is deployed somwehere on the event bus.
createEventBusProxy(Vertx, String) - Static method in interface io.vertx.ext.mail.MailService
create an instance of MailService that calls the mail service via the event bus running somewhere else
createEventBusProxy(Vertx, String) - Static method in class io.vertx.rxjava.ext.auth.AuthService
Create a proxy to an auth service that is deployed somwehere on the event bus.
createFile(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
Creates an empty file with the specified path, asynchronously.
createFile(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
Creates an empty file with the specified path and permissions perms, asynchronously.
createFile(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Creates an empty file with the specified path, asynchronously.
createFile(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Creates an empty file with the specified path and permissions perms, asynchronously.
createFileBlocking(String) - Method in interface io.vertx.core.file.FileSystem
createFileBlocking(String, String) - Method in interface io.vertx.core.file.FileSystem
createFileBlocking(String) - Method in class io.vertx.rxjava.core.file.FileSystem
createFileBlocking(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
createFileObservable(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Creates an empty file with the specified path, asynchronously.
createFileObservable(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Creates an empty file with the specified path and permissions perms, asynchronously.
createFromClassName(Vertx, String) - Static method in interface io.vertx.ext.auth.AuthService
Create an auth service instance using the specified auth provider class name.
createFromClassName(Vertx, String) - Static method in class io.vertx.rxjava.ext.auth.AuthService
Create an auth service instance using the specified auth provider class name.
createFromRealm(Vertx, Realm) - Static method in interface io.vertx.ext.auth.shiro.ShiroAuthService
Create an auth service using the specified Shiro Realm instance
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
createMetrics(HttpServer, SocketAddress, HttpServerOptions) - Method in interface io.vertx.core.spi.metrics.VertxMetrics
Provides the http server metrics SPI when an http server is created
createMetrics(HttpClient, HttpClientOptions) - Method in interface io.vertx.core.spi.metrics.VertxMetrics
Provides the http client metrics SPI when an http client has been created
createMetrics(NetServer, SocketAddress, NetServerOptions) - Method in interface io.vertx.core.spi.metrics.VertxMetrics
Provides the net server metrics SPI when a net server is created
createMetrics(NetClient, NetClientOptions) - Method in interface io.vertx.core.spi.metrics.VertxMetrics
Provides the net client metrics SPI when a net client is created
createMetrics(DatagramSocket, DatagramSocketOptions) - Method in interface io.vertx.core.spi.metrics.VertxMetrics
Provides the datagram/udp metrics SPI when a datagram socket is created
createNetClient(NetClientOptions) - Method in interface io.vertx.core.Vertx
Create a TCP/SSL client using the specified options
createNetClient() - Method in interface io.vertx.core.Vertx
Create a TCP/SSL client using default options
createNetClient(NetClientOptions) - Method in class io.vertx.rxjava.core.Vertx
Create a TCP/SSL client using the specified options
createNetClient() - Method in class io.vertx.rxjava.core.Vertx
Create a TCP/SSL client using default options
createNetServer(NetServerOptions) - Method in interface io.vertx.core.Vertx
Create a TCP/SSL server using the specified options
createNetServer() - Method in interface io.vertx.core.Vertx
Create a TCP/SSL server using default options
createNetServer(NetServerOptions) - Method in class io.vertx.rxjava.core.Vertx
Create a TCP/SSL server using the specified options
createNetServer() - Method in class io.vertx.rxjava.core.Vertx
Create a TCP/SSL server using default options
createNonShared(Vertx, JsonObject) - Static method in interface io.vertx.ext.asyncsql.MySQLClient
Create a MySQL client which maintains its own pool.
createNonShared(Vertx, JsonObject) - Static method in interface io.vertx.ext.asyncsql.PostgreSQLClient
Create a PostgreSQL client which maintains its own pool.
createNonShared(Vertx, JsonObject) - Static method in interface io.vertx.ext.jdbc.JDBCClient
Create a JDBC client which maintains its own data source.
createNonShared(Vertx, JsonObject) - Static method in interface io.vertx.ext.mongo.MongoClient
Create a Mongo client which maintains its own data source.
createNonShared(Vertx, JsonObject) - Static method in class io.vertx.rxjava.ext.asyncsql.MySQLClient
Create a MySQL client which maintains its own pool.
createNonShared(Vertx, JsonObject) - Static method in class io.vertx.rxjava.ext.asyncsql.PostgreSQLClient
Create a PostgreSQL client which maintains its own pool.
createNonShared(Vertx, JsonObject) - Static method in class io.vertx.rxjava.ext.jdbc.JDBCClient
Create a JDBC client which maintains its own data source.
createNonShared(Vertx, 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.
createService() - Method in class io.vertx.ext.auth.AbstractAuthServiceVerticle
 
createService() - Method in class io.vertx.ext.auth.AuthServiceVerticle
 
createService() - Method in class io.vertx.ext.auth.shiro.ShiroAuthServiceVerticle
 
createSession(long) - Method in interface io.vertx.ext.apex.sstore.SessionStore
Create a new session
createSession(long) - Method in class io.vertx.rxjava.ext.apex.sstore.SessionStore
Create a new session
createShared(Vertx, JsonObject, String) - Static method in interface io.vertx.ext.asyncsql.MySQLClient
Create a MySQL client which shares its data source with any other MySQL clients created with the same data source name
createShared(Vertx, JsonObject) - Static method in interface io.vertx.ext.asyncsql.MySQLClient
createShared(Vertx, JsonObject, String) - Static method in interface io.vertx.ext.asyncsql.PostgreSQLClient
Create a PostgreSQL client which shares its pool with any other MySQL clients created with the same pool name
createShared(Vertx, JsonObject) - Static method in interface io.vertx.ext.asyncsql.PostgreSQLClient
createShared(Vertx, JsonObject, String) - Static method in interface io.vertx.ext.jdbc.JDBCClient
Create a JDBC client which shares its data source with any other JDBC clients created with the same data source name
createShared(Vertx, JsonObject) - Static method in interface io.vertx.ext.jdbc.JDBCClient
Like JDBCClient.createShared(io.vertx.core.Vertx, JsonObject, String) but with the default data source name
createShared(Vertx, JsonObject, String) - Static method in interface io.vertx.ext.mongo.MongoClient
Create a Mongo client which shares its data source with any other Mongo clients created with the same data source name
createShared(Vertx, JsonObject) - Static method in interface io.vertx.ext.mongo.MongoClient
createShared(Vertx, JsonObject, String) - Static method in class io.vertx.rxjava.ext.asyncsql.MySQLClient
Create a MySQL client which shares its data source with any other MySQL clients created with the same data source name
createShared(Vertx, JsonObject) - Static method in class io.vertx.rxjava.ext.asyncsql.MySQLClient
createShared(Vertx, JsonObject, String) - Static method in class io.vertx.rxjava.ext.asyncsql.PostgreSQLClient
Create a PostgreSQL client which shares its pool with any other MySQL clients created with the same pool name
createShared(Vertx, JsonObject) - Static method in class io.vertx.rxjava.ext.asyncsql.PostgreSQLClient
createShared(Vertx, JsonObject, String) - Static method in class io.vertx.rxjava.ext.jdbc.JDBCClient
Create a JDBC client which shares its data source with any other JDBC clients created with the same data source name
createShared(Vertx, JsonObject) - Static method in class io.vertx.rxjava.ext.jdbc.JDBCClient
createShared(Vertx, 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
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.apex.RoutingContext
 
currentRoute() - Method in class io.vertx.rxjava.ext.apex.RoutingContext
 

D

data() - Method in interface io.vertx.core.datagram.DatagramPacket
Returns the data of the DatagramPacket
data() - Method in interface io.vertx.ext.apex.RoutingContext
 
data() - Method in interface io.vertx.ext.apex.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.
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
debug(Object) - Method in class io.vertx.core.logging.Logger
 
debug(Object, Throwable) - Method in class io.vertx.core.logging.Logger
 
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.
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.apex.handler.sockjs.PermittedOptions
The default permission address : null.
DEFAULT_ADDRESS_REGEX - Static variable in class io.vertx.ext.apex.handler.sockjs.PermittedOptions
The default permission address regex : null.
DEFAULT_ALWAYS_ASYNC_FS - Static variable in interface io.vertx.ext.apex.handler.StaticHandler
Default of whether async filesystem access should always be used
DEFAULT_BLOCKED_THREAD_CHECK_PERIOD - Static variable in class io.vertx.core.VertxOptions
The default value of blocked thread check period = 1000 ms.
DEFAULT_BODY_LIMIT - Static variable in interface io.vertx.ext.apex.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.apex.handler.StaticHandler
Default cache entry timeout, when caching
DEFAULT_CACHING_ENABLED - Static variable in interface io.vertx.ext.apex.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_CONTENT_TYPE - Static variable in interface io.vertx.ext.apex.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.apex.handler.StaticHandler
Default of whether directory listing is enabled
DEFAULT_DIRECTORY_TEMPLATE - Static variable in interface io.vertx.ext.apex.handler.StaticHandler
Default template file to use for directory listing
DEFAULT_DISPLAY_EXCEPTION_DETAILS - Static variable in interface io.vertx.ext.apex.handler.ErrorHandler
Should exception details be displayed by default?
DEFAULT_DS_NAME - Static variable in interface io.vertx.ext.asyncsql.PostgreSQLClient
 
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.apex.handler.StaticHandler
Default of whether fs async/sync tuning should be used
DEFAULT_ERROR_HANDLER_TEMPLATE - Static variable in interface io.vertx.ext.apex.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.apex.handler.StaticHandler
Default value of whether files are read -only and never will be updated
DEFAULT_FORMAT - Static variable in interface io.vertx.ext.apex.handler.LoggerHandler
 
DEFAULT_FORMAT - Static variable in class io.vertx.ext.unit.report.ReportOptions
The simple format is the default format value.
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_PERIOD - Static variable in class io.vertx.ext.apex.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_INCLUDE_HIDDEN - Static variable in interface io.vertx.ext.apex.handler.StaticHandler
Default of whether hidden files can be served
DEFAULT_INDEX_PAGE - Static variable in interface io.vertx.ext.apex.handler.StaticHandler
The default index page
DEFAULT_INSERT_JSESSIONID - Static variable in class io.vertx.ext.apex.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.apex.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.apex.handler.RedirectAuthHandler
Default path the user will be redirected to
DEFAULT_LOGIN_TIMEOUT - Static variable in interface io.vertx.ext.auth.AuthService
How long in ms, by default, a login will remain valid for before being expired
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.apex.handler.sockjs.PermittedOptions
The default permission match : null.
DEFAULT_MAX_ADDRESS_LENGTH - Static variable in class io.vertx.ext.apex.handler.sockjs.BridgeOptions
Default value for max address length = 200
DEFAULT_MAX_AGE_SECONDS - Static variable in interface io.vertx.ext.apex.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.apex.handler.StaticHandler
Default max age for cache headers
DEFAULT_MAX_AVG_SERVE_TIME_NS - Static variable in interface io.vertx.ext.apex.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.apex.handler.sockjs.SockJSHandlerOptions
 
DEFAULT_MAX_CACHE_SIZE - Static variable in interface io.vertx.ext.apex.handler.StaticHandler
The default max cache size
DEFAULT_MAX_CACHE_SIZE - Static variable in interface io.vertx.ext.apex.templ.HandlebarsTemplateEngine
Default max number of templates to cache
DEFAULT_MAX_CACHE_SIZE - Static variable in interface io.vertx.ext.apex.templ.JadeTemplateEngine
Default max number of templates to cache
DEFAULT_MAX_CACHE_SIZE - Static variable in interface io.vertx.ext.apex.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.apex.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_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.apex.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.apex.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.apex.handler.FormLoginHandler
The default value of the form attribute which will contain the password
DEFAULT_PERMS - Static variable in class io.vertx.core.file.OpenOptions
 
DEFAULT_PING_TIMEOUT - Static variable in class io.vertx.ext.apex.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.asyncsql.MySQLClient
 
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.apex.handler.BasicAuthHandler
The default realm to use
DEFAULT_REAPER_PERIOD - Static variable in interface io.vertx.ext.apex.sstore.LocalSessionStore
Default of how often, in ms, to check for expired sessions
DEFAULT_REAPER_PERIOD - Static variable in interface io.vertx.ext.auth.AuthService
How long, in ms, to check for expired logins and remove them.
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_REDEPLOY - Static variable in class io.vertx.core.DeploymentOptions
 
DEFAULT_REDEPLOY_GRACE_PERIOD - Static variable in class io.vertx.core.DeploymentOptions
 
DEFAULT_REDEPLOY_SCAN_PERIOD - Static variable in class io.vertx.core.DeploymentOptions
 
DEFAULT_REPLY_TIMEOUT - Static variable in class io.vertx.ext.apex.handler.sockjs.BridgeOptions
Default value for reply timeout = 30000
DEFAULT_REQUIRED_PERMISSION - Static variable in class io.vertx.ext.apex.handler.sockjs.PermittedOptions
The default permission required permission : null.
DEFAULT_REQUIRED_ROLE - Static variable in class io.vertx.ext.apex.handler.sockjs.PermittedOptions
The default permission required role : null.
DEFAULT_RETURN_URL_PARAM - Static variable in interface io.vertx.ext.apex.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.apex.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_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.apex.handler.SessionHandler
Default name of session cookie
DEFAULT_SESSION_MAP_NAME - Static variable in interface io.vertx.ext.apex.sstore.ClusteredSessionStore
The default name used for the session map
DEFAULT_SESSION_MAP_NAME - Static variable in interface io.vertx.ext.apex.sstore.LocalSessionStore
Default name for map used to store sessions
DEFAULT_SESSION_TIMEOUT - Static variable in interface io.vertx.ext.apex.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.apex.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.apex.handler.TemplateHandler
The default directory where templates will be looked for
DEFAULT_TEMPLATE_EXTENSION - Static variable in interface io.vertx.ext.apex.templ.HandlebarsTemplateEngine
Default template extension
DEFAULT_TEMPLATE_EXTENSION - Static variable in interface io.vertx.ext.apex.templ.JadeTemplateEngine
Default template extension
DEFAULT_TEMPLATE_EXTENSION - Static variable in interface io.vertx.ext.apex.templ.MVELTemplateEngine
Default template extension
DEFAULT_TEMPLATE_MODE - Static variable in interface io.vertx.ext.apex.templ.ThymeleafTemplateEngine
 
DEFAULT_TIMEOUT - Static variable in class io.vertx.core.eventbus.DeliveryOptions
The default send timeout.
DEFAULT_TIMEOUT - Static variable in interface io.vertx.ext.apex.handler.TimeoutHandler
The default timeout, in ms
DEFAULT_TIMEOUT - Static variable in class io.vertx.ext.unit.TestOptions
The default time out value in milliseconds: 2 minutes.
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.apex.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.apex.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.apex.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
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.apex.Router
Add a route that matches any HTTP DELETE request
delete(String) - Method in interface io.vertx.ext.apex.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.apex.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.apex.Router
Add a route that matches any HTTP DELETE request
delete(String) - Method in class io.vertx.rxjava.ext.apex.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.apex.sstore.SessionStore
Delete the session with the specified ID
deleteAbs(String) - Method in interface io.vertx.core.http.HttpClient
Create an HTTP DELETE request to send to the server using an absolute URI
deleteAbs(String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
Create an HTTP DELETE request to send to the server using an absolute URI, specifying a response handler to receive the response
deleteAbs(String) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP DELETE request to send to the server using an absolute URI
deleteAbs(String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP DELETE request to send to the server using an absolute URI, specifying a response handler to receive the response
deleteBlocking(String) - Method in interface io.vertx.core.file.FileSystem
deleteBlocking(String) - Method in class io.vertx.rxjava.core.file.FileSystem
deleteObservable(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Deletes the file represented by the specified path, asynchronously.
deleteObservable(String) - Method in class io.vertx.rxjava.ext.apex.sstore.SessionStore
Delete the session with the specified ID
deleteRecursive(String, boolean, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
Deletes the file represented by the specified path, asynchronously.
deleteRecursive(String, boolean, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Deletes the file represented by the specified path, asynchronously.
deleteRecursiveBlocking(String, boolean) - Method in interface io.vertx.core.file.FileSystem
deleteRecursiveBlocking(String, boolean) - Method in class io.vertx.rxjava.core.file.FileSystem
deleteRecursiveObservable(String, boolean) - Method in class io.vertx.rxjava.core.file.FileSystem
Deletes the file represented by the specified path, asynchronously.
deleteWithRegex(String) - Method in interface io.vertx.ext.apex.Router
Add a route that matches a HTTP DELETE request and the specified path regex
deleteWithRegex(String) - Method in class io.vertx.rxjava.ext.apex.Router
Add a route that matches a HTTP DELETE request and the specified path regex
delimitedMode(String) - Method in class 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(byte[]) - Method in class io.vertx.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.deployVerticle(String) but the completionHandler will be notified when the deployment is complete.
deployVerticle(String, DeploymentOptions) - Method in class io.vertx.rxjava.core.Vertx
Like #deployVerticle(Verticle) but DeploymentOptions are provided to configure the deployment.
deployVerticle(String, DeploymentOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.core.Vertx
Like Vertx.deployVerticle(String, Handler) but DeploymentOptions are provided to configure the deployment.
deployVerticleObservable(String) - Method in class io.vertx.rxjava.core.Vertx
Like Vertx.deployVerticle(String) but the completionHandler will be notified when the deployment is complete.
deployVerticleObservable(String, DeploymentOptions) - Method in class io.vertx.rxjava.core.Vertx
Like Vertx.deployVerticle(String, Handler) but DeploymentOptions are provided to configure the deployment.
destroy() - Method in interface io.vertx.ext.apex.Session
Destroy the session
destroy() - Method in class io.vertx.rxjava.ext.apex.Session
Destroy the session
disable() - Method in interface io.vertx.ext.apex.Route
Disable this route.
disable() - Method in class io.vertx.rxjava.ext.apex.Route
Disable this route.
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.
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.apex.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.apex.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(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
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

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.apex.Route
Enable this route.
enable() - Method in class io.vertx.rxjava.ext.apex.Route
Enable this route.
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 interface io.vertx.ext.apex.Cookie
Encode the cookie to a string.
encode() - Method in class io.vertx.ext.mail.mailencoder.MailEncoder
encode the MailMessage to a String
encode() - Method in class io.vertx.rxjava.ext.apex.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() - 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(Buffer) but writes a String in UTF-8 encoding
end(String, String) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
Same as HttpClientRequest.end(Buffer) but writes a String with the specified encoding
end(Buffer) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
Same as HttpClientRequest.end() 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(Buffer) but writes a String in UTF-8 encoding before ending the response.
end(String, String) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Same as HttpServerResponse.end(Buffer) but writes a String with the specified encoding before ending the response.
end(Buffer) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Same as HttpServerResponse.end() 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.
endHandler(Handler<Void>) - Method in interface io.vertx.core.datagram.DatagramSocket
 
endHandler(Handler<Void>) - Method in interface io.vertx.core.eventbus.MessageConsumer
 
endHandler(Handler<Void>) - Method in interface io.vertx.core.file.AsyncFile
 
endHandler(Handler<Void>) - Method in interface io.vertx.core.http.HttpClientRequest
 
endHandler(Handler<Void>) - Method in interface io.vertx.core.http.HttpClientResponse
 
endHandler(Handler<Void>) - Method in interface io.vertx.core.http.HttpServerFileUpload
 
endHandler(Handler<Void>) - Method in interface io.vertx.core.http.HttpServerRequest
 
endHandler(Handler<Void>) - Method in interface io.vertx.core.http.HttpServerRequestStream
 
endHandler(Handler<Void>) - Method in interface io.vertx.core.http.ServerWebSocket
 
endHandler(Handler<Void>) - Method in interface io.vertx.core.http.ServerWebSocketStream
 
endHandler(Handler<Void>) - Method in interface io.vertx.core.http.WebSocket
 
endHandler(Handler<Void>) - Method in interface io.vertx.core.http.WebSocketBase
 
endHandler(Handler<Void>) - Method in interface io.vertx.core.http.WebSocketStream
 
endHandler(Handler<Void>) - Method in interface io.vertx.core.net.NetSocket
 
endHandler(Handler<Void>) - Method in interface io.vertx.core.net.NetSocketStream
 
endHandler(Handler<Void>) - Method in interface io.vertx.core.streams.ReadStream
Set an end handler.
endHandler(Handler<Void>) - Method in interface io.vertx.core.TimeoutStream
 
endHandler(Handler<Void>) - Method in interface io.vertx.ext.apex.handler.sockjs.SockJSSocket
 
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 class io.vertx.rxjava.core.datagram.DatagramSocket
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.file.AsyncFile
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.HttpClientResponse
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.HttpServerRequestStream
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.ServerWebSocketStream
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.WebSocket
 
endHandler(Handler<Void>) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.WebSocketStream
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.net.NetSocket
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.net.NetSocketStream
 
endHandler(Handler<Void>) - Method in interface io.vertx.rxjava.core.streams.ReadStream
Set an end handler.
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.TimeoutStream
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.ext.apex.handler.sockjs.SockJSSocket
 
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
 
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.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.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.Logger
 
error(Object, Throwable) - Method in class io.vertx.core.logging.Logger
 
ErrorHandler - Interface in io.vertx.ext.apex.handler
A pretty error handler for rendering error pages.
ErrorHandler - Class in io.vertx.rxjava.ext.apex.handler
A pretty error handler for rendering error pages.
ErrorHandler - Class in io.vertx.rxjava.ext.apex.handler
A pretty error handler for rendering error pages.
ErrorHandler(ErrorHandler) - Constructor for class io.vertx.rxjava.ext.apex.handler.ErrorHandler
 
ETAG - Static variable in class io.vertx.core.http.HttpHeaders
Etag header name
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.
EventBusBridgeHook - Interface in io.vertx.ext.apex.handler.sockjs
A hook that you can use to receive various events on the EventBusBridge.
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.
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.apex.handler.sockjs.SockJSSocket
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.ext.apex.Router
Specify a handler for any unhandled exceptions on this router.
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 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.apex.handler.sockjs.SockJSSocket
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.ext.apex.Router
Specify a handler for any unhandled exceptions on this router.
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.
exceptionOccurred(S, SocketAddress, Throwable) - Method in interface io.vertx.core.spi.metrics.NetworkMetrics
Called when exceptions occur for a specific connection.
execute() - Method in class io.vertx.lang.rxjava.ReadStreamAdapter
 
execute() - Method in class io.vertx.rx.java.SingleOnSubscribeAdapter
 
executeBlocking(Handler<Future<T>>, Handler<AsyncResult<T>>) - Method in interface io.vertx.core.Vertx
Safely execute some blocking code.
executeBlocking(Handler<Future<T>>, Handler<AsyncResult<T>>) - 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
Safely execute some blocking code.
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<Boolean>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Determines whether the file as specified by the path path exists, asynchronously.
existsBlocking(String) - Method in interface io.vertx.core.file.FileSystem
existsBlocking(String) - Method in class io.vertx.rxjava.core.file.FileSystem
existsObservable(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Determines whether the file as specified by the path path exists, asynchronously.
EXPECT - Static variable in class io.vertx.core.http.HttpHeaders
Expect header name
EXPIRES - Static variable in class io.vertx.core.http.HttpHeaders
Expires header name
exposedHeader(String) - Method in interface io.vertx.ext.apex.handler.CorsHandler
Add an exposed header
exposedHeader(String) - Method in class io.vertx.rxjava.ext.apex.handler.CorsHandler
Add an exposed header
exposedHeaders(Set<String>) - Method in interface io.vertx.ext.apex.handler.CorsHandler
Add a set of exposed headers
exposedHeaders(Set<String>) - Method in class io.vertx.rxjava.ext.apex.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(int) - Method in interface io.vertx.ext.apex.RoutingContext
Fail the context with the specified status code.
fail(Throwable) - Method in interface io.vertx.ext.apex.RoutingContext
Fail the context with the specified throwable.
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, 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(int) - Method in class io.vertx.rxjava.ext.apex.RoutingContext
Fail the context with the specified status code.
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.
failed() - Method in interface io.vertx.core.AsyncResult
Did it fail?
failed() - Method in interface io.vertx.ext.apex.RoutingContext
 
failed() - Method in interface io.vertx.ext.unit.report.TestResult
Did it fail?
failed() - Method in class io.vertx.rxjava.ext.apex.RoutingContext
 
failed() - Method in class io.vertx.rxjava.ext.unit.report.TestResult
Did it fail?
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() - Method in interface io.vertx.ext.apex.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 - 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(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.apex.Route
Specify a failure handler for the route.
failureHandler(Handler<RoutingContext>) - Method in class io.vertx.rxjava.ext.apex.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.Logger
 
fatal(Object, Throwable) - Method in class io.vertx.core.logging.Logger
 
FaviconHandler - Interface in io.vertx.ext.apex.handler
A handler that serves favicons.
FaviconHandler - Class in io.vertx.rxjava.ext.apex.handler
A handler that serves favicons.
FaviconHandler - Class in io.vertx.rxjava.ext.apex.handler
A handler that serves favicons.
FaviconHandler(FaviconHandler) - Constructor for class io.vertx.rxjava.ext.apex.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.apex.FileUpload
 
filename() - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
 
fileName() - Method in class io.vertx.rxjava.ext.apex.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.apex
Represents a file-upload from an HTTP multipart form submission.
FileUpload - Class in io.vertx.rxjava.ext.apex
Represents a file-upload from an HTTP multipart form submission.
FileUpload - Class in io.vertx.rxjava.ext.apex
Represents a file-upload from an HTTP multipart form submission.
FileUpload(FileUpload) - Constructor for class io.vertx.rxjava.ext.apex.FileUpload
 
fileUploads() - Method in interface io.vertx.ext.apex.RoutingContext
 
fileUploads() - Method in class io.vertx.rxjava.ext.apex.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 class io.vertx.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
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
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.apex.handler
Handler that handles login from a form on a custom login page.
FormLoginHandler - Class in io.vertx.rxjava.ext.apex.handler
Handler that handles login from a form on a custom login page.
FormLoginHandler - Class in io.vertx.rxjava.ext.apex.handler
Handler that handles login from a form on a custom login page.
FormLoginHandler(FormLoginHandler) - Constructor for class io.vertx.rxjava.ext.apex.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
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

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() - Method in interface io.vertx.ext.apex.Router
Add a route that matches any HTTP GET request
get(String) - Method in interface io.vertx.ext.apex.Router
Add a route that matches a HTTP GET request and the specified path
get(String) - Method in interface io.vertx.ext.apex.RoutingContext
Get some data from the context.
get(String) - Method in interface io.vertx.ext.apex.Session
Get some data from the session
get(String, Handler<AsyncResult<Session>>) - Method in interface io.vertx.ext.apex.sstore.SessionStore
Get the session with the specified ID
get(String) - Method in interface io.vertx.ext.unit.TestContext
Get some data from the context.
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() - Method in class io.vertx.rxjava.ext.apex.Router
Add a route that matches any HTTP GET request
get(String) - Method in class io.vertx.rxjava.ext.apex.Router
Add a route that matches a HTTP GET request and the specified path
get(String) - Method in class io.vertx.rxjava.ext.apex.RoutingContext
Get some data from the context.
get(String) - Method in class io.vertx.rxjava.ext.apex.Session
Get some data from the session
get(String, Handler<AsyncResult<Session>>) - Method in class io.vertx.rxjava.ext.apex.sstore.SessionStore
Get the session with the specified ID
get(String) - Method in class io.vertx.rxjava.ext.unit.TestContext
Get some data from the context.
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.apex.RoutingContext
If the route specifies produces matches, e.g.
getAcceptableContentType() - Method in class io.vertx.rxjava.ext.apex.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.apex.handler.sockjs.PermittedOptions
 
getAddressRegex() - Method in class io.vertx.ext.apex.handler.sockjs.PermittedOptions
 
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
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
getAttachment() - Method in class io.vertx.ext.mail.MailMessage
get the list of attachments of this mail
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.
getBlockedThreadCheckPeriod() - Method in class io.vertx.core.VertxOptions
Get the value of blocked thread check period, in ms.
getBody() - Method in interface io.vertx.ext.apex.RoutingContext
 
getBody() - Method in class io.vertx.rxjava.ext.apex.RoutingContext
 
getBodyAsJson() - Method in interface io.vertx.ext.apex.RoutingContext
 
getBodyAsJson() - Method in class io.vertx.rxjava.ext.apex.RoutingContext
 
getBodyAsString() - Method in interface io.vertx.ext.apex.RoutingContext
 
getBodyAsString(String) - Method in interface io.vertx.ext.apex.RoutingContext
Get the entire HTTP request body as a string, assuming the specified encoding.
getBodyAsString() - Method in class io.vertx.rxjava.ext.apex.RoutingContext
 
getBodyAsString(String) - Method in class io.vertx.rxjava.ext.apex.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.
getConnection(Handler<AsyncResult<SQLConnection>>) - Method in interface io.vertx.ext.asyncsql.AsyncSQLClient
Returns a connection that can be used to perform SQL operations on.
getConnection(Handler<AsyncResult<SQLConnection>>) - Method in interface io.vertx.ext.jdbc.JDBCClient
Returns a connection that can be used to perform SQL operations on.
getConnection(Handler<AsyncResult<SQLConnection>>) - Method in class io.vertx.rxjava.ext.asyncsql.AsyncSQLClient
Returns a connection that can be used to perform SQL operations on.
getConnection(Handler<AsyncResult<SQLConnection>>) - Method in class io.vertx.rxjava.ext.jdbc.JDBCClient
Returns a connection that can be used to perform SQL operations on.
getConnectionObservable() - Method in class io.vertx.rxjava.ext.asyncsql.AsyncSQLClient
Returns a connection that can be used to perform SQL operations on.
getConnectionObservable() - Method in class io.vertx.rxjava.ext.jdbc.JDBCClient
Returns a connection that can be used to perform SQL operations on.
getConnectTimeout() - Method in class io.vertx.core.net.ClientOptionsBase
 
getContentType() - Method in class io.vertx.ext.mail.MailAttachment
get the Content-Type
getCookie(String) - Method in interface io.vertx.ext.apex.RoutingContext
Get the cookie with the specified name.
getCookie(String) - Method in class io.vertx.rxjava.ext.apex.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.
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.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.apex.Cookie
 
getDelegate() - Method in class io.vertx.rxjava.ext.apex.FileUpload
 
getDelegate() - Method in interface io.vertx.rxjava.ext.apex.handler.AuthHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.apex.handler.BasicAuthHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.apex.handler.BodyHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.apex.handler.CookieHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.apex.handler.CorsHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.apex.handler.ErrorHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.apex.handler.FaviconHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.apex.handler.FormLoginHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.apex.handler.LoggerHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.apex.handler.RedirectAuthHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.apex.handler.ResponseTimeHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.apex.handler.SessionHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.apex.handler.sockjs.SockJSHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.apex.handler.sockjs.SockJSSocket
 
getDelegate() - Method in class io.vertx.rxjava.ext.apex.handler.StaticHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.apex.handler.TemplateHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.apex.handler.TimeoutHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.apex.Route
 
getDelegate() - Method in class io.vertx.rxjava.ext.apex.Router
 
getDelegate() - Method in class io.vertx.rxjava.ext.apex.RoutingContext
 
getDelegate() - Method in class io.vertx.rxjava.ext.apex.Session
 
getDelegate() - Method in class io.vertx.rxjava.ext.apex.sstore.ClusteredSessionStore
 
getDelegate() - Method in class io.vertx.rxjava.ext.apex.sstore.LocalSessionStore
 
getDelegate() - Method in class io.vertx.rxjava.ext.apex.sstore.SessionStore
 
getDelegate() - Method in class io.vertx.rxjava.ext.apex.templ.HandlebarsTemplateEngine
 
getDelegate() - Method in class io.vertx.rxjava.ext.apex.templ.JadeTemplateEngine
 
getDelegate() - Method in class io.vertx.rxjava.ext.apex.templ.MVELTemplateEngine
 
getDelegate() - Method in class io.vertx.rxjava.ext.apex.templ.TemplateEngine
 
getDelegate() - Method in class io.vertx.rxjava.ext.apex.templ.ThymeleafTemplateEngine
 
getDelegate() - Method in class io.vertx.rxjava.ext.asyncsql.AsyncSQLClient
 
getDelegate() - Method in class io.vertx.rxjava.ext.asyncsql.MySQLClient
 
getDelegate() - Method in class io.vertx.rxjava.ext.asyncsql.PostgreSQLClient
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.AuthProvider
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.AuthService
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.shiro.ShiroAuthProvider
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.shiro.ShiroAuthService
 
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.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
 
getDescription() - Method in class io.vertx.ext.mail.MailAttachment
get the description field
getDisabledTransports() - Method in class io.vertx.ext.apex.handler.sockjs.SockJSHandlerOptions
 
getDisposition() - Method in class io.vertx.ext.mail.MailAttachment
get the disposition field
getDomain() - Method in interface io.vertx.ext.apex.Cookie
 
getDomain() - Method in class io.vertx.rxjava.ext.apex.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
 
getEhloHostname() - Method in class io.vertx.ext.mail.MailConfig
get the hostname to be used for HELO/EHLO
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.
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.apex.templ.HandlebarsTemplateEngine
Get a reference to the internal Handlebars object so it can be configured.
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(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
getHeartbeatPeriod() - Method in class io.vertx.ext.apex.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 set to 0 to disable the client side timeout (shutdown of the connections depends on the server's timeout in this case) set to -1 to disable connection pooling completely
getInboundPermitteds() - Method in class io.vertx.ext.apex.handler.sockjs.BridgeOptions
 
getInstances() - Method in class io.vertx.core.DeploymentOptions
Get the number of instances that should be deployed.
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.
getIsolationGroup() - Method in class io.vertx.core.DeploymentOptions
Get the isolation group that will be used when deploying the verticle(s)
getJadeConfiguration() - Method in interface io.vertx.ext.apex.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
getKeyValue() - Method in class io.vertx.core.net.PemKeyCertOptions
Get the key as a buffer
getLibraryURL() - Method in class io.vertx.ext.apex.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.getLock(String, Handler) but specifying a timeout.
getLockWithTimeoutObservable(String, long) - Method in class io.vertx.rxjava.core.shareddata.SharedData
Like SharedData.getLock(String, Handler) but specifying a timeout.
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.apex.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.apex.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.apex.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.apex.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 or 0, the default is 10 set to -1 to disable connection pooling completely
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
 
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.
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.
getMin() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxHistogramMBean
 
getMin() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxTimerMBean
 
getMonitoredEventBusHandlers() - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
 
getMonitoredHttpClientUris() - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
 
getMonitoredHttpServerUris() - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
 
getMulticastNetworkInterface() - Method in class io.vertx.core.datagram.DatagramSocketOptions
Get the multicast network interface address
getMulticastTimeToLive() - Method in class io.vertx.core.datagram.DatagramSocketOptions
 
getName() - Method in interface io.vertx.ext.apex.Cookie
 
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.rxjava.ext.apex.Cookie
 
getNetClientOptions() - Method in class io.vertx.ext.mail.MailConfig
get the NetClientOptions to be used when opening SMTP connections
getNodeID() - Method in interface io.vertx.core.spi.cluster.ClusterManager
Return the unique node ID for this node
getNodes() - Method in interface io.vertx.core.spi.cluster.ClusterManager
Return a list of node IDs corresponding to the nodes in the cluster
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.apex.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.apex.handler.sockjs.BridgeOptions
 
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.apex.Cookie
 
getPath() - Method in interface io.vertx.ext.apex.Route
 
getPath() - Method in class io.vertx.rxjava.ext.apex.Cookie
 
getPath() - Method in class io.vertx.rxjava.ext.apex.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.apex.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
getPrincipal() - Method in interface io.vertx.ext.apex.Session
Get the principal
getPrincipal() - Method in class io.vertx.rxjava.ext.apex.Session
Get the principal
getQuorumSize() - Method in class io.vertx.core.VertxOptions
Get the quorum size to be used when HA is enabled.
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
getReconnectAttempts() - Method in class io.vertx.core.net.NetClientOptions
 
getReconnectInterval() - Method in class io.vertx.core.net.NetClientOptions
 
getRedeployGracePeriod() - Method in class io.vertx.core.DeploymentOptions
 
getRedeployScanPeriod() - Method in class io.vertx.core.DeploymentOptions
 
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.apex.handler.sockjs.BridgeOptions
 
getReporters() - Method in class io.vertx.ext.unit.report.ReportingOptions
 
getRequiredPermission() - Method in class io.vertx.ext.apex.handler.sockjs.PermittedOptions
 
getRequiredRole() - Method in class io.vertx.ext.apex.handler.sockjs.PermittedOptions
 
getRoutes() - Method in interface io.vertx.ext.apex.Router
 
getRoutes() - Method in class io.vertx.rxjava.ext.apex.Router
 
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.apex.handler.sockjs.SockJSHandlerOptions
 
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.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
getText() - Method in class io.vertx.ext.mail.MailMessage
get the plain text of this mail
getThymeleafTemplateEngine() - Method in interface io.vertx.ext.apex.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 interface io.vertx.ext.apex.Cookie
 
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 class io.vertx.rxjava.ext.apex.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
getWebsocketSubProtocols() - Method in class io.vertx.core.http.HttpServerOptions
 
getWithRegex(String) - Method in interface io.vertx.ext.apex.Router
Add a route that matches a HTTP GET request and the specified path regex
getWithRegex(String) - Method in class io.vertx.rxjava.ext.apex.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 class 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.auth.AuthServiceVertxProxyHandler
 
handle(Message<JsonObject>) - Method in class io.vertx.ext.mail.MailServiceVertxProxyHandler
 
handle(J) - Method in class io.vertx.lang.rxjava.ReadStreamAdapter
 
handle(RoutingContext) - Method in interface io.vertx.rxjava.ext.apex.handler.AuthHandler
 
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.apex.handler.BasicAuthHandler
 
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.apex.handler.BodyHandler
 
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.apex.handler.CookieHandler
 
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.apex.handler.CorsHandler
 
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.apex.handler.ErrorHandler
 
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.apex.handler.FaviconHandler
 
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.apex.handler.FormLoginHandler
 
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.apex.handler.LoggerHandler
 
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.apex.handler.RedirectAuthHandler
 
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.apex.handler.ResponseTimeHandler
 
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.apex.handler.SessionHandler
 
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.apex.handler.sockjs.SockJSHandler
 
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.apex.handler.StaticHandler
 
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.apex.handler.TemplateHandler
 
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.apex.handler.TimeoutHandler
 
handleAuthorise(JsonObject, String, Handler<AsyncResult<Boolean>>) - Method in interface io.vertx.ext.apex.handler.sockjs.EventBusBridgeHook
Called before authorisation - you can override authorisation here if you don't want the default
HandlebarsTemplateEngine - Interface in io.vertx.ext.apex.templ
A template engine that uses the Handlebars library.
HandlebarsTemplateEngine - Class in io.vertx.rxjava.ext.apex.templ
A template engine that uses the Handlebars library.
HandlebarsTemplateEngine - Class in io.vertx.rxjava.ext.apex.templ
A template engine that uses the Handlebars library.
HandlebarsTemplateEngine(HandlebarsTemplateEngine) - Constructor for class io.vertx.rxjava.ext.apex.templ.HandlebarsTemplateEngine
 
handleContext(RoutingContext) - Method in interface io.vertx.ext.apex.Router
Used to route a context to the router.
handleContext(RoutingContext) - Method in class io.vertx.rxjava.ext.apex.Router
Used to route a context to the router.
handleFailure(RoutingContext) - Method in interface io.vertx.ext.apex.Router
Used to route a failure to the router.
handleFailure(RoutingContext) - Method in class io.vertx.rxjava.ext.apex.Router
Used to route a failure to the router.
handlePostRegister(SockJSSocket, String) - Method in interface io.vertx.ext.apex.handler.sockjs.EventBusBridgeHook
Called after client registers a handler
handlePreRegister(SockJSSocket, String) - Method in interface io.vertx.ext.apex.handler.sockjs.EventBusBridgeHook
Called before client registers a handler
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<Buffer>) - Method in interface io.vertx.ext.apex.handler.sockjs.SockJSSocket
 
handler(Handler<RoutingContext>) - Method in interface io.vertx.ext.apex.Route
Specify a request handler for the route.
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<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<Buffer>) - Method in class io.vertx.rxjava.ext.apex.handler.sockjs.SockJSSocket
 
handler(Handler<RoutingContext>) - Method in class io.vertx.rxjava.ext.apex.Route
Specify a request handler for the route.
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.
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.
handlerUnregistered(H) - Method in interface io.vertx.core.spi.metrics.EventBusMetrics
Called when a handler has been unregistered from the event bus.
handleSendOrPub(SockJSSocket, boolean, JsonObject, String) - Method in interface io.vertx.ext.apex.handler.sockjs.EventBusBridgeHook
Client is sending or publishing on the socket
handleSocketClosed(SockJSSocket) - Method in interface io.vertx.ext.apex.handler.sockjs.EventBusBridgeHook
The socket has been closed
handleSocketCreated(SockJSSocket) - Method in interface io.vertx.ext.apex.handler.sockjs.EventBusBridgeHook
Called when a new socket is created You can override this method to do things like check the origin header of a socket before accepting it
handleUnregister(SockJSSocket, String) - Method in interface io.vertx.ext.apex.handler.sockjs.EventBusBridgeHook
Client is unregistering a handler
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.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.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 interface io.vertx.ext.apex.Session
Does the logged in user have the specified permissions? Information is cached for the lifetime of the session
hasPermission(JsonObject, String, Handler<AsyncResult<Boolean>>) - Method in interface io.vertx.ext.auth.AuthProvider
Handle whether a principal has a permission
hasPermission(String, String, Handler<AsyncResult<Boolean>>) - Method in interface io.vertx.ext.auth.AuthService
Does the user have the specified permission?
hasPermission(String, String, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.ext.auth.AuthServiceVertxEBProxy
 
hasPermission(JsonObject, String) - Method in interface io.vertx.ext.auth.shiro.ShiroAuthRealm
 
hasPermission(String, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.rxjava.ext.apex.Session
Does the logged in user have the specified permissions? Information is cached for the lifetime of the session
hasPermission(JsonObject, String, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.rxjava.ext.auth.AuthProvider
Handle whether a principal has a permission
hasPermission(String, String, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.rxjava.ext.auth.AuthService
Does the user have the specified permission?
hasPermissionObservable(String) - Method in class io.vertx.rxjava.ext.apex.Session
Does the logged in user have the specified permissions? Information is cached for the lifetime of the session
hasPermissionObservable(JsonObject, String) - Method in class io.vertx.rxjava.ext.auth.AuthProvider
Handle whether a principal has a permission
hasPermissionObservable(String, String) - Method in class io.vertx.rxjava.ext.auth.AuthService
Does the user have the specified permission?
hasPermissions(Set<String>, Handler<AsyncResult<Boolean>>) - Method in interface io.vertx.ext.apex.Session
Does the logged in user have the specified permissions? Information is cached for the lifetime of the session
hasPermissions(String, Set<String>, Handler<AsyncResult<Boolean>>) - Method in interface io.vertx.ext.auth.AuthService
Does the user have the specified permissions?
hasPermissions(String, Set<String>, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.ext.auth.AuthServiceVertxEBProxy
 
hasPermissions(Set<String>, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.rxjava.ext.apex.Session
Does the logged in user have the specified permissions? Information is cached for the lifetime of the session
hasPermissions(String, Set<String>, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.rxjava.ext.auth.AuthService
Does the user have the specified permissions?
hasPermissionsObservable(Set<String>) - Method in class io.vertx.rxjava.ext.apex.Session
Does the logged in user have the specified permissions? Information is cached for the lifetime of the session
hasPermissionsObservable(String, Set<String>) - Method in class io.vertx.rxjava.ext.auth.AuthService
Does the user have the specified permissions?
hasRole(String, Handler<AsyncResult<Boolean>>) - Method in interface io.vertx.ext.apex.Session
Does the logged in user have the specified role? Information is cached for the lifetime of the session
hasRole(JsonObject, String, Handler<AsyncResult<Boolean>>) - Method in interface io.vertx.ext.auth.AuthProvider
Handle whether a principal has a role
hasRole(String, String, Handler<AsyncResult<Boolean>>) - Method in interface io.vertx.ext.auth.AuthService
Does the user have the specified role?
hasRole(String, String, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.ext.auth.AuthServiceVertxEBProxy
 
hasRole(JsonObject, String) - Method in interface io.vertx.ext.auth.shiro.ShiroAuthRealm
 
hasRole(String, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.rxjava.ext.apex.Session
Does the logged in user have the specified role? Information is cached for the lifetime of the session
hasRole(JsonObject, String, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.rxjava.ext.auth.AuthProvider
Handle whether a principal has a role
hasRole(String, String, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.rxjava.ext.auth.AuthService
Does the user have the specified role?
hasRoleObservable(String) - Method in class io.vertx.rxjava.ext.apex.Session
Does the logged in user have the specified role? Information is cached for the lifetime of the session
hasRoleObservable(JsonObject, String) - Method in class io.vertx.rxjava.ext.auth.AuthProvider
Handle whether a principal has a role
hasRoleObservable(String, String) - Method in class io.vertx.rxjava.ext.auth.AuthService
Does the user have the specified role?
hasRoles(Set<String>, Handler<AsyncResult<Boolean>>) - Method in interface io.vertx.ext.apex.Session
Does the logged in user have the specified roles? Information is cached for the lifetime of the session
hasRoles(String, Set<String>, Handler<AsyncResult<Boolean>>) - Method in interface io.vertx.ext.auth.AuthService
Does the user have the specified roles?
hasRoles(String, Set<String>, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.ext.auth.AuthServiceVertxEBProxy
 
hasRoles(Set<String>, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.rxjava.ext.apex.Session
Does the logged in user have the specified roles? Information is cached for the lifetime of the session
hasRoles(String, Set<String>, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.rxjava.ext.auth.AuthService
Does the user have the specified roles?
hasRolesObservable(Set<String>) - Method in class io.vertx.rxjava.ext.apex.Session
Does the logged in user have the specified roles? Information is cached for the lifetime of the session
hasRolesObservable(String, Set<String>) - Method in class io.vertx.rxjava.ext.auth.AuthService
Does the user have the specified roles?
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.apex.Router
Add a route that matches any HTTP HEAD request
head(String) - Method in interface io.vertx.ext.apex.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.apex.Router
Add a route that matches any HTTP HEAD request
head(String) - Method in class io.vertx.rxjava.ext.apex.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.apex.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.apex.handler.sockjs.SockJSSocket
Return the headers corresponding to the last request for this socket or the websocket handshake Any cookie headers will be removed for security reasons
headersEndHandler(Handler<Void>) - Method in interface io.vertx.core.http.HttpServerResponse
Provide a handler that will be called just before the headers are written to the wire.
headersEndHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Provide a handler that will be called just before the headers are written to the wire.
headNow(int, String, String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
Sends an HTTP HEAD request to the server at the specified host and port, specifying a response handler to receive the response
headNow(String, String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
Sends an HTTP HEAD request to the server at the specified host and default port, specifying a response handler to receive the response
headNow(String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
Sends an HTTP HEAD request to the server at the default host and port, specifying a response handler to receive the response
headNow(int, String, String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
Sends an HTTP HEAD request to the server at the specified host and port, specifying a response handler to receive the response
headNow(String, String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
Sends an HTTP HEAD request to the server at the specified host and default port, specifying a response handler to receive the response
headNow(String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
Sends an HTTP HEAD request to the server at the default host and port, specifying a response handler to receive the response
headWithRegex(String) - Method in interface io.vertx.ext.apex.Router
Add a route that matches a HTTP HEAD request and the specified path regex
headWithRegex(String) - Method in class io.vertx.rxjava.ext.apex.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
 
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
 
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.
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.
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.

I

id() - Method in interface io.vertx.ext.apex.Session
 
id() - Method in class io.vertx.rxjava.ext.apex.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
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.Logger
 
info(Object, Throwable) - Method in class io.vertx.core.logging.Logger
 
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
 
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
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.apex.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.apex.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
 
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.metrics - package io.vertx.core.spi.metrics
 
io.vertx.core.streams - package io.vertx.core.streams
 
io.vertx.ext.apex - package io.vertx.ext.apex
 
io.vertx.ext.apex.handler - package io.vertx.ext.apex.handler
 
io.vertx.ext.apex.handler.sockjs - package io.vertx.ext.apex.handler.sockjs
 
io.vertx.ext.apex.sstore - package io.vertx.ext.apex.sstore
 
io.vertx.ext.apex.templ - package io.vertx.ext.apex.templ
 
io.vertx.ext.asyncsql - package io.vertx.ext.asyncsql
 
io.vertx.ext.auth - package io.vertx.ext.auth
 
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.lang.rxjava - package io.vertx.lang.rxjava
 
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.shareddata - package io.vertx.rxjava.core.shareddata
 
io.vertx.rxjava.core.streams - package io.vertx.rxjava.core.streams
 
io.vertx.rxjava.ext.apex - package io.vertx.rxjava.ext.apex
 
io.vertx.rxjava.ext.apex.handler - package io.vertx.rxjava.ext.apex.handler
 
io.vertx.rxjava.ext.apex.handler.sockjs - package io.vertx.rxjava.ext.apex.handler.sockjs
 
io.vertx.rxjava.ext.apex.sstore - package io.vertx.rxjava.ext.apex.sstore
 
io.vertx.rxjava.ext.apex.templ - package io.vertx.rxjava.ext.apex.templ
 
io.vertx.rxjava.ext.asyncsql - package io.vertx.rxjava.ext.asyncsql
 
io.vertx.rxjava.ext.auth - package io.vertx.rxjava.ext.auth
 
io.vertx.rxjava.ext.auth.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.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
 
isActive() - Method in interface io.vertx.core.spi.cluster.ClusterManager
 
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.apex.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.apex.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.Logger
 
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.apex.Session
 
isDestroyed() - Method in class io.vertx.rxjava.ext.apex.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
 
isEventLoopContext() - Method in class io.vertx.rxjava.core.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.Logger
 
isInsertJSESSIONID() - Method in class io.vertx.ext.apex.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?
isLoggedIn() - Method in interface io.vertx.ext.apex.Session
 
isLoggedIn() - Method in class io.vertx.rxjava.ext.apex.Session
 
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 interface io.vertx.core.Context
 
isMultiThreaded() - Method in class io.vertx.core.DeploymentOptions
Should the verticle(s) be deployed as a multi-threaded worker verticle?
isMultiThreaded() - Method in class io.vertx.rxjava.core.Context
 
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?
isRedeploy() - Method in class io.vertx.core.DeploymentOptions
 
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.Logger
 
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 interface io.vertx.core.Context
 
isWorker() - Method in class io.vertx.core.DeploymentOptions
Should the verticle(s) be deployed as a worker verticle?
isWorker() - Method in class io.vertx.rxjava.core.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.apex.templ
A template engine that uses Jade.
JadeTemplateEngine - Class in io.vertx.rxjava.ext.apex.templ
A template engine that uses Jade.
JadeTemplateEngine - Class in io.vertx.rxjava.ext.apex.templ
A template engine that uses Jade.
JadeTemplateEngine(JadeTemplateEngine) - Constructor for class io.vertx.rxjava.ext.apex.templ.JadeTemplateEngine
 
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
 
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.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
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.

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.
keySet() - Method in interface io.vertx.core.shareddata.LocalMap
 

L

last(boolean) - Method in interface io.vertx.ext.apex.Route
Specify whether this is the last route for the router.
last(boolean) - Method in class io.vertx.rxjava.ext.apex.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.apex.Session
 
lastAccessed() - Method in class io.vertx.rxjava.ext.apex.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
latin1StringToBytes(String) - Static method in class io.vertx.core.parsetools.RecordParser
Helper method to convert a latin-1 String to an array of bytes for use as a delimiter Please do not use this for non latin-1 characters
LDAP_AUTHENTICATION_MECHANISM - Static variable in interface io.vertx.ext.auth.shiro.LDAPAuthRealmConstants
 
LDAP_CONTEXT_FACTORY_CLASS_NAME - Static variable in interface io.vertx.ext.auth.shiro.LDAPAuthRealmConstants
 
LDAP_POOLING_ENABLED - Static variable in interface io.vertx.ext.auth.shiro.LDAPAuthRealmConstants
 
LDAP_REFERRAL - Static variable in interface io.vertx.ext.auth.shiro.LDAPAuthRealmConstants
 
LDAP_SYSTEM_PASSWORD - Static variable in interface io.vertx.ext.auth.shiro.LDAPAuthRealmConstants
 
LDAP_SYSTEM_USERNAME - Static variable in interface io.vertx.ext.auth.shiro.LDAPAuthRealmConstants
 
LDAP_URL - Static variable in interface io.vertx.ext.auth.shiro.LDAPAuthRealmConstants
 
LDAP_USER_DN_TEMPLATE_FIELD - Static variable in interface io.vertx.ext.auth.shiro.LDAPAuthRealmConstants
 
LDAPAuthRealmConstants - 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
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.
link(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
Create a hard link on the file system from link to existing, asynchronously.
link(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Create a hard link on the file system from link to existing, asynchronously.
linkBlocking(String, String) - Method in interface io.vertx.core.file.FileSystem
linkBlocking(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
linkObservable(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Create a hard link on the file system from link to existing, asynchronously.
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(int, String) but supplying a handler that will be called when the server is actually listening (or has failed).
listen(int) - Method in class io.vertx.rxjava.core.http.HttpServer
Like HttpServer.listen(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 class io.vertx.rxjava.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 class io.vertx.rxjava.core.http.HttpServer
Like HttpServer.listen() but supplying a handler that will be called when the server is actually listening (or has failed).
listen() - Method in class io.vertx.rxjava.core.net.NetServer
Start listening on the port and host as configured in the NetServerOptions used when creating the server.
listen(Handler<AsyncResult<NetServer>>) - Method in class io.vertx.rxjava.core.net.NetServer
Like NetServer.listen() but providing a handler that will be notified when the server is listening, or fails.
listen(int, String) - Method in class io.vertx.rxjava.core.net.NetServer
Start listening on the specified port and host, ignoring post and host configured in the NetServerOptions used when creating the server.
listen(int, String, Handler<AsyncResult<NetServer>>) - Method in class io.vertx.rxjava.core.net.NetServer
Like NetServer.listen(int, String) 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(int) 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(int, String) 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(int) 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(int, String) 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(int) but providing a handler that will be notified when the server is listening, or fails.
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.apex.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.apex.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(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(String, Handler) 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.apex.sstore
A session store which is only available on a single node.
LocalSessionStore - Class in io.vertx.rxjava.ext.apex.sstore
A session store which is only available on a single node.
LocalSessionStore - Class in io.vertx.rxjava.ext.apex.sstore
A session store which is only available on a single node.
LocalSessionStore(LocalSessionStore) - Constructor for class io.vertx.rxjava.ext.apex.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
 
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
 
LoggerHandler - Interface in io.vertx.ext.apex.handler
A handler which logs request information to the Vert.x logger.
LoggerHandler - Class in io.vertx.rxjava.ext.apex.handler
A handler which logs request information to the Vert.x logger.
LoggerHandler - Class in io.vertx.rxjava.ext.apex.handler
A handler which logs request information to the Vert.x logger.
LoggerHandler(LoggerHandler) - Constructor for class io.vertx.rxjava.ext.apex.handler.LoggerHandler
 
LoggerHandler.Format - Enum in io.vertx.ext.apex.handler
The possible out of the box formats.
login(JsonObject, JsonObject, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.auth.AuthProvider
Handle the actual login
login(JsonObject, JsonObject, Handler<AsyncResult<String>>) - Method in interface io.vertx.ext.auth.AuthService
Authenticate (login) using the specified credentials.
login(JsonObject, JsonObject, Handler<AsyncResult<String>>) - Method in class io.vertx.ext.auth.AuthServiceVertxEBProxy
 
login(JsonObject, JsonObject) - Method in interface io.vertx.ext.auth.shiro.ShiroAuthRealm
 
login(JsonObject, JsonObject, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.auth.AuthProvider
Handle the actual login
login(JsonObject, JsonObject, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.ext.auth.AuthService
Authenticate (login) using the specified credentials.
loginObservable(JsonObject, JsonObject) - Method in class io.vertx.rxjava.ext.auth.AuthProvider
Handle the actual login
loginObservable(JsonObject, JsonObject) - Method in class io.vertx.rxjava.ext.auth.AuthService
Authenticate (login) using the specified credentials.
LoginOption - Enum in io.vertx.ext.mail
possible options for a login into a SMTP server
either DISABLED, OPTIONAL or REQUIRED
loginWithTimeout(JsonObject, JsonObject, long, Handler<AsyncResult<String>>) - Method in interface io.vertx.ext.auth.AuthService
Authenticate (login) using the specified credentials.
loginWithTimeout(JsonObject, JsonObject, long, Handler<AsyncResult<String>>) - Method in class io.vertx.ext.auth.AuthServiceVertxEBProxy
 
loginWithTimeout(JsonObject, JsonObject, long, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.ext.auth.AuthService
Authenticate (login) using the specified credentials.
loginWithTimeoutObservable(JsonObject, JsonObject, long) - Method in class io.vertx.rxjava.ext.auth.AuthService
Authenticate (login) using the specified credentials.
logout() - Method in interface io.vertx.ext.apex.Session
Logout the user.
logout(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.auth.AuthService
Logout the user
logout(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.ext.auth.AuthServiceVertxEBProxy
 
logout() - Method in class io.vertx.rxjava.ext.apex.Session
Logout the user.
logout(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.auth.AuthService
Logout the user
logoutObservable(String) - Method in class io.vertx.rxjava.ext.auth.AuthService
Logout the user
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.
lprops(String, Handler<AsyncResult<FileProps>>) - Method in interface io.vertx.core.file.FileSystem
Obtain properties for the link represented by path, asynchronously.
lprops(String, Handler<AsyncResult<FileProps>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Obtain properties for the link represented by path, asynchronously.
lpropsBlocking(String) - Method in interface io.vertx.core.file.FileSystem
lpropsBlocking(String) - Method in class io.vertx.rxjava.core.file.FileSystem
lpropsObservable(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Obtain properties for the link represented by path, asynchronously.

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
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, StarttlsOption, 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) - 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 MailService
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
MailService - Interface in io.vertx.ext.mail
smtp mail service for vert.x this Interface provides the methods to be used by the application program and is used to generate the service in other languages
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, String, boolean, long) - Constructor for class io.vertx.ext.mail.MailServiceVertxProxyHandler
 
main(String[]) - Static method in class io.vertx.core.Starter
 
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.apex.handler.CorsHandler
Set how long the browser should cache the information
maxAgeSeconds(int) - Method in class io.vertx.rxjava.ext.apex.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
 
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.
messageReceived(String, boolean, boolean, int) - Method in interface io.vertx.core.spi.metrics.EventBusMetrics
Called when a message is received.
messageSent(String, boolean, boolean, boolean) - Method in interface io.vertx.core.spi.metrics.EventBusMetrics
Called when a message has been sent or published.
messageWritten(String, int) - Method in interface io.vertx.core.spi.metrics.EventBusMetrics
A message has been sent over the network.
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.apex.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.apex.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.
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
 
MetricsService - Class in io.vertx.rxjava.ext.dropwizard
 
MetricsService - Class in io.vertx.rxjava.ext.dropwizard
 
MetricsService(MetricsService) - Constructor for class io.vertx.rxjava.ext.dropwizard.MetricsService
 
mkdir(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
Create the directory represented by path, asynchronously.
mkdir(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
Create the directory represented by path, asynchronously.
mkdir(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Create the directory represented by path, asynchronously.
mkdir(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Create the directory represented by path, asynchronously.
mkdirBlocking(String) - Method in interface io.vertx.core.file.FileSystem
mkdirBlocking(String, String) - Method in interface io.vertx.core.file.FileSystem
mkdirBlocking(String) - Method in class io.vertx.rxjava.core.file.FileSystem
mkdirBlocking(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
mkdirObservable(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Create the directory represented by path, asynchronously.
mkdirObservable(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Create the directory represented by path, asynchronously.
mkdirs(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
Create the directory represented by path and any non existent parents, asynchronously.
mkdirs(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
Create the directory represented by path and any non existent parents, asynchronously.
mkdirs(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Create the directory represented by path and any non existent parents, asynchronously.
mkdirs(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Create the directory represented by path and any non existent parents, asynchronously.
mkdirsBlocking(String) - Method in interface io.vertx.core.file.FileSystem
mkdirsBlocking(String, String) - Method in interface io.vertx.core.file.FileSystem
mkdirsBlocking(String) - Method in class io.vertx.rxjava.core.file.FileSystem
mkdirsBlocking(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
mkdirsObservable(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Create the directory represented by path and any non existent parents, asynchronously.
mkdirsObservable(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Create the directory represented by path and any non existent parents, asynchronously.
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
 
mountPoint() - Method in interface io.vertx.ext.apex.RoutingContext
 
mountPoint() - Method in class io.vertx.rxjava.ext.apex.RoutingContext
 
mountSubRouter(String, Router) - Method in interface io.vertx.ext.apex.Router
Mount a sub router on this router
mountSubRouter(String, Router) - Method in class io.vertx.rxjava.ext.apex.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, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Move a file from the path from to path to, asynchronously.
moveBlocking(String, String) - Method in interface io.vertx.core.file.FileSystem
moveBlocking(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
moveObservable(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Move a file from the path from to path to, asynchronously.
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.apex.templ
A template engine that uses the Handlebars library.
MVELTemplateEngine - Class in io.vertx.rxjava.ext.apex.templ
A template engine that uses the Handlebars library.
MVELTemplateEngine - Class in io.vertx.rxjava.ext.apex.templ
A template engine that uses the Handlebars library.
MVELTemplateEngine(MVELTemplateEngine) - Constructor for class io.vertx.rxjava.ext.apex.templ.MVELTemplateEngine
 
MxRecord - Interface in io.vertx.core.dns
Represent a Mail-Exchange-Record (MX) which was resolved for a domain.
MxRecord - Class in io.vertx.rxjava.core.dns
Represent a Mail-Exchange-Record (MX) which was resolved for a domain.
MxRecord(MxRecord) - Constructor for class io.vertx.rxjava.core.dns.MxRecord
 
MySQLClient - Interface in io.vertx.ext.asyncsql
Represents an asynchronous MySQL client
MySQLClient - Class in io.vertx.rxjava.ext.asyncsql
Represents an asynchronous MySQL client

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

MySQLClient(MySQLClient) - Constructor for class io.vertx.rxjava.ext.asyncsql.MySQLClient
 

N

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.apex.FileUpload
 
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 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.apex.FileUpload
 
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
 
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 class 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(byte[], Handler<Buffer>) - Static method in class io.vertx.core.parsetools.RecordParser
Create a new RecordParser instance, initially in delimited mode, and where the delimiter can be represented by the byte[] delim.
newFixed(int, Handler<Buffer>) - Static method in class 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.
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(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(Cookie) - Static method in class io.vertx.rxjava.ext.apex.Cookie
 
newInstance(FileUpload) - Static method in class io.vertx.rxjava.ext.apex.FileUpload
 
newInstance(AuthHandler) - Static method in interface io.vertx.rxjava.ext.apex.handler.AuthHandler
 
newInstance(BasicAuthHandler) - Static method in class io.vertx.rxjava.ext.apex.handler.BasicAuthHandler
 
newInstance(BodyHandler) - Static method in class io.vertx.rxjava.ext.apex.handler.BodyHandler
 
newInstance(CookieHandler) - Static method in class io.vertx.rxjava.ext.apex.handler.CookieHandler
 
newInstance(CorsHandler) - Static method in class io.vertx.rxjava.ext.apex.handler.CorsHandler
 
newInstance(ErrorHandler) - Static method in class io.vertx.rxjava.ext.apex.handler.ErrorHandler
 
newInstance(FaviconHandler) - Static method in class io.vertx.rxjava.ext.apex.handler.FaviconHandler
 
newInstance(FormLoginHandler) - Static method in class io.vertx.rxjava.ext.apex.handler.FormLoginHandler
 
newInstance(LoggerHandler) - Static method in class io.vertx.rxjava.ext.apex.handler.LoggerHandler
 
newInstance(RedirectAuthHandler) - Static method in class io.vertx.rxjava.ext.apex.handler.RedirectAuthHandler
 
newInstance(ResponseTimeHandler) - Static method in class io.vertx.rxjava.ext.apex.handler.ResponseTimeHandler
 
newInstance(SessionHandler) - Static method in class io.vertx.rxjava.ext.apex.handler.SessionHandler
 
newInstance(SockJSHandler) - Static method in class io.vertx.rxjava.ext.apex.handler.sockjs.SockJSHandler
 
newInstance(SockJSSocket) - Static method in class io.vertx.rxjava.ext.apex.handler.sockjs.SockJSSocket
 
newInstance(StaticHandler) - Static method in class io.vertx.rxjava.ext.apex.handler.StaticHandler
 
newInstance(TemplateHandler) - Static method in class io.vertx.rxjava.ext.apex.handler.TemplateHandler
 
newInstance(TimeoutHandler) - Static method in class io.vertx.rxjava.ext.apex.handler.TimeoutHandler
 
newInstance(Route) - Static method in class io.vertx.rxjava.ext.apex.Route
 
newInstance(Router) - Static method in class io.vertx.rxjava.ext.apex.Router
 
newInstance(RoutingContext) - Static method in class io.vertx.rxjava.ext.apex.RoutingContext
 
newInstance(Session) - Static method in class io.vertx.rxjava.ext.apex.Session
 
newInstance(ClusteredSessionStore) - Static method in class io.vertx.rxjava.ext.apex.sstore.ClusteredSessionStore
 
newInstance(LocalSessionStore) - Static method in class io.vertx.rxjava.ext.apex.sstore.LocalSessionStore
 
newInstance(SessionStore) - Static method in class io.vertx.rxjava.ext.apex.sstore.SessionStore
 
newInstance(HandlebarsTemplateEngine) - Static method in class io.vertx.rxjava.ext.apex.templ.HandlebarsTemplateEngine
 
newInstance(JadeTemplateEngine) - Static method in class io.vertx.rxjava.ext.apex.templ.JadeTemplateEngine
 
newInstance(MVELTemplateEngine) - Static method in class io.vertx.rxjava.ext.apex.templ.MVELTemplateEngine
 
newInstance(TemplateEngine) - Static method in class io.vertx.rxjava.ext.apex.templ.TemplateEngine
 
newInstance(ThymeleafTemplateEngine) - Static method in class io.vertx.rxjava.ext.apex.templ.ThymeleafTemplateEngine
 
newInstance(AsyncSQLClient) - Static method in class io.vertx.rxjava.ext.asyncsql.AsyncSQLClient
 
newInstance(MySQLClient) - Static method in class io.vertx.rxjava.ext.asyncsql.MySQLClient
 
newInstance(PostgreSQLClient) - Static method in class io.vertx.rxjava.ext.asyncsql.PostgreSQLClient
 
newInstance(AuthProvider) - Static method in class io.vertx.rxjava.ext.auth.AuthProvider
 
newInstance(AuthService) - Static method in class io.vertx.rxjava.ext.auth.AuthService
 
newInstance(ShiroAuthProvider) - Static method in class io.vertx.rxjava.ext.auth.shiro.ShiroAuthProvider
 
newInstance(ShiroAuthService) - Static method in class io.vertx.rxjava.ext.auth.shiro.ShiroAuthService
 
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(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
 
next() - Method in interface io.vertx.ext.apex.RoutingContext
Tell the router to route this context to the next matching route (if any).
next() - Method in class io.vertx.rxjava.ext.apex.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
normalisedPath() - Method in interface io.vertx.ext.apex.RoutingContext
Return the normalised path for the request.
normalisedPath() - Method in class io.vertx.rxjava.ext.apex.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

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 #open(String, io.vertx.rxjava.core.file.OpenOptions, Handler)
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.apex.Router
Add a route that matches any HTTP OPTIONS request
options(String) - Method in interface io.vertx.ext.apex.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.apex.Router
Add a route that matches any HTTP OPTIONS request
options(String) - Method in class io.vertx.rxjava.ext.apex.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.apex.Router
Add a route that matches a HTTP OPTIONS request and the specified path regex
optionsWithRegex(String) - Method in class io.vertx.rxjava.ext.apex.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.apex.Route
Specify the order for this route.
order(int) - Method in class io.vertx.rxjava.ext.apex.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
 
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.apex.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.apex.Route
Set the path prefix for this route.
pathRegex(String) - Method in interface io.vertx.ext.apex.Route
Set the path prefix as a regular expression.
pathRegex(String) - Method in class io.vertx.rxjava.ext.apex.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.apex.handler.sockjs.SockJSSocket
 
pause() - Method in interface io.vertx.ext.unit.report.TestSuiteReport
 
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.apex.handler.sockjs.SockJSSocket
 
pause() - Method in class io.vertx.rxjava.ext.unit.report.TestSuiteReport
 
peerCertificateChain() - Method in interface io.vertx.core.http.HttpServerRequest
 
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.apex.handler.sockjs
Specify a match to allow for inbound and outbound traffic using the BridgeOptions.
PermittedOptions() - Constructor for class io.vertx.ext.apex.handler.sockjs.PermittedOptions
 
PermittedOptions(PermittedOptions) - Constructor for class io.vertx.ext.apex.handler.sockjs.PermittedOptions
 
PermittedOptions(JsonObject) - Constructor for class io.vertx.ext.apex.handler.sockjs.PermittedOptions
 
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
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.apex.Router
Add a route that matches any HTTP POST request
post(String) - Method in interface io.vertx.ext.apex.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.apex.Router
Add a route that matches any HTTP POST request
post(String) - Method in class io.vertx.rxjava.ext.apex.Router
Add a route that matches a HTTP POST request and the specified path
postAbs(String) - Method in interface io.vertx.core.http.HttpClient
Create an HTTP POST request to send to the server using an absolute URI
postAbs(String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
Create an HTTP POST request to send to the server using an absolute URI, specifying a response handler to receive the response
postAbs(String) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP POST request to send to the server using an absolute URI
postAbs(String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP POST request to send to the server using an absolute URI, specifying a response handler to receive the response
PostgreSQLClient - Interface in io.vertx.ext.asyncsql
Represents an PostgreSQL client
PostgreSQLClient - Class in io.vertx.rxjava.ext.asyncsql
Represents an PostgreSQL client

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

PostgreSQLClient(PostgreSQLClient) - Constructor for class io.vertx.rxjava.ext.asyncsql.PostgreSQLClient
 
postWithRegex(String) - Method in interface io.vertx.ext.apex.Router
Add a route that matches a HTTP POST request and the specified path regex
postWithRegex(String) - Method in class io.vertx.rxjava.ext.apex.Router
Add a route that matches a HTTP POST request and the specified path regex
prefix() - Method in interface io.vertx.core.spi.VerticleFactory
 
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.apex.Route
Add a content type produced by this route.
produces(String) - Method in class io.vertx.rxjava.ext.apex.Route
Add a content type produced by this route.
PROPERTIES_PROPS_PATH_FIELD - Static variable in interface io.vertx.ext.auth.shiro.PropertiesAuthRealmConstants
The path where to look for the properties file
PropertiesAuthRealmConstants - 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
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
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, 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(String, Object) but specifying options that can be used to configure the delivery.
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(String) but specifying delivery options that will be used for configuring the delivery of the message.
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
 
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() - Method in interface io.vertx.ext.apex.Router
Add a route that matches any HTTP PUT request
put(String) - Method in interface io.vertx.ext.apex.Router
Add a route that matches a HTTP PUT request and the specified path
put(String, Object) - Method in interface io.vertx.ext.apex.RoutingContext
Put some arbitrary data in the context.
put(String, Object) - Method in interface io.vertx.ext.apex.Session
Put some data in a session
put(Session, Handler<AsyncResult<Boolean>>) - Method in interface io.vertx.ext.apex.sstore.SessionStore
Add a session with the specified ID
put(String, Object) - Method in interface io.vertx.ext.unit.TestContext
Put some data in the context.
put(String, Object) - Method in class io.vertx.rxjava.core.Context
Put some data in the context.
put(int, String, String) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP PUT request to send to the server at the specified host and port.
put(String, String) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP PUT request to send to the server at the specified host and default port.
put(int, String, String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP PUT request to send to the server at the specified host and port, specifying a response handler to receive the response
put(String, String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP PUT request to send to the server at the specified host and default port, specifying a response handler to receive the response
put(String) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP PUT request to send to the server at the default host and port.
put(String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP PUT request to send to the server at the default host and port, specifying a response handler to receive the response
put(K, V, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
Put a value in the map, asynchronously.
put(K, V, long, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
put(K, V) - Method in class io.vertx.rxjava.core.shareddata.LocalMap
Put an entry in the map
put() - Method in class io.vertx.rxjava.ext.apex.Router
Add a route that matches any HTTP PUT request
put(String) - Method in class io.vertx.rxjava.ext.apex.Router
Add a route that matches a HTTP PUT request and the specified path
put(String, Object) - Method in class io.vertx.rxjava.ext.apex.RoutingContext
Put some arbitrary data in the context.
put(String, Object) - Method in class io.vertx.rxjava.ext.apex.Session
Put some data in a session
put(Session, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.rxjava.ext.apex.sstore.SessionStore
Add a session with the specified ID
put(String, Object) - Method in class io.vertx.rxjava.ext.unit.TestContext
Put some data in the context.
putAbs(String) - Method in interface io.vertx.core.http.HttpClient
Create an HTTP PUT request to send to the server using an absolute URI
putAbs(String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
Create an HTTP PUT request to send to the server using an absolute URI, specifying a response handler to receive the response
putAbs(String) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP PUT request to send to the server using an absolute URI
putAbs(String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP PUT request to send to the server using an absolute URI, specifying a response handler to receive the response
putHeader(String, String) - Method in interface io.vertx.core.http.HttpClientRequest
Put an HTTP header
putHeader(CharSequence, CharSequence) - Method in interface io.vertx.core.http.HttpClientRequest
putHeader(String, Iterable<String>) - Method in interface io.vertx.core.http.HttpClientRequest
Put an HTTP header with multiple values
putHeader(CharSequence, Iterable<CharSequence>) - Method in interface io.vertx.core.http.HttpClientRequest
putHeader(String, String) - Method in interface io.vertx.core.http.HttpServerResponse
Put an HTTP header
putHeader(CharSequence, CharSequence) - Method in interface io.vertx.core.http.HttpServerResponse
putHeader(String, Iterable<String>) - Method in interface io.vertx.core.http.HttpServerResponse
Like HttpServerResponse.putHeader(String, String) but providing multiple values via a String Iterable
putHeader(CharSequence, Iterable<CharSequence>) - Method in interface io.vertx.core.http.HttpServerResponse
Like HttpServerResponse.putHeader(String, Iterable) but with CharSequence Iterable
putHeader(String, String) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
Put an HTTP header
putHeader(String, String) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Put an HTTP header
putIfAbsent(K, V, Handler<AsyncResult<V>>) - Method in interface io.vertx.core.shareddata.AsyncMap
Put the entry only if there is no entry with the key already present.
putIfAbsent(K, V, long, Handler<AsyncResult<V>>) - Method in interface io.vertx.core.shareddata.AsyncMap
putIfAbsent(K, V) - Method in interface io.vertx.core.shareddata.LocalMap
Put the entry only if there is no existing entry for that key
putIfAbsent(K, V, Handler<AsyncResult<V>>) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
Put the entry only if there is no entry with the key already present.
putIfAbsent(K, V, long, Handler<AsyncResult<V>>) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
putIfAbsent(K, V) - Method in class io.vertx.rxjava.core.shareddata.LocalMap
Put the entry only if there is no existing entry for that key
putIfAbsentObservable(K, V) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
Put the entry only if there is no entry with the key already present.
putIfAbsentObservable(K, V, long) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
putNull(String) - Method in class io.vertx.core.json.JsonObject
Put a null value into the JSON object with the specified key.
putObservable(K, V) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
Put a value in the map, asynchronously.
putObservable(K, V, long) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
putObservable(Session) - Method in class io.vertx.rxjava.ext.apex.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.apex.Router
Add a route that matches a HTTP PUT request and the specified path regex
putWithRegex(String) - Method in class io.vertx.rxjava.ext.apex.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

read(Buffer, int, long, int, Handler<AsyncResult<Buffer>>) - Method in interface io.vertx.core.file.AsyncFile
Reads length bytes of data from the file at position position in the file, asynchronously.
read(Buffer, int, long, int, Handler<AsyncResult<Buffer>>) - Method in class io.vertx.rxjava.core.file.AsyncFile
Reads length bytes of data from the file at position position in the file, asynchronously.
readDir(String, Handler<AsyncResult<List<String>>>) - Method in interface io.vertx.core.file.FileSystem
Read the contents of the directory specified by path, asynchronously.
readDir(String, String, Handler<AsyncResult<List<String>>>) - Method in interface io.vertx.core.file.FileSystem
Read the contents of the directory specified by path, asynchronously.
readDir(String, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Read the contents of the directory specified by path, asynchronously.
readDir(String, String, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Read the contents of the directory specified by path, asynchronously.
readDirBlocking(String) - Method in interface io.vertx.core.file.FileSystem
readDirBlocking(String, String) - Method in interface io.vertx.core.file.FileSystem
readDirBlocking(String) - Method in class io.vertx.rxjava.core.file.FileSystem
readDirBlocking(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
readDirObservable(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Read the contents of the directory specified by path, asynchronously.
readDirObservable(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Read the contents of the directory specified by path, asynchronously.
readFile(String, Handler<AsyncResult<Buffer>>) - Method in interface io.vertx.core.file.FileSystem
Reads the entire file as represented by the path path as a Buffer, asynchronously.
readFile(String, Handler<AsyncResult<Buffer>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Reads the entire file as represented by the path path as a , asynchronously.
readFileBlocking(String) - Method in interface io.vertx.core.file.FileSystem
readFileBlocking(String) - Method in class io.vertx.rxjava.core.file.FileSystem
readFileObservable(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Reads the entire file as represented by the path path as a , asynchronously.
readFromBuffer(Buffer) - Method in class io.vertx.core.json.JsonArray
 
readFromBuffer(Buffer) - Method in class io.vertx.core.json.JsonObject
 
readObservable(Buffer, int, long, int) - Method in class io.vertx.rxjava.core.file.AsyncFile
Reads length bytes of data from the file at position position in the file, asynchronously.
ReadStream<T> - Interface in io.vertx.core.streams
Represents a stream of items that can be read from.
ReadStream<T> - Interface in io.vertx.rxjava.core.streams
Represents a stream of items that can be read from.
ReadStreamAdapter<J,R> - Class in io.vertx.lang.rxjava
 
ReadStreamAdapter(ReadStream<R>, Function<J, R>) - Constructor for class io.vertx.lang.rxjava.ReadStreamAdapter
 
readSymlink(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.core.file.FileSystem
Returns the path representing the file that the symbolic link specified by link points to, asynchronously.
readSymlink(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Returns the path representing the file that the symbolic link specified by link points to, asynchronously.
readSymlinkBlocking(String) - Method in interface io.vertx.core.file.FileSystem
readSymlinkBlocking(String) - Method in class io.vertx.rxjava.core.file.FileSystem
readSymlinkObservable(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Returns the path representing the file that the symbolic link specified by link points to, asynchronously.
REAPER_PERIOD - Static variable in class io.vertx.ext.auth.AbstractAuthServiceVerticle
The name of the field in the config which holds the reaper period to use, in ms
RecordParser - Class 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.
RedirectAuthHandler - Interface in io.vertx.ext.apex.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.apex.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.apex.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.apex.handler.RedirectAuthHandler
 
REFERER - Static variable in class io.vertx.core.http.HttpHeaders
Referer header name
refreshLoginSession(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.auth.AuthService
Refresh an existing login ID so it doesn't expire
refreshLoginSession(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.ext.auth.AuthServiceVertxEBProxy
 
refreshLoginSession(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.auth.AuthService
Refresh an existing login ID so it doesn't expire
refreshLoginSessionObservable(String) - Method in class io.vertx.rxjava.ext.auth.AuthService
Refresh an existing login ID so it doesn't expire
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.
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.apex.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.apex.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() - Method in interface io.vertx.ext.apex.Route
Remove this route from the router
remove(String) - Method in interface io.vertx.ext.apex.Session
Remove some data from the session
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(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() - Method in class io.vertx.rxjava.ext.apex.Route
Remove this route from the router
remove(String) - Method in class io.vertx.rxjava.ext.apex.Session
Remove some data from the session
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.
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.apex.RoutingContext
Remove a body end handler
removeBodyEndHandler(int) - Method in class io.vertx.rxjava.ext.apex.RoutingContext
Remove a body end handler
removeCookie(String) - Method in interface io.vertx.ext.apex.RoutingContext
Remove a cookie.
removeCookie(String) - Method in class io.vertx.rxjava.ext.apex.RoutingContext
Remove a cookie.
removeHeadersEndHandler(int) - Method in interface io.vertx.ext.apex.RoutingContext
Remove a headers end handler
removeHeadersEndHandler(int) - Method in class io.vertx.rxjava.ext.apex.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.
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
render(RoutingContext, String, Handler<AsyncResult<Buffer>>) - Method in interface io.vertx.ext.apex.templ.TemplateEngine
Render
render(RoutingContext, String, Handler<AsyncResult<Buffer>>) - Method in class io.vertx.rxjava.ext.apex.templ.TemplateEngine
Render
renderObservable(RoutingContext, String) - Method in class io.vertx.rxjava.ext.apex.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.reply(Object) but allows you to specify delivery options for the reply.
reply(Object, DeliveryOptions, Handler<AsyncResult<Message<R>>>) - Method in class io.vertx.rxjava.core.eventbus.Message
The same as reply(R message, DeliveryOptions) but you can specify handler for the reply - i.e.
replyAddress() - Method in interface io.vertx.core.eventbus.Message
The reply address.
replyAddress() - Method in class io.vertx.rxjava.core.eventbus.Message
The reply address.
ReplyException - Exception in io.vertx.core.eventbus
Represents the failure of a message send.
ReplyException(ReplyFailure, int, String) - Constructor for exception io.vertx.core.eventbus.ReplyException
Create a ReplyException
ReplyException(ReplyFailure, String) - Constructor for exception io.vertx.core.eventbus.ReplyException
Create a ReplyException
ReplyException(ReplyFailure) - Constructor for exception io.vertx.core.eventbus.ReplyException
Create a ReplyException
ReplyFailure - Enum in io.vertx.core.eventbus
Represents the type of reply failure
replyFailure(String, ReplyFailure) - Method in interface io.vertx.core.spi.metrics.EventBusMetrics
Called whenever there is a reply failure on the event bus
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.apex.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.apex.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.apex.RoutingContext
 
response() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
response() - Method in class io.vertx.rxjava.ext.apex.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.apex.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.apex.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.apex.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.apex.handler.ResponseTimeHandler
 
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.apex.handler.sockjs.SockJSSocket
 
resume() - Method in interface io.vertx.ext.unit.report.TestSuiteReport
 
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.apex.handler.sockjs.SockJSSocket
 
resume() - Method in class io.vertx.rxjava.ext.unit.report.TestSuiteReport
 
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.
Route - Interface in io.vertx.ext.apex
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.apex.Router
Add a route with no matching criteria, i.e.
route(HttpMethod, String) - Method in interface io.vertx.ext.apex.Router
Add a route that matches the specified HTTP method and path
route(String) - Method in interface io.vertx.ext.apex.Router
Add a route that matches the specified path
Route - Class in io.vertx.rxjava.ext.apex
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 - Class in io.vertx.rxjava.ext.apex
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.apex.Route
 
route() - Method in class io.vertx.rxjava.ext.apex.Router
Add a route with no matching criteria, i.e.
route(HttpMethod, String) - Method in class io.vertx.rxjava.ext.apex.Router
Add a route that matches the specified HTTP method and path
route(String) - Method in class io.vertx.rxjava.ext.apex.Router
Add a route that matches the specified path
Router - Interface in io.vertx.ext.apex
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.apex.Router
Create a router
Router - Class in io.vertx.rxjava.ext.apex
A router receives request from an HttpServer and routes it to the first matching Route that it contains.
Router - Class in io.vertx.rxjava.ext.apex
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.apex.Router
 
router(Vertx) - Static method in class io.vertx.rxjava.ext.apex.Router
Create a router
routeWithRegex(HttpMethod, String) - Method in interface io.vertx.ext.apex.Router
Add a route that matches the specified HTTP method and path regex
routeWithRegex(String) - Method in interface io.vertx.ext.apex.Router
Add a route that matches the specified path regex
routeWithRegex(HttpMethod, String) - Method in class io.vertx.rxjava.ext.apex.Router
Add a route that matches the specified HTTP method and path regex
routeWithRegex(String) - Method in class io.vertx.rxjava.ext.apex.Router
Add a route that matches the specified path regex
RoutingContext - Interface in io.vertx.ext.apex
Represents the context for the handling of a request in Apex.
RoutingContext - Class in io.vertx.rxjava.ext.apex
Represents the context for the handling of a request in Apex.
RoutingContext - Class in io.vertx.rxjava.ext.apex
Represents the context for the handling of a request in Apex.
RoutingContext(RoutingContext) - Constructor for class io.vertx.rxjava.ext.apex.RoutingContext
 
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.setUseEventLoop(Boolean) 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.setUseEventLoop(Boolean) is not set to false.

runCommand(JsonObject, Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.ext.mongo.MongoClient
Run an arbitrary MongoDB command.
runCommand(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(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.
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

save(String, JsonObject, Handler<AsyncResult<String>>) - Method in interface io.vertx.ext.mongo.MongoClient
Save a document in the specified collection
save(String, JsonObject, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Save a document in the specified collection
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
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.
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 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 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(String, Object) but specifying a replyHandler that will be called if the recipient subsequently replies to the message.
send(String, Object, DeliveryOptions) - Method in class io.vertx.rxjava.core.eventbus.EventBus
Like EventBus.send(String, Object) but specifying options that can be used to configure the delivery.
send(String, Object, DeliveryOptions, Handler<AsyncResult<Message<T>>>) - Method in class io.vertx.rxjava.core.eventbus.EventBus
Like EventBus.send(String, Object, DeliveryOptions) 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(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(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(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(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(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() is called on the request or any data is written to it.
sendMail(MailMessage, Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.ext.mail.MailService
send a single mail via MailService
sendMail(MailMessage, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.ext.mail.MailServiceVertxEBProxy
 
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 to the SocketAddress using UTF8 encoding.
sendObservable(String, String, int, String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Write the given to the SocketAddress using the given encoding.
sendObservable(String, Object) - Method in class io.vertx.rxjava.core.eventbus.EventBus
Like EventBus.send(String, 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(String, Object, DeliveryOptions) 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 - Variable in class io.vertx.ext.auth.AbstractAuthServiceVerticle
 
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.
ServiceHelper() - Constructor for class io.vertx.core.ServiceHelper
 
session() - Method in interface io.vertx.ext.apex.RoutingContext
Get the session.
Session - Interface in io.vertx.ext.apex
Represents a browser session.
session() - Method in class io.vertx.rxjava.ext.apex.RoutingContext
Get the session.
Session - Class in io.vertx.rxjava.ext.apex
Represents a browser session.
Session - Class in io.vertx.rxjava.ext.apex
Represents a browser session.
Session(Session) - Constructor for class io.vertx.rxjava.ext.apex.Session
 
SessionHandler - Interface in io.vertx.ext.apex.handler
A handler that maintains a Session for each browser session.
SessionHandler - Class in io.vertx.rxjava.ext.apex.handler
A handler that maintains a Session for each browser session.
SessionHandler - Class in io.vertx.rxjava.ext.apex.handler
A handler that maintains a Session for each browser session.
SessionHandler(SessionHandler) - Constructor for class io.vertx.rxjava.ext.apex.handler.SessionHandler
 
sessionStore() - Method in interface io.vertx.ext.apex.Session
 
SessionStore - Interface in io.vertx.ext.apex.sstore
A session store is used to store sessions for an Apex web app
sessionStore() - Method in class io.vertx.rxjava.ext.apex.Session
 
SessionStore - Class in io.vertx.rxjava.ext.apex.sstore
A session store is used to store sessions for an Apex web app

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

SessionStore - Class in io.vertx.rxjava.ext.apex.sstore
A session store is used to store sessions for an Apex 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.apex.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) - Method in class io.vertx.rxjava.core.MultiMap
Sets a value under the specified name.
SET_COOKIE - Static variable in class io.vertx.core.http.HttpHeaders
Set-Cookie header name
setAcceptableContentType(String) - Method in interface io.vertx.ext.apex.RoutingContext
Set the acceptable content type.
setAcceptableContentType(String) - Method in class io.vertx.rxjava.ext.apex.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.apex.Session
Mark the session as being accessed.
setAccessed() - Method in class io.vertx.rxjava.ext.apex.Session
Mark the session as being accessed.
setAddress(String) - Method in class io.vertx.ext.apex.handler.sockjs.PermittedOptions
The exact address the message is being sent to.
setAddressRegex(String) - Method in class io.vertx.ext.apex.handler.sockjs.PermittedOptions
A regular expression that will be matched against the address.
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.
setAlwaysAsyncFS(boolean) - Method in interface io.vertx.ext.apex.handler.StaticHandler
Set whether async filesystem access should always be used
setAlwaysAsyncFS(boolean) - Method in class io.vertx.rxjava.ext.apex.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
setAuthMethods(String) - Method in class io.vertx.ext.mail.MailConfig
set string of allowed auth methods
setAuthProvider(AuthProvider) - Method in interface io.vertx.ext.apex.Session
Set the auth provider
setAuthProvider(AuthProvider) - Method in class io.vertx.rxjava.ext.apex.Session
Set the auth provider
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
setBlockedThreadCheckPeriod(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.apex.RoutingContext
Set the body.
setBody(Buffer) - Method in class io.vertx.rxjava.ext.apex.RoutingContext
Set the body.
setBodyLimit(long) - Method in interface io.vertx.ext.apex.handler.BodyHandler
Set the maximum body size -1 means unlimited
setBodyLimit(long) - Method in class io.vertx.rxjava.ext.apex.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.
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.apex.handler.StaticHandler
Set the server cache entry timeout when caching is enabled
setCacheEntryTimeout(long) - Method in class io.vertx.rxjava.ext.apex.handler.StaticHandler
Set the server cache entry timeout when caching is enabled
setCachingEnabled(boolean) - Method in interface io.vertx.ext.apex.handler.StaticHandler
Set whether cache header handling is enabled
setCachingEnabled(boolean) - Method in class io.vertx.rxjava.ext.apex.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.apex.Cookie
Set the cookie as being changed.
setChanged(boolean) - Method in class io.vertx.rxjava.ext.apex.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
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
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
setDirectoryListing(boolean) - Method in interface io.vertx.ext.apex.handler.StaticHandler
Set whether directory listing is enabled
setDirectoryListing(boolean) - Method in class io.vertx.rxjava.ext.apex.handler.StaticHandler
Set whether directory listing is enabled
setDirectoryTemplate(String) - Method in interface io.vertx.ext.apex.handler.StaticHandler
Set the directory template to be used when directory listing
setDirectoryTemplate(String) - Method in class io.vertx.rxjava.ext.apex.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.apex.Cookie
Sets the domain of this cookie
setDomain(String) - Method in class io.vertx.rxjava.ext.apex.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.
setEhloHostname(String) - Method in class io.vertx.ext.mail.MailConfig
set the hostname to be used for HELO/EHLO
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.apex.handler.StaticHandler
Set whether async/sync filesystem tuning should enabled
setEnableFSTuning(boolean) - Method in class io.vertx.rxjava.ext.apex.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.
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.
setExtension(String) - Method in interface io.vertx.ext.apex.templ.HandlebarsTemplateEngine
Set the extension for the engine
setExtension(String) - Method in interface io.vertx.ext.apex.templ.JadeTemplateEngine
Set the extension for the engine
setExtension(String) - Method in interface io.vertx.ext.apex.templ.MVELTemplateEngine
Set the extension for the engine
setExtension(String) - Method in class io.vertx.rxjava.ext.apex.templ.HandlebarsTemplateEngine
Set the extension for the engine
setExtension(String) - Method in class io.vertx.rxjava.ext.apex.templ.JadeTemplateEngine
Set the extension for the engine
setExtension(String) - Method in class io.vertx.rxjava.ext.apex.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.apex.handler.StaticHandler
Set whether files are read-only and will never change
setFilesReadOnly(boolean) - Method in class io.vertx.rxjava.ext.apex.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.
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
setHeartbeatPeriod(long) - Method in class io.vertx.ext.apex.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.apex.Cookie
Determines if this cookie is HTTP only.
setHttpOnly(boolean) - Method in class io.vertx.rxjava.ext.apex.Cookie
Determines if this cookie is HTTP only.
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
 
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 set to 0 to disable the client side timeout (shutdown of the connections depends on the server's timeout in this case) set to -1 to disable connection pooling completely
setInboundPermitted(List<PermittedOptions>) - Method in class io.vertx.ext.apex.handler.sockjs.BridgeOptions
 
setIncludeHidden(boolean) - Method in interface io.vertx.ext.apex.handler.StaticHandler
Set whether hidden files should be served
setIncludeHidden(boolean) - Method in class io.vertx.rxjava.ext.apex.handler.StaticHandler
Set whether hidden files should be served
setIndexPage(String) - Method in interface io.vertx.ext.apex.handler.StaticHandler
Set the index page
setIndexPage(String) - Method in class io.vertx.rxjava.ext.apex.handler.StaticHandler
Set the index page
setInsertJSESSIONID(boolean) - Method in class io.vertx.ext.apex.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
setIsolationGroup(String) - Method in class io.vertx.core.DeploymentOptions
Set the isolation group that will be used when deploying the verticle(s)
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
setKeyPath(String) - Method in class io.vertx.core.net.PemKeyCertOptions
Set the path to the key file
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.
setKeyValue(Buffer) - Method in class io.vertx.core.net.PemKeyCertOptions
Set the key a a buffer
setLibraryURL(String) - Method in class io.vertx.ext.apex.handler.sockjs.SockJSHandlerOptions
 
setLimit(int) - Method in class io.vertx.ext.mongo.FindOptions
Set the limit
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.apex.handler.sockjs.PermittedOptions
This allows you to allow messages based on their structure.
setMaxAddressLength(int) - Method in class io.vertx.ext.apex.handler.sockjs.BridgeOptions
 
setMaxAge(long) - Method in interface io.vertx.ext.apex.Cookie
Sets the maximum age of this cookie in seconds.
setMaxAge(long) - Method in class io.vertx.rxjava.ext.apex.Cookie
Sets the maximum age of this cookie in seconds.
setMaxAgeSeconds(long) - Method in interface io.vertx.ext.apex.handler.StaticHandler
Set value for max age in caching headers
setMaxAgeSeconds(long) - Method in class io.vertx.rxjava.ext.apex.handler.StaticHandler
Set value for max age in caching headers
setMaxAvgServeTimeNs(long) - Method in interface io.vertx.ext.apex.handler.StaticHandler
Set the max serve time in ns, above which serves are considered slow
setMaxAvgServeTimeNs(long) - Method in class io.vertx.rxjava.ext.apex.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.apex.handler.sockjs.SockJSHandlerOptions
 
setMaxCacheSize(int) - Method in interface io.vertx.ext.apex.handler.StaticHandler
Set the max cache size, when caching is enabled
setMaxCacheSize(int) - Method in interface io.vertx.ext.apex.templ.HandlebarsTemplateEngine
Set the max cache size for the engine
setMaxCacheSize(int) - Method in interface io.vertx.ext.apex.templ.JadeTemplateEngine
Set the max cache size for the engine
setMaxCacheSize(int) - Method in interface io.vertx.ext.apex.templ.MVELTemplateEngine
Set the max cache size for the engine
setMaxCacheSize(int) - Method in class io.vertx.rxjava.ext.apex.handler.StaticHandler
Set the max cache size, when caching is enabled
setMaxCacheSize(int) - Method in class io.vertx.rxjava.ext.apex.templ.HandlebarsTemplateEngine
Set the max cache size for the engine
setMaxCacheSize(int) - Method in class io.vertx.rxjava.ext.apex.templ.JadeTemplateEngine
Set the max cache size for the engine
setMaxCacheSize(int) - Method in class io.vertx.rxjava.ext.apex.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.apex.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 if set to 0, the number of connections is not limited set to -1 to disable connection pooling completely
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.apex.handler.BodyHandler
Set whether form attributes will be added to the request parameters
setMergeFormAttributes(boolean) - Method in class io.vertx.rxjava.ext.apex.handler.BodyHandler
Set whether form attributes will be added to the request parameters
setMetricsOptions(MetricsOptions) - Method in class io.vertx.core.VertxOptions
Set the metrics options
setMode(String) - Method in interface io.vertx.ext.apex.templ.ThymeleafTemplateEngine
Set the mode for the engine
setMode(String) - Method in class io.vertx.rxjava.ext.apex.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.apex.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.apex.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
setNetClientOptions(NetClientOptions) - Method in class io.vertx.ext.mail.MailConfig
set the NetClientOptions to be used when opening SMTP connections if not set, an options object will be created based on other settings (ssl and trustAll)
setOutboundPermitted(List<PermittedOptions>) - Method in class io.vertx.ext.apex.handler.sockjs.BridgeOptions
 
setOutput(Handler<Buffer>) - Method in class io.vertx.core.parsetools.RecordParser
 
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.
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.apex.Cookie
Sets the path of this cookie.
setPath(String) - Method in class io.vertx.rxjava.ext.apex.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.
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.apex.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.
setPrincipal(JsonObject) - Method in interface io.vertx.ext.apex.Session
Set the principal (the unique user id) of the user -this signifies the user is logged in
setPrincipal(JsonObject) - Method in class io.vertx.rxjava.ext.apex.Session
Set the principal (the unique user id) of the user -this signifies the user is logged in
setQuorumSize(int) - Method in class io.vertx.core.VertxOptions
Set the quorum size to be used when HA is enabled.
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.
setReaperPeriod(long) - Method in interface io.vertx.ext.auth.AuthService
Set the reaper period - how often to check for expired logins, in ms.
setReaperPeriod(long) - Method in class io.vertx.ext.auth.AuthServiceVertxEBProxy
 
setReaperPeriod(long) - Method in class io.vertx.rxjava.ext.auth.AuthService
Set the reaper period - how often to check for expired logins, in ms.
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
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
setRedeploy(boolean) - Method in class io.vertx.core.DeploymentOptions
 
setRedeployGracePeriod(long) - Method in class io.vertx.core.DeploymentOptions
 
setRedeployScanPeriod(long) - Method in class io.vertx.core.DeploymentOptions
 
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.apex.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
 
setRequiredPermission(String) - Method in class io.vertx.ext.apex.handler.sockjs.PermittedOptions
Declare a specific permission for the logged-in user is required in order to access allow the messages;
setRequiredRole(String) - Method in class io.vertx.ext.apex.handler.sockjs.PermittedOptions
Declare a specific role for the logged-in user is required in order to access allow the messages.
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
setSecure(boolean) - Method in interface io.vertx.ext.apex.Cookie
Sets the security getStatus of this cookie
setSecure(boolean) - Method in class io.vertx.rxjava.ext.apex.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.apex.RoutingContext
Set the session.
setSession(Session) - Method in class io.vertx.rxjava.ext.apex.RoutingContext
Set the session.
setSessionCookieName(String) - Method in interface io.vertx.ext.apex.handler.SessionHandler
Set the session cookie name
setSessionCookieName(String) - Method in class io.vertx.rxjava.ext.apex.handler.SessionHandler
Set the session cookie name
setSessionTimeout(long) - Method in interface io.vertx.ext.apex.handler.SessionHandler
Set the session timeout
setSessionTimeout(long) - Method in class io.vertx.ext.apex.handler.sockjs.SockJSHandlerOptions
 
setSessionTimeout(long) - Method in class io.vertx.rxjava.ext.apex.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
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(StarttlsOption) - 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
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.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.
setUploadsDirectory(String) - Method in interface io.vertx.ext.apex.handler.BodyHandler
Set the uploads directory to use
setUploadsDirectory(String) - Method in class io.vertx.rxjava.ext.apex.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
setUsername(String) - Method in class io.vertx.ext.mail.MailConfig
Set the username for the login.
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 interface io.vertx.ext.apex.Cookie
Sets the value of this cookie
setValue(String) - Method in class io.vertx.ext.dropwizard.Match
Set the matched value.
setValue(String) - Method in class io.vertx.rxjava.ext.apex.Cookie
Sets the value of this cookie
setVerifyHost(boolean) - Method in class io.vertx.core.http.HttpClientOptions
Set whether hostname verification is enabled
setVersion(int) - Method in interface io.vertx.ext.apex.Cookie
Set the version of the cookie
setVersion(int) - Method in class io.vertx.rxjava.ext.apex.Cookie
Set the version of the cookie
setVertx(Vertx) - Method in interface io.vertx.core.spi.cluster.ClusterManager
 
setWebRoot(String) - Method in interface io.vertx.ext.apex.handler.StaticHandler
Set the web root
setWebRoot(String) - Method in class io.vertx.rxjava.ext.apex.handler.StaticHandler
Set the web root
setWebsocketSubProtocol(String) - Method in class io.vertx.core.http.HttpServerOptions
Set the websocket subprotocols supported by the server.
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.apex.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.apex.handler.sockjs.SockJSSocket
 
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.
SHIRO_AUTH_REALM_TYPE - Static variable in class io.vertx.ext.auth.shiro.ShiroAuthServiceVerticle
The name of the field in the config which holds the name of the auth realm type to use, e.g.
ShiroAuthProvider - Interface in io.vertx.ext.auth.shiro
 
ShiroAuthProvider - Class in io.vertx.rxjava.ext.auth.shiro
 
ShiroAuthProvider(ShiroAuthProvider) - Constructor for class io.vertx.rxjava.ext.auth.shiro.ShiroAuthProvider
 
ShiroAuthRealm - Interface in io.vertx.ext.auth.shiro
Built-in implementations for Shiro auth Realms should implement this
ShiroAuthRealmType - Enum in io.vertx.ext.auth.shiro
The type of the Shiro auth realm
ShiroAuthService - Interface in io.vertx.ext.auth.shiro
An Auth service implementation that uses Apache Shiro internally.
ShiroAuthService - Class in io.vertx.rxjava.ext.auth.shiro
An Auth service implementation that uses Apache Shiro internally.
ShiroAuthService(ShiroAuthService) - Constructor for class io.vertx.rxjava.ext.auth.shiro.ShiroAuthService
 
ShiroAuthServiceVerticle - Class in io.vertx.ext.auth.shiro
A verticle which starts an Auth service instance
ShiroAuthServiceVerticle() - Constructor for class io.vertx.ext.auth.shiro.ShiroAuthServiceVerticle
 
SingleOnSubscribeAdapter<T> - Class in io.vertx.rx.java
 
SingleOnSubscribeAdapter() - Constructor for class io.vertx.rx.java.SingleOnSubscribeAdapter
 
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.apex.FileUpload
 
size(Handler<AsyncResult<Integer>>) - Method in interface io.vertx.ext.apex.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.apex.FileUpload
 
size(Handler<AsyncResult<Integer>>) - Method in class io.vertx.rxjava.ext.apex.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.apex.sstore.SessionStore
Get the number of sessions in the store
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.
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.apex.handler.sockjs.SockJSHandler
Set a SockJS socket handler.
socketHandler(Handler<SockJSSocket>) - Method in class io.vertx.rxjava.ext.apex.handler.sockjs.SockJSHandler
Set a SockJS socket handler.
SockJSHandler - Interface in io.vertx.ext.apex.handler.sockjs
A handler that allows you to handle SockJS connections from clients.
SockJSHandler - Class in io.vertx.rxjava.ext.apex.handler.sockjs
A handler that allows you to handle SockJS connections from clients.
SockJSHandler - Class in io.vertx.rxjava.ext.apex.handler.sockjs
A handler that allows you to handle SockJS connections from clients.
SockJSHandler(SockJSHandler) - Constructor for class io.vertx.rxjava.ext.apex.handler.sockjs.SockJSHandler
 
SockJSHandlerOptions - Class in io.vertx.ext.apex.handler.sockjs
Options for configuring a SockJS handler
SockJSHandlerOptions(SockJSHandlerOptions) - Constructor for class io.vertx.ext.apex.handler.sockjs.SockJSHandlerOptions
 
SockJSHandlerOptions() - Constructor for class io.vertx.ext.apex.handler.sockjs.SockJSHandlerOptions
 
SockJSHandlerOptions(JsonObject) - Constructor for class io.vertx.ext.apex.handler.sockjs.SockJSHandlerOptions
 
SockJSSocket - Interface in io.vertx.ext.apex.handler.sockjs
You interact with SockJS clients through instances of SockJS socket.
SockJSSocket - Class in io.vertx.rxjava.ext.apex.handler.sockjs
You interact with SockJS clients through instances of SockJS socket.
SockJSSocket - Class in io.vertx.rxjava.ext.apex.handler.sockjs
You interact with SockJS clients through instances of SockJS socket.
SockJSSocket(SockJSSocket) - Constructor for class io.vertx.rxjava.ext.apex.handler.sockjs.SockJSSocket
 
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.
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
 
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.auth.AbstractAuthServiceVerticle
 
start() - Method in interface io.vertx.ext.auth.AuthService
Start the service
start() - Method in class io.vertx.ext.auth.AuthServiceVertxEBProxy
 
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 interface io.vertx.ext.mail.MailService
start the MailServer instance if it is running locally (this operation is currently a no-op)
start() - Method in class io.vertx.ext.mail.MailServiceVerticle
 
start() - Method in class io.vertx.ext.mail.MailServiceVertxEBProxy
 
start() - Method in class io.vertx.rxjava.core.streams.Pump
Start the Pump.
start() - Method in class io.vertx.rxjava.ext.auth.AuthService
Start the service
Starter - Class in io.vertx.core
A main() class that can be used to deploy verticles.
Starter() - Constructor for class io.vertx.core.Starter
 
StarttlsOption - 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.apex.handler
A handler for serving static resources from the file system or classpath.
StaticHandler - Class in io.vertx.rxjava.ext.apex.handler
A handler for serving static resources from the file system or classpath.
StaticHandler - Class in io.vertx.rxjava.ext.apex.handler
A handler for serving static resources from the file system or classpath.
StaticHandler(StaticHandler) - Constructor for class io.vertx.rxjava.ext.apex.handler.StaticHandler
 
statusCode() - Method in interface io.vertx.core.http.HttpClientResponse
 
statusCode() - Method in interface io.vertx.ext.apex.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.apex.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.auth.AbstractAuthServiceVerticle
 
stop() - Method in interface io.vertx.ext.auth.AuthService
Stop the service
stop() - Method in class io.vertx.ext.auth.AuthServiceVertxEBProxy
 
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 interface io.vertx.ext.mail.MailService
stop the MailServer instance if it is running locally
stop() - Method in class io.vertx.ext.mail.MailServiceVerticle
 
stop() - Method in class io.vertx.ext.mail.MailServiceVertxEBProxy
 
stop() - Method in class io.vertx.rxjava.core.streams.Pump
Stop the Pump.
stop() - Method in class io.vertx.rxjava.ext.auth.AuthService
Stop the service
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.
subRef - Variable in class io.vertx.rx.java.SingleOnSubscribeAdapter
 
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.
symlink(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
Create a symbolic link on the file system from link to existing, asynchronously.
symlink(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Create a symbolic link on the file system from link to existing, asynchronously.
symlinkBlocking(String, String) - Method in interface io.vertx.core.file.FileSystem
symlinkBlocking(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
symlinkObservable(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Create a symbolic link on the file system from link to existing, asynchronously.
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.
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.apex.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.apex.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.apex.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.apex.templ.TemplateEngine
 
TemplateHandler - Interface in io.vertx.ext.apex.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.apex.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.apex.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.apex.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
 
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.apex.templ
A template engine that uses the Thymeleaf library.
ThymeleafTemplateEngine - Class in io.vertx.rxjava.ext.apex.templ
A template engine that uses the Thymeleaf library.
ThymeleafTemplateEngine - Class in io.vertx.rxjava.ext.apex.templ
A template engine that uses the Thymeleaf library.
ThymeleafTemplateEngine(ThymeleafTemplateEngine) - Constructor for class io.vertx.rxjava.ext.apex.templ.ThymeleafTemplateEngine
 
timeout() - Method in interface io.vertx.ext.apex.Session
 
timeout() - Method in class io.vertx.rxjava.ext.apex.Session
 
TimeoutHandler - Interface in io.vertx.ext.apex.handler
Handler that will timeout requests if the response has not been written after a certain time.
TimeoutHandler - Class in io.vertx.rxjava.ext.apex.handler
Handler that will timeout requests if the response has not been written after a certain time.
TimeoutHandler - Class in io.vertx.rxjava.ext.apex.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.apex.handler.TimeoutHandler
 
TimeoutStream - Interface in io.vertx.core
A timeout stream is triggered by a timer, the Handler will be call when the timer is fired, it can be once or several times depending on the nature of the timer related to this stream.
TimeoutStream - Class in io.vertx.rxjava.core
A timeout stream is triggered by a timer, the io.vertx.rxjava.core.Handler will be call when the timer is fired, it can be once or several times depending on the nature of the timer related to this stream.
TimeoutStream(TimeoutStream) - Constructor for class io.vertx.rxjava.core.TimeoutStream
 
timerCreated(long) - Method in interface io.vertx.core.spi.metrics.VertxMetrics
Called when a timer is created
timerEnded(long, boolean) - Method in interface io.vertx.core.spi.metrics.VertxMetrics
Called when a timer has ended (setTimer) or has been cancelled.
timerStream(long) - Method in interface io.vertx.core.Vertx
Returns a one-shot timer as a read stream.
timerStream(long) - Method in class io.vertx.rxjava.core.Vertx
Returns a one-shot timer as a read stream.
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.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.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
 
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.apex.handler.sockjs.SockJSSocket
 
toObservable() - Method in class io.vertx.rxjava.ext.unit.report.TestSuiteReport
 
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 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(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.Logger
 
trace(Object, Throwable) - Method in class io.vertx.core.logging.Logger
 
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.apex.handler.sockjs
The available SockJS transports
truncate(String, long, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
Truncate the file represented by path to length len in bytes, asynchronously.
truncate(String, long, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Truncate the file represented by path to length len in bytes, asynchronously.
truncateBlocking(String, long) - Method in interface io.vertx.core.file.FileSystem
truncateBlocking(String, long) - Method in class io.vertx.rxjava.core.file.FileSystem
truncateObservable(String, long) - Method in class io.vertx.rxjava.core.file.FileSystem
Truncate the file represented by path to length len in bytes, asynchronously.
TrustOptions - Interface in io.vertx.core.net
Certification authority configuration options.

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.undeploy(String) but the completionHandler will be notified when the undeployment is complete.
undeployObservable(String) - Method in class io.vertx.rxjava.core.Vertx
Like Vertx.undeploy(String) 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
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
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.apex.FileUpload
 
uploadedFileName() - Method in class io.vertx.rxjava.ext.apex.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.apex.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.apex.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
 
useNormalisedPath(boolean) - Method in interface io.vertx.ext.apex.Route
If true then the normalised request path will be used when routing (e.g.
useNormalisedPath(boolean) - Method in class io.vertx.rxjava.ext.apex.Route
If true then the normalised request path will be used when routing (e.g.
USER_AGENT - Static variable in class io.vertx.core.http.HttpHeaders
User-Agent header name

V

validatePublicVoidNoArgMethods(Class<? extends Annotation>, boolean, List<Throwable>) - 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.apex.handler.LoggerHandler.Format
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.apex.handler.sockjs.Transport
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.StarttlsOption
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.
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.apex.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.apex.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.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.StarttlsOption
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.
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
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
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 interface io.vertx.ext.apex.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.apex.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.
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
 
VertxUnitRunner(Class<?>) - Constructor for class io.vertx.ext.unit.junit.VertxUnitRunner
 
VertxUnitRunner(Class<?>, Long) - Constructor for class io.vertx.ext.unit.junit.VertxUnitRunner
 
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.Logger
 
warn(Object, Throwable) - Method in class io.vertx.core.logging.Logger
 
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
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.apex.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 to the request body, encoded as UTF-8.
write(String, String) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
Write a 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 to the response body, encoded using the encoding enc.
write(String) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Write a 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 to the connection, encoded in UTF-8.
write(String, String) - Method in class io.vertx.rxjava.core.net.NetSocket
Write a 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.apex.handler.sockjs.SockJSSocket
 
writeFile(String, Buffer, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
Creates the file, and writes the specified Buffer data to the file represented by the path path, asynchronously.
writeFile(String, Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Creates the file, and writes the specified Buffer data to the file represented by the path path, asynchronously.
writeFileBlocking(String, Buffer) - Method in interface io.vertx.core.file.FileSystem
writeFileBlocking(String, Buffer) - Method in class io.vertx.rxjava.core.file.FileSystem
writeFileObservable(String, Buffer) - Method in class io.vertx.rxjava.core.file.FileSystem
Creates the file, and writes the specified Buffer data to the file represented by the path path, asynchronously.
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.apex.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.apex.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.
writeMessage(Buffer) - Method in interface io.vertx.core.http.ServerWebSocket
 
writeMessage(Buffer) - Method in interface io.vertx.core.http.WebSocket
 
writeMessage(Buffer) - Method in interface io.vertx.core.http.WebSocketBase
Writes a (potentially large) piece of data to the connection.
writeMessage(Buffer) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
writeMessage(Buffer) - Method in class io.vertx.rxjava.core.http.WebSocket
 
writeMessage(Buffer) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
Writes a (potentially large) piece of data to the connection.
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.apex.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() - Method in class io.vertx.core.json.JsonArray
 
writeToBuffer() - Method in class io.vertx.core.json.JsonObject
 
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2015. All Rights Reserved.