- absoluteURI() - Method in interface io.vertx.core.http.HttpServerRequest
-
- absoluteURI() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
-
- AbstractUser - Class in io.vertx.ext.auth
-
Useful base class for implementing a User object.
- AbstractUser() - Constructor for class io.vertx.ext.auth.AbstractUser
-
- AbstractVerticle - Class in io.vertx.core
-
An abstract base class that you can extend to write your own Verticle classes.
- AbstractVerticle() - Constructor for class io.vertx.core.AbstractVerticle
-
- AbstractVerticle - Class in io.vertx.rxjava.core
-
- AbstractVerticle() - Constructor for class io.vertx.rxjava.core.AbstractVerticle
-
- ACCEPT - Static variable in class io.vertx.core.http.HttpHeaders
-
Accept header name
- accept(HttpServerRequest) - Method in interface io.vertx.ext.web.Router
-
This method is used to provide a request to the router.
- accept(HttpServerRequest) - Method in class io.vertx.rxjava.ext.web.Router
-
This method is used to provide a request to the router.
- ACCEPT_CHARSET - Static variable in class io.vertx.core.http.HttpHeaders
-
Accept-Charset header name
- ACCEPT_ENCODING - Static variable in class io.vertx.core.http.HttpHeaders
-
Accept-Encoding header name
- ACCEPT_LANGUAGE - Static variable in class io.vertx.core.http.HttpHeaders
-
Accept-Language header name
- ACCEPT_PATCH - Static variable in class io.vertx.core.http.HttpHeaders
-
Accept-Patch header name
- ACCEPT_RANGES - Static variable in class io.vertx.core.http.HttpHeaders
-
Accept-Ranges header name
- ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in class io.vertx.core.http.HttpHeaders
-
Access-Control-Allow-Credentials header name
- ACCESS_CONTROL_ALLOW_HEADERS - Static variable in class io.vertx.core.http.HttpHeaders
-
Access-Control-Allow-Headers header name
- ACCESS_CONTROL_ALLOW_METHODS - Static variable in class io.vertx.core.http.HttpHeaders
-
Access-Control-Allow-Methods header name
- ACCESS_CONTROL_ALLOW_ORIGIN - Static variable in class io.vertx.core.http.HttpHeaders
-
Access-Control-Allow-Origin header name
- ACCESS_CONTROL_EXPOSE_HEADERS - Static variable in class io.vertx.core.http.HttpHeaders
-
Access-Control-Expose-Headers header name
- ACCESS_CONTROL_MAX_AGE - Static variable in class io.vertx.core.http.HttpHeaders
-
Access-Control-Max-Age header name
- ACCESS_CONTROL_REQUEST_HEADERS - Static variable in class io.vertx.core.http.HttpHeaders
-
Access-Control-Request-Headers header name
- ACCESS_CONTROL_REQUEST_METHOD - Static variable in class io.vertx.core.http.HttpHeaders
-
Access-Control-Request-Method header name
- actualPort() - Method in interface io.vertx.core.net.NetServer
-
The actual port the server is listening on.
- actualPort() - Method in class io.vertx.rxjava.core.net.NetServer
-
The actual port the server is listening on.
- add(String, String) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
-
- add(String, Iterable<String>) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
-
- add(CharSequence, CharSequence) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
-
- add(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
-
- add(Enum) - Method in class io.vertx.core.json.JsonArray
-
Add an enum to the JSON array.
- add(CharSequence) - Method in class io.vertx.core.json.JsonArray
-
Add a CharSequence to the JSON array.
- add(String) - Method in class io.vertx.core.json.JsonArray
-
Add a String to the JSON array.
- add(Integer) - Method in class io.vertx.core.json.JsonArray
-
Add an Integer to the JSON array.
- add(Long) - Method in class io.vertx.core.json.JsonArray
-
Add a Long to the JSON array.
- add(Double) - Method in class io.vertx.core.json.JsonArray
-
Add a Double to the JSON array.
- add(Float) - Method in class io.vertx.core.json.JsonArray
-
Add a Float to the JSON array.
- add(Boolean) - Method in class io.vertx.core.json.JsonArray
-
Add a Boolean to the JSON array.
- add(JsonObject) - Method in class io.vertx.core.json.JsonArray
-
Add a JSON object to the JSON array.
- add(JsonArray) - Method in class io.vertx.core.json.JsonArray
-
Add another JSON array to the JSON array.
- add(byte[]) - Method in class io.vertx.core.json.JsonArray
-
Add a binary value to the JSON array.
- add(Object) - Method in class io.vertx.core.json.JsonArray
-
Add an Object to the JSON array.
- add(String, String) - Method in interface io.vertx.core.MultiMap
-
Adds a new value with the specified name and value.
- add(CharSequence, CharSequence) - Method in interface io.vertx.core.MultiMap
-
- add(String, Iterable<String>) - Method in interface io.vertx.core.MultiMap
-
Adds a new values under the specified name
- add(CharSequence, Iterable<CharSequence>) - Method in interface io.vertx.core.MultiMap
-
- add(K, V, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.spi.cluster.AsyncMultiMap
-
Add a value to the list of values for that key in the map
- add(String, String) - Method in class io.vertx.rxjava.core.MultiMap
-
Adds a new value with the specified name and value.
- addAll(MultiMap) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
-
- addAll(Map<String, String>) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
-
- addAll(JsonArray) - Method in class io.vertx.core.json.JsonArray
-
Appends all of the elements in the specified array to the end of this JSON array.
- addAll(MultiMap) - Method in interface io.vertx.core.MultiMap
-
Adds all the entries from another MultiMap to this one
- addAll(Map<String, String>) - Method in interface io.vertx.core.MultiMap
-
Adds all the entries from a Map to this
- addAll(MultiMap) - Method in class io.vertx.rxjava.core.MultiMap
-
Adds all the entries from another MultiMap to this one
- addAndGet(long, Handler<AsyncResult<Long>>) - Method in interface io.vertx.core.shareddata.Counter
-
Add the value to the counter atomically and return the new count
- addAndGet(long, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.core.shareddata.Counter
-
Add the value to the counter atomically and return the new count
- addAndGetObservable(long) - Method in class io.vertx.rxjava.core.shareddata.Counter
-
Add the value to the counter atomically and return the new count
- addAudience(String) - Method in class io.vertx.ext.auth.jwt.JWTOptions
-
The target audience of this token
- addAuthorities(Set<String>) - Method in interface io.vertx.ext.web.handler.AuthHandler
-
Add a set of required authorities for this auth handler
- addAuthorities(Set<String>) - Method in interface io.vertx.rxjava.ext.web.handler.AuthHandler
-
Add a set of required authorities for this auth handler
- addAuthorities(Set<String>) - Method in class io.vertx.rxjava.ext.web.handler.BasicAuthHandler
-
Add a set of required authorities for this auth handler
- addAuthorities(Set<String>) - Method in class io.vertx.rxjava.ext.web.handler.JWTAuthHandler
-
Add a set of required authorities for this auth handler
- addAuthorities(Set<String>) - Method in class io.vertx.rxjava.ext.web.handler.RedirectAuthHandler
-
Add a set of required authorities for this auth handler
- addAuthority(String) - Method in interface io.vertx.ext.web.handler.AuthHandler
-
Add a required authority for this auth handler
- addAuthority(String) - Method in interface io.vertx.rxjava.ext.web.handler.AuthHandler
-
Add a required authority for this auth handler
- addAuthority(String) - Method in class io.vertx.rxjava.ext.web.handler.BasicAuthHandler
-
Add a required authority for this auth handler
- addAuthority(String) - Method in class io.vertx.rxjava.ext.web.handler.JWTAuthHandler
-
Add a required authority for this auth handler
- addAuthority(String) - Method in class io.vertx.rxjava.ext.web.handler.RedirectAuthHandler
-
Add a required authority for this auth handler
- addBodyEndHandler(Handler<Void>) - Method in interface io.vertx.ext.web.RoutingContext
-
Add a handler that will be called just before the response body has been completely written.
- addBodyEndHandler(Handler<Void>) - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
Add a handler that will be called just before the response body has been completely written.
- addCertPath(String) - Method in class io.vertx.core.net.PemTrustOptions
-
Add a certificate path
- addCertValue(Buffer) - Method in class io.vertx.core.net.PemTrustOptions
-
Add a certificate value
- addCookie(Cookie) - Method in interface io.vertx.ext.web.RoutingContext
-
Add a cookie.
- addCookie(Cookie) - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
Add a cookie.
- addCrlPath(String) - Method in class io.vertx.core.http.HttpClientOptions
-
- addCrlPath(String) - Method in class io.vertx.core.http.HttpServerOptions
-
- addCrlPath(String) - Method in class io.vertx.core.net.NetClientOptions
-
- addCrlPath(String) - Method in class io.vertx.core.net.NetServerOptions
-
- addCrlPath(String) - Method in class io.vertx.core.net.TCPSSLOptions
-
Add a CRL path
- addCrlValue(Buffer) - Method in class io.vertx.core.http.HttpClientOptions
-
- addCrlValue(Buffer) - Method in class io.vertx.core.http.HttpServerOptions
-
- addCrlValue(Buffer) - Method in class io.vertx.core.net.NetClientOptions
-
- addCrlValue(Buffer) - Method in class io.vertx.core.net.NetServerOptions
-
- addCrlValue(Buffer) - Method in class io.vertx.core.net.TCPSSLOptions
-
Add a CRL value
- addDisabledTransport(String) - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
-
- addEnabledCipherSuite(String) - Method in class io.vertx.core.http.HttpClientOptions
-
- addEnabledCipherSuite(String) - Method in class io.vertx.core.http.HttpServerOptions
-
- addEnabledCipherSuite(String) - Method in class io.vertx.core.net.NetClientOptions
-
- addEnabledCipherSuite(String) - Method in class io.vertx.core.net.NetServerOptions
-
- addEnabledCipherSuite(String) - Method in class io.vertx.core.net.TCPSSLOptions
-
Add an enabled cipher suite
- addGet(String) - Method in class io.vertx.redis.op.SortOptions
-
- addHeader(String, String) - Method in class io.vertx.core.eventbus.DeliveryOptions
-
Add a message header.
- addHeader(String, String) - Method in class io.vertx.ext.auth.jwt.JWTOptions
-
- addHeadersEndHandler(Handler<Future>) - Method in interface io.vertx.ext.web.RoutingContext
-
Add a handler that will be called just before headers are written to the response.
- addHeadersEndHandler(Handler<Future>) - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
Add a handler that will be called just before headers are written to the response.
- addInboundPermitted(PermittedOptions) - Method in class io.vertx.ext.web.handler.sockjs.BridgeOptions
-
- addMonitoredEventBusHandler(Match) - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
Add a monitored event bus handler.
- addMonitoredHttpClientUri(Match) - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
Add an monitored http client uri.
- addMonitoredHttpServerUri(Match) - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
Add an monitored http server uri.
- addNull() - Method in class io.vertx.core.json.JsonArray
-
Add a null value to the JSON array.
- addOutboundPermitted(PermittedOptions) - Method in class io.vertx.ext.web.handler.sockjs.BridgeOptions
-
- addPermission(String) - Method in class io.vertx.ext.auth.jwt.JWTOptions
-
Add a permission to this token.
- addReporter(ReportOptions) - Method in class io.vertx.ext.unit.report.ReportingOptions
-
Add a reporter to the current list.
- addReporter(ReportOptions) - Method in class io.vertx.ext.unit.TestOptions
-
- address() - Method in interface io.vertx.core.eventbus.Message
-
The address the message was sent to
- address() - Method in interface io.vertx.core.eventbus.MessageConsumer
-
- address() - Method in interface io.vertx.core.eventbus.MessageProducer
-
- address() - Method in class io.vertx.rxjava.core.eventbus.Message
-
The address the message was sent to
- address() - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
-
- address() - Method in class io.vertx.rxjava.core.eventbus.MessageProducer
-
- after(Handler<TestContext>) - Method in interface io.vertx.ext.unit.TestSuite
-
Set a callback executed after the tests.
- after(Handler<TestContext>) - Method in class io.vertx.rxjava.ext.unit.TestSuite
-
Set a callback executed after the tests.
- afterEach(Handler<TestContext>) - Method in interface io.vertx.ext.unit.TestSuite
-
Set a callback executed after each test and before the suite after
callback.
- afterEach(Handler<TestContext>) - Method in class io.vertx.rxjava.ext.unit.TestSuite
-
Set a callback executed after each test and before the suite after
callback.
- afterStartingVertx() - Method in class io.vertx.core.Starter
-
Hook for sub classes of
Starter
after the vertx instance is started.
- AGE - Static variable in class io.vertx.core.http.HttpHeaders
-
Age header name
- AggregateOptions - Enum in io.vertx.redis.op
-
- ALLOW - Static variable in class io.vertx.core.http.HttpHeaders
-
Allow header name
- allowCredentials(boolean) - Method in interface io.vertx.ext.web.handler.CorsHandler
-
Set whether credentials are allowed
- allowCredentials(boolean) - Method in class io.vertx.rxjava.ext.web.handler.CorsHandler
-
Set whether credentials are allowed
- allowedHeader(String) - Method in interface io.vertx.ext.web.handler.CorsHandler
-
Add an allowed header
- allowedHeader(String) - Method in class io.vertx.rxjava.ext.web.handler.CorsHandler
-
Add an allowed header
- allowedHeaders(Set<String>) - Method in interface io.vertx.ext.web.handler.CorsHandler
-
Add a set of allowed headers
- allowedHeaders(Set<String>) - Method in class io.vertx.rxjava.ext.web.handler.CorsHandler
-
Add a set of allowed headers
- allowedMethod(HttpMethod) - Method in interface io.vertx.ext.web.handler.CorsHandler
-
Add an allowed method
- allowedMethod(HttpMethod) - Method in class io.vertx.rxjava.ext.web.handler.CorsHandler
-
Add an allowed method
- allowedMethods(Set<HttpMethod>) - Method in interface io.vertx.ext.web.handler.CorsHandler
-
Add a set of allowed methods
- append(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Append a value to a key
- append(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Append a value to a key
- appendBuffer(Buffer) - Method in interface io.vertx.core.buffer.Buffer
-
Appends the specified Buffer
to the end of this Buffer.
- appendBuffer(Buffer, int, int) - Method in interface io.vertx.core.buffer.Buffer
-
Appends the specified Buffer
starting at the offset
using len
to the end of this Buffer.
- appendBuffer(Buffer) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Appends the specified Buffer
to the end of this Buffer.
- appendBuffer(Buffer, int, int) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Appends the specified Buffer
starting at the offset
using len
to the end of this Buffer.
- appendByte(byte) - Method in interface io.vertx.core.buffer.Buffer
-
Appends the specified byte
to the end of the Buffer.
- appendByte(byte) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Appends the specified byte
to the end of the Buffer.
- appendBytes(byte[]) - Method in interface io.vertx.core.buffer.Buffer
-
Appends the specified byte[]
to the end of the Buffer.
- appendBytes(byte[], int, int) - Method in interface io.vertx.core.buffer.Buffer
-
Appends the specified number of bytes from byte[]
to the end of the Buffer, starting at the given offset.
- appendDouble(double) - Method in interface io.vertx.core.buffer.Buffer
-
Appends the specified double
to the end of the Buffer.
- appendDouble(double) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Appends the specified double
to the end of the Buffer.
- appendFloat(float) - Method in interface io.vertx.core.buffer.Buffer
-
Appends the specified float
to the end of the Buffer.
- appendFloat(float) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Appends the specified float
to the end of the Buffer.
- appendInt(int) - Method in interface io.vertx.core.buffer.Buffer
-
Appends the specified int
to the end of the Buffer.
- appendInt(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Appends the specified int
to the end of the Buffer.
- appendLong(long) - Method in interface io.vertx.core.buffer.Buffer
-
Appends the specified long
to the end of the Buffer.
- appendLong(long) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Appends the specified long
to the end of the Buffer.
- appendShort(short) - Method in interface io.vertx.core.buffer.Buffer
-
Appends the specified short
to the end of the Buffer.The buffer will expand as necessary to accommodate any bytes written.
- appendShort(short) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Appends the specified short
to the end of the Buffer.The buffer will expand as necessary to accommodate any bytes written.
- appendString(String, String) - Method in interface io.vertx.core.buffer.Buffer
-
Appends the specified String
to the end of the Buffer with the encoding as specified by enc
.
- appendString(String) - Method in interface io.vertx.core.buffer.Buffer
-
Appends the specified String str
to the end of the Buffer with UTF-8 encoding.
- appendString(String, String) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Appends the specified String
to the end of the Buffer with the encoding as specified by enc
.
- appendString(String) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Appends the specified String str
to the end of the Buffer with UTF-8 encoding.
- APPLICATION_X_WWW_FORM_URLENCODED - Static variable in class io.vertx.core.http.HttpHeaders
-
application/x-www-form-urlencoded header value
- apply(Statement, Description) - Method in class io.vertx.ext.unit.junit.RunTestOnContext
-
- asMessageHandler() - Method in interface io.vertx.ext.unit.collect.EventBusCollector
-
- assertEquals(Object, Object) - Method in interface io.vertx.ext.unit.TestContext
-
Assert the expected
argument is equals to the actual
argument.
- assertEquals(Object, Object, String) - Method in interface io.vertx.ext.unit.TestContext
-
Assert the expected
argument is equals to the actual
argument.
- assertEquals(Object, Object) - Method in class io.vertx.rxjava.ext.unit.TestContext
-
Assert the expected
argument is equals to the actual
argument.
- assertEquals(Object, Object, String) - Method in class io.vertx.rxjava.ext.unit.TestContext
-
Assert the expected
argument is equals to the actual
argument.
- assertFalse(boolean) - Method in interface io.vertx.ext.unit.TestContext
-
Assert the specified condition
is false
.
- assertFalse(boolean, String) - Method in interface io.vertx.ext.unit.TestContext
-
Assert the specified condition
is false
.
- assertFalse(boolean) - Method in class io.vertx.rxjava.ext.unit.TestContext
-
Assert the specified condition
is false
.
- assertFalse(boolean, String) - Method in class io.vertx.rxjava.ext.unit.TestContext
-
Assert the specified condition
is false
.
- assertInRange(double, double, double) - Method in interface io.vertx.ext.unit.TestContext
-
Asserts that the expected
double argument is equals to the actual
double argument
within a positive delta.
- assertInRange(double, double, double, String) - Method in interface io.vertx.ext.unit.TestContext
-
Asserts that the expected
double argument is equals to the actual
double argument
within a positive delta.
- assertInRange(double, double, double) - Method in class io.vertx.rxjava.ext.unit.TestContext
-
Asserts that the expected
double argument is equals to the actual
double argument
within a positive delta.
- assertInRange(double, double, double, String) - Method in class io.vertx.rxjava.ext.unit.TestContext
-
Asserts that the expected
double argument is equals to the actual
double argument
within a positive delta.
- assertNotEquals(Object, Object) - Method in interface io.vertx.ext.unit.TestContext
-
Assert the first
argument is not equals to the second
argument.
- assertNotEquals(Object, Object, String) - Method in interface io.vertx.ext.unit.TestContext
-
Assert the first
argument is not equals to the second
argument.
- assertNotEquals(Object, Object) - Method in class io.vertx.rxjava.ext.unit.TestContext
-
Assert the first
argument is not equals to the second
argument.
- assertNotEquals(Object, Object, String) - Method in class io.vertx.rxjava.ext.unit.TestContext
-
Assert the first
argument is not equals to the second
argument.
- assertNotNull(Object) - Method in interface io.vertx.ext.unit.TestContext
-
Assert the expected
argument is not null
.
- assertNotNull(Object, String) - Method in interface io.vertx.ext.unit.TestContext
-
Assert the expected
argument is not null
.
- assertNotNull(Object) - Method in class io.vertx.rxjava.ext.unit.TestContext
-
Assert the expected
argument is not null
.
- assertNotNull(Object, String) - Method in class io.vertx.rxjava.ext.unit.TestContext
-
Assert the expected
argument is not null
.
- assertNull(Object) - Method in interface io.vertx.ext.unit.TestContext
-
Assert the expected
argument is null
.
- assertNull(Object, String) - Method in interface io.vertx.ext.unit.TestContext
-
Assert the expected
argument is null
.
- assertNull(Object) - Method in class io.vertx.rxjava.ext.unit.TestContext
-
Assert the expected
argument is null
.
- assertNull(Object, String) - Method in class io.vertx.rxjava.ext.unit.TestContext
-
Assert the expected
argument is null
.
- assertTrue(boolean) - Method in interface io.vertx.ext.unit.TestContext
-
Assert the specified condition
is true
.
- assertTrue(boolean, String) - Method in interface io.vertx.ext.unit.TestContext
-
Assert the specified condition
is true
.
- assertTrue(boolean) - Method in class io.vertx.rxjava.ext.unit.TestContext
-
Assert the specified condition
is true
.
- assertTrue(boolean, String) - Method in class io.vertx.rxjava.ext.unit.TestContext
-
Assert the specified condition
is true
.
- Async - Interface in io.vertx.ext.unit
-
An asynchronous exit point for a test.
- async() - Method in interface io.vertx.ext.unit.TestContext
-
Create and returns a new async object, the returned async controls the completion of the test.
- Async - Class in io.vertx.rxjava.ext.unit
-
An asynchronous exit point for a test.
- Async - Class in io.vertx.rxjava.ext.unit
-
An asynchronous exit point for a test.
- Async(Async) - Constructor for class io.vertx.rxjava.ext.unit.Async
-
- async() - Method in class io.vertx.rxjava.ext.unit.TestContext
-
Create and returns a new async object, the returned async controls the completion of the test.
- asyncAssertFailure() - Method in interface io.vertx.ext.unit.TestContext
-
Creates and returns a new async handler, the returned handler controls the completion of the test.
When the returned handler is called back with a failed result it completes the async operation.
When the returned handler is called back with a succeeded result it fails the test.
- asyncAssertFailure(Handler<Throwable>) - Method in interface io.vertx.ext.unit.TestContext
-
Creates and returns a new async handler, the returned handler controls the completion of the test.
When the returned handler is called back with a failed result it completes the async operation.
When the returned handler is called back with a succeeded result it fails the test.
- asyncAssertSuccess() - Method in interface io.vertx.ext.unit.TestContext
-
Creates and returns a new async handler, the returned handler controls the completion of the test.
When the returned handler is called back with a succeeded result it completes the async operation.
When the returned handler is called back with a failed result it fails the test with the cause of the failure.
- asyncAssertSuccess(Handler<T>) - Method in interface io.vertx.ext.unit.TestContext
-
Creates and returns a new async handler, the returned handler controls the completion of the test.
When the returned handler is called back with a succeeded result it invokes the
resultHandler
argument
with the async result.
- AsyncFile - Interface in io.vertx.core.file
-
Represents a file on the file-system which can be read from, or written to asynchronously.
- AsyncFile - Class in io.vertx.rxjava.core.file
-
Represents a file on the file-system which can be read from, or written to asynchronously.
- AsyncFile(AsyncFile) - Constructor for class io.vertx.rxjava.core.file.AsyncFile
-
- AsyncMap<K,V> - Interface in io.vertx.core.shareddata
-
An asynchronous map.
- AsyncMap<K,V> - Class in io.vertx.rxjava.core.shareddata
-
An asynchronous map.
- AsyncMap(AsyncMap) - Constructor for class io.vertx.rxjava.core.shareddata.AsyncMap
-
- AsyncMultiMap<K,V> - Interface in io.vertx.core.spi.cluster
-
An asynchronous multi-map.
- AsyncResult<T> - Interface in io.vertx.core
-
Encapsulates the result of an asynchronous operation.
- AsyncResultHandler<T> - Interface in io.vertx.core
-
- asyncResultHandler(CompletableFuture<V>) - Static method in class io.vertx.lang.rxjava.InternalHelper
-
- auth(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Authenticate to the server
- auth(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Authenticate to the server
- authenticate(JsonObject, Handler<AsyncResult<User>>) - Method in interface io.vertx.ext.auth.AuthProvider
-
Authenticate a user.
- authenticate(JsonObject, Handler<AsyncResult<User>>) - Method in class io.vertx.rxjava.ext.auth.AuthProvider
-
Authenticate a user.
- authenticate(JsonObject, Handler<AsyncResult<User>>) - Method in class io.vertx.rxjava.ext.auth.common.AuthProvider
-
Authenticate a user.
- authenticateObservable(JsonObject) - Method in class io.vertx.rxjava.ext.auth.AuthProvider
-
Authenticate a user.
- authenticateObservable(JsonObject) - Method in class io.vertx.rxjava.ext.auth.common.AuthProvider
-
Authenticate a user.
- AuthHandler - Interface in io.vertx.ext.web.handler
-
Base interface for auth handlers.
- AuthHandler - Interface in io.vertx.rxjava.ext.web.handler
-
Base interface for auth handlers.
- AUTHORIZATION - Static variable in class io.vertx.core.http.HttpHeaders
-
Authorization header name
- AuthProvider - Interface in io.vertx.ext.auth
-
User-facing interface for authenticating users.
- AuthProvider - Class in io.vertx.rxjava.ext.auth
-
User-facing interface for authenticating users.
- AuthProvider(AuthProvider) - Constructor for class io.vertx.rxjava.ext.auth.AuthProvider
-
- AuthProvider - Class in io.vertx.rxjava.ext.auth.common
-
User-facing interface for authenticating users.
- AuthProvider(AuthProvider) - Constructor for class io.vertx.rxjava.ext.auth.common.AuthProvider
-
- await() - Method in interface io.vertx.ext.unit.TestCompletion
-
Cause the current thread to wait until the test suite completes.
If the current thread is interrupted, an exception will be thrown.
- await(long) - Method in interface io.vertx.ext.unit.TestCompletion
-
Cause the current thread to wait until the test suite completes with a configurable timeout.
If completion times out or the current thread is interrupted, an exception will be thrown.
- await() - Method in class io.vertx.rxjava.ext.unit.TestCompletion
-
Cause the current thread to wait until the test suite completes.
If the current thread is interrupted, an exception will be thrown.
- await(long) - Method in class io.vertx.rxjava.ext.unit.TestCompletion
-
Cause the current thread to wait until the test suite completes with a configurable timeout.
If completion times out or the current thread is interrupted, an exception will be thrown.
- awaitSuccess() - Method in interface io.vertx.ext.unit.TestCase
-
Assert the test case passes and block until it is executed.
- awaitSuccess(long, TimeUnit) - Method in interface io.vertx.ext.unit.TestCase
-
Assert the test case passes and block until it is executed.
- awaitSuccess(Vertx) - Method in interface io.vertx.ext.unit.TestCase
-
Assert the test case passes and block until it is executed.
- awaitSuccess(Vertx, long, TimeUnit) - Method in interface io.vertx.ext.unit.TestCase
-
Assert the test case passes and block until it is executed.
- awaitSuccess() - Method in interface io.vertx.ext.unit.TestCompletion
-
Cause the current thread to wait until the test suite completes and succeeds.
If the current thread is interrupted or the suite fails, an exception will be thrown.
- awaitSuccess(long) - Method in interface io.vertx.ext.unit.TestCompletion
-
Cause the current thread to wait until the test suite completes and succeeds with a configurable timeout.
If completion times out or the current thread is interrupted or the suite fails, an exception will be thrown.
- awaitSuccess() - Method in class io.vertx.rxjava.ext.unit.TestCompletion
-
Cause the current thread to wait until the test suite completes and succeeds.
If the current thread is interrupted or the suite fails, an exception will be thrown.
- awaitSuccess(long) - Method in class io.vertx.rxjava.ext.unit.TestCompletion
-
Cause the current thread to wait until the test suite completes and succeeds with a configurable timeout.
If completion times out or the current thread is interrupted or the suite fails, an exception will be thrown.
- CACHE_CONTROL - Static variable in class io.vertx.core.http.HttpHeaders
-
Cache-Control header name
- call(Subscriber<? super T>) - Method in class io.vertx.rx.java.SingleOnSubscribeAdapter
-
Subscription
- call(Subscriber<? super T>) - Method in class io.vertx.rx.java.UnmarshallerOperator
-
- cancel() - Method in interface io.vertx.core.TimeoutStream
-
Cancels the timeout.
- cancel() - Method in class io.vertx.rxjava.core.TimeoutStream
-
Cancels the timeout.
- cancelTimer(long) - Method in interface io.vertx.core.Vertx
-
Cancels the timer with the specified id
.
- cancelTimer(long) - Method in class io.vertx.rxjava.core.Vertx
-
Cancels the timer with the specified id
.
- CaseInsensitiveHeaders - Class in io.vertx.core.http
-
This multi-map implementation has case insensitive keys, and can be used to hold some HTTP headers
prior to making an HTTP request.
- CaseInsensitiveHeaders() - Constructor for class io.vertx.core.http.CaseInsensitiveHeaders
-
- caseInsensitiveMultiMap() - Static method in interface io.vertx.core.MultiMap
-
Create a multi-map implementation with case insensitive keys, for instance it can be used to hold some HTTP headers.
- caseInsensitiveMultiMap() - Static method in class io.vertx.rxjava.core.MultiMap
-
Create a multi-map implementation with case insensitive keys, for instance it can be used to hold some HTTP headers.
- cause() - Method in interface io.vertx.core.AsyncResult
-
A Throwable describing failure.
- cause() - Method in interface io.vertx.ext.unit.report.Failure
-
- charset() - Method in interface io.vertx.core.http.HttpServerFileUpload
-
- charSet() - Method in interface io.vertx.ext.web.FileUpload
-
- charset() - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
-
- charSet() - Method in class io.vertx.rxjava.ext.web.FileUpload
-
- chmod(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
-
Change the permissions on the file represented by path
to perms
, asynchronously.
- chmod(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
-
Change the permissions on the file represented by path
to perms
, asynchronously.
- chmodBlocking(String, String) - Method in interface io.vertx.core.file.FileSystem
-
- chmodBlocking(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
-
- 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
- classBlock(RunNotifier) - Method in class io.vertx.ext.unit.junit.VertxUnitRunnerWithParameters
-
- clear() - Method in class io.vertx.core.http.CaseInsensitiveHeaders
-
- clear() - Method in class io.vertx.core.json.JsonArray
-
Remove all entries from the JSON array
- clear() - Method in class io.vertx.core.json.JsonObject
-
Remove all the entries in this JSON object
- clear() - Method in interface io.vertx.core.MultiMap
-
Removes all
- clear(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.shareddata.AsyncMap
-
Clear all entries in the map
- clear() - Method in interface io.vertx.core.shareddata.LocalMap
-
Clear all entries in the map
- clear() - Method in interface io.vertx.ext.web.Router
-
Remove all the routes from this router
- clear(Handler<AsyncResult<Boolean>>) - Method in interface io.vertx.ext.web.sstore.SessionStore
-
Remove all sessions from the store
- clear() - Method in class io.vertx.rxjava.core.MultiMap
-
Removes all
- clear(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
-
Clear all entries in the map
- clear() - Method in class io.vertx.rxjava.core.shareddata.LocalMap
-
Clear all entries in the map
- clear() - Method in class io.vertx.rxjava.ext.web.Router
-
Remove all the routes from this router
- clear(Handler<AsyncResult<Boolean>>) - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
-
Remove all sessions from the store
- clearCache() - Method in class io.vertx.ext.auth.AbstractUser
-
- clearCache() - Method in interface io.vertx.ext.auth.User
-
The User object will cache any authorities that it knows it has to avoid hitting the
underlying auth provider each time.
- clearCache() - Method in class io.vertx.rxjava.ext.auth.common.User
-
The User object will cache any roles or permissions that it knows it has to avoid hitting the
underlying auth provider each time.
- clearCache() - Method in class io.vertx.rxjava.ext.auth.User
-
The User object will cache any authorities that it knows it has to avoid hitting the
underlying auth provider each time.
- clearObservable() - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
-
Clear all entries in the map
- clearObservable() - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
-
Remove all sessions from the store
- clearUser() - Method in interface io.vertx.ext.web.RoutingContext
-
Clear the current user object in the context.
- clearUser() - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
Clear the current user object in the context.
- clientGetname(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Get the current connection name
- clientGetname(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get the current connection name
- clientKill(KillFilter, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Kill the connection of a client
- clientKill(KillFilter, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Kill the connection of a client
- clientList(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Get the list of client connections
- clientList(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get the list of client connections
- ClientOptionsBase - Class in io.vertx.core.net
-
Base class for Client options
- ClientOptionsBase() - Constructor for class io.vertx.core.net.ClientOptionsBase
-
Default constructor
- ClientOptionsBase(ClientOptionsBase) - Constructor for class io.vertx.core.net.ClientOptionsBase
-
Copy constructor
- ClientOptionsBase(JsonObject) - Constructor for class io.vertx.core.net.ClientOptionsBase
-
Create options from some JSON
- clientPause(long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Stop processing commands from clients for some time
- clientPause(long, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Stop processing commands from clients for some time
- clientSetname(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Set the current connection name
- clientSetname(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Set the current connection name
- clone() - Method in class io.vertx.core.net.JksOptions
-
- clone() - Method in interface io.vertx.core.net.KeyCertOptions
-
- clone() - Method in class io.vertx.core.net.PemKeyCertOptions
-
- clone() - Method in class io.vertx.core.net.PemTrustOptions
-
- clone() - Method in class io.vertx.core.net.PfxOptions
-
- clone() - Method in interface io.vertx.core.net.TrustOptions
-
- close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.datagram.DatagramSocket
-
Closes the
DatagramSocket
implementation asynchronous
and notifies the handler once done.
- close() - Method in interface io.vertx.core.datagram.DatagramSocket
-
- close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.eventbus.EventBus
-
Close the event bus and release any resources held
- close() - Method in interface io.vertx.core.file.AsyncFile
-
Close the file.
- close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.AsyncFile
-
Close the file.
- close() - Method in interface io.vertx.core.http.HttpClient
-
Close the client.
- CLOSE - Static variable in class io.vertx.core.http.HttpHeaders
-
close header value
- close() - Method in interface io.vertx.core.http.HttpServer
-
Close the server.
- close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.http.HttpServer
-
Like
HttpServer.close()
but supplying a handler that will be called when the server is actually closed (or has failed).
- close() - Method in interface io.vertx.core.http.HttpServerResponse
-
Close the underlying TCP connection corresponding to the request.
- close() - Method in interface io.vertx.core.http.WebSocketBase
-
Close the WebSocket.
- close() - Method in interface io.vertx.core.net.NetClient
-
Close the client.
- close() - Method in interface io.vertx.core.net.NetServer
-
Close the server.
- close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.net.NetServer
-
Like
NetServer.close()
but supplying a handler that will be notified when close is complete.
- close() - Method in interface io.vertx.core.net.NetSocket
-
Close the NetSocket
- close() - Method in interface io.vertx.core.shareddata.LocalMap
-
Close and release the map
- close() - Method in interface io.vertx.core.spi.metrics.Metrics
-
Used to close out the metrics, for example when an http server/client has been closed.
No specific thread and context can be expected when this method is called.
- close() - Method in interface io.vertx.core.spi.VerticleFactory
-
- close() - Method in interface io.vertx.core.Vertx
-
Stop the the Vertx instance and release any resources held by it.
- close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.Vertx
-
Like
Vertx.close()
but the completionHandler will be called when the close is complete
- close() - Method in class io.vertx.ext.dropwizard.reporters.JmxReporter
-
Stops the reporter.
- close() - Method in interface io.vertx.ext.jdbc.JDBCClient
-
Close the client
- close(DataSource) - Method in interface io.vertx.ext.jdbc.spi.DataSourceProvider
-
- close() - Method in interface io.vertx.ext.mail.MailClient
-
close the MailClient
- close() - Method in interface io.vertx.ext.mail.MailService
-
- close() - Method in class io.vertx.ext.mail.MailServiceVertxEBProxy
-
- close() - Method in class io.vertx.ext.mail.MailServiceVertxProxyHandler
-
- close() - Method in interface io.vertx.ext.mongo.MongoClient
-
Close the client and release its resources
- close() - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
-
Close it
- close() - Method in interface io.vertx.ext.web.sstore.SessionStore
-
Close the store
- close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
-
Close the client - when it is fully closed the handler will be called.
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
-
Closes the
DatagramSocket
implementation asynchronous
and notifies the handler once done.
- close() - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
-
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.eventbus.EventBus
-
Close the event bus and release any resources held
- close() - Method in class io.vertx.rxjava.core.file.AsyncFile
-
Close the file.
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.AsyncFile
-
Close the file.
- close() - Method in class io.vertx.rxjava.core.http.HttpClient
-
Close the client.
- close() - Method in class io.vertx.rxjava.core.http.HttpServer
-
Close the server.
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.HttpServer
-
Like
HttpServer
but supplying a handler that will be called when the server is actually closed (or has failed).
- close() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
-
Close the underlying TCP connection corresponding to the request.
- close() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
-
Close the WebSocket.
- close() - Method in class io.vertx.rxjava.core.http.WebSocket
-
Close the WebSocket.
- close() - Method in interface io.vertx.rxjava.core.http.WebSocketBase
-
Close the WebSocket.
- close() - Method in class io.vertx.rxjava.core.net.NetClient
-
Close the client.
- close() - Method in class io.vertx.rxjava.core.net.NetServer
-
Close the server.
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.net.NetServer
-
Like
NetServer
but supplying a handler that will be notified when close is complete.
- close() - Method in class io.vertx.rxjava.core.net.NetSocket
-
Close the NetSocket
- close() - Method in class io.vertx.rxjava.core.shareddata.LocalMap
-
Close and release the map
- close() - Method in class io.vertx.rxjava.core.Vertx
-
Stop the the Vertx instance and release any resources held by it.
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.Vertx
-
Like
Vertx
but the completionHandler will be called when the close is complete
- close() - Method in class io.vertx.rxjava.ext.jdbc.JDBCClient
-
Close the client
- close() - Method in class io.vertx.rxjava.ext.mail.MailClient
-
close the MailClient
- close() - Method in class io.vertx.rxjava.ext.mail.MailService
-
- close() - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Close the client and release its resources
- close() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
-
Close it
- close() - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
-
Close the store
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Close the client - when it is fully closed the handler will be called.
- closeHandler(Handler<Void>) - Method in interface io.vertx.core.http.HttpServerResponse
-
Set a close handler for the response.
- closeHandler(Handler<Void>) - Method in interface io.vertx.core.http.ServerWebSocket
-
- closeHandler(Handler<Void>) - Method in interface io.vertx.core.http.WebSocket
-
- closeHandler(Handler<Void>) - Method in interface io.vertx.core.http.WebSocketBase
-
Set a close handler.
- closeHandler(Handler<Void>) - Method in interface io.vertx.core.net.NetSocket
-
Set a handler that will be called when the NetSocket is closed
- closeHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
-
Set a close handler for the response.
- closeHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
-
- closeHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.WebSocket
-
- closeHandler(Handler<Void>) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
-
Set a close handler.
- closeHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.net.NetSocket
-
Set a handler that will be called when the NetSocket is closed
- closeObservable() - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
-
Closes the
DatagramSocket
implementation asynchronous
and notifies the handler once done.
- closeObservable() - Method in class io.vertx.rxjava.core.eventbus.EventBus
-
Close the event bus and release any resources held
- closeObservable() - Method in class io.vertx.rxjava.core.file.AsyncFile
-
Close the file.
- closeObservable() - Method in class io.vertx.rxjava.core.http.HttpServer
-
Like
HttpServer
but supplying a handler that will be called when the server is actually closed (or has failed).
- closeObservable() - Method in class io.vertx.rxjava.core.net.NetServer
-
Like
NetServer
but supplying a handler that will be notified when close is complete.
- closeObservable() - Method in class io.vertx.rxjava.core.Vertx
-
Like
Vertx
but the completionHandler will be called when the close is complete
- closeObservable() - Method in class io.vertx.rxjava.redis.RedisClient
-
Close the client - when it is fully closed the handler will be called.
- ClusteredSessionStore - Interface in io.vertx.ext.web.sstore
-
A session store which stores sessions in a distributed map so they are available across the cluster.
- ClusteredSessionStore - Class in io.vertx.rxjava.ext.web.sstore
-
A session store which stores sessions in a distributed map so they are available across the cluster.
- ClusteredSessionStore(ClusteredSessionStore) - Constructor for class io.vertx.rxjava.ext.web.sstore.ClusteredSessionStore
-
- clusteredVertx(VertxOptions, Handler<AsyncResult<Vertx>>) - Method in interface io.vertx.core.spi.VertxFactory
-
- clusteredVertx(VertxOptions, Handler<AsyncResult<Vertx>>) - Static method in interface io.vertx.core.Vertx
-
Creates a clustered instance using the specified options.
- clusteredVertx(VertxOptions, Handler<AsyncResult<Vertx>>) - Static method in class io.vertx.rxjava.core.Vertx
-
Creates a clustered instance using the specified options.
- clusteredVertxObservable(VertxOptions) - Static method in class io.vertx.rxjava.core.Vertx
-
Creates a clustered instance using the specified options.
- ClusterManager - Interface in io.vertx.core.spi.cluster
-
A cluster provider for Vert.x must implement this interface.
- clusterSlots(Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Get array of Cluster slot to node mappings
- clusterSlots(Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get array of Cluster slot to node mappings
- code() - Method in exception io.vertx.core.dns.DnsException
-
- code() - Method in enum io.vertx.core.dns.DnsResponseCode
-
- command(Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Get array of Redis command details
- command(Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get array of Redis command details
- commandCount(Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Get total number of Redis commands
- commandCount(Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get total number of Redis commands
- commandGetkeys(Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Extract keys given a full Redis command
- commandGetkeys(Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Extract keys given a full Redis command
- commandInfo(List<String>, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Get array of specific Redis command details
- commandInfo(List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get array of specific Redis command details
- compareAndSet(long, long, Handler<AsyncResult<Boolean>>) - Method in interface io.vertx.core.shareddata.Counter
-
Set the counter to the specified value only if the current value is the expectec value.
- compareAndSet(long, long, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.rxjava.core.shareddata.Counter
-
Set the counter to the specified value only if the current value is the expectec value.
- compareAndSetObservable(long, long) - Method in class io.vertx.rxjava.core.shareddata.Counter
-
Set the counter to the specified value only if the current value is the expectec value.
- complete(T) - Method in interface io.vertx.core.Future
-
Set the result.
- complete() - Method in interface io.vertx.core.Future
-
Set a null result.
- complete() - Method in interface io.vertx.ext.unit.Async
-
Signals the asynchronous operation is done, this method should be called only once, if the method is called
another time it will throw an IllegalStateException
to signal the error.
- complete(T) - Method in class io.vertx.rxjava.core.Future
-
Set the result.
- complete() - Method in class io.vertx.rxjava.core.Future
-
Set a null result.
- complete() - Method in class io.vertx.rxjava.ext.unit.Async
-
Signals the asynchronous operation is done, this method should be called only once, if the method is called
another time it will throw an IllegalStateException
to signal the error.
- completedFuture() - Method in interface io.vertx.core.spi.FutureFactory
-
- completedFuture(T) - Method in interface io.vertx.core.spi.FutureFactory
-
- completedFuture(Throwable) - Method in interface io.vertx.core.spi.FutureFactory
-
- completedFuture(String, boolean) - Method in interface io.vertx.core.spi.FutureFactory
-
- completionHandler(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.eventbus.MessageConsumer
-
Optional method which can be called to indicate when the registration has been propagated across the cluster.
- completionHandler(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
-
Optional method which can be called to indicate when the registration has been propagated across the cluster.
- completionHandlerObservable() - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
-
Optional method which can be called to indicate when the registration has been propagated across the cluster.
- computeHash(String, String) - Method in interface io.vertx.ext.auth.jdbc.JDBCHashStrategy
-
Compute the hashed password given the unhashed password and the salt
- config() - Method in class io.vertx.core.AbstractVerticle
-
Get the configuration of the verticle.
- config() - Method in interface io.vertx.core.Context
-
If the context is associated with a Verticle deployment, this returns the configuration that was specified when
the verticle was deployed.
- config() - Method in class io.vertx.rxjava.core.Context
-
If the context is associated with a Verticle deployment, this returns the configuration that was specified when
the verticle was deployed.
- configGet(String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Get the value of a configuration parameter
- configGet(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get the value of a configuration parameter
- configResetstat(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Reset the stats returned by INFO
- configResetstat(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Reset the stats returned by INFO
- configRewrite(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Rewrite the configuration file with the in memory configuration
- configRewrite(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Rewrite the configuration file with the in memory configuration
- configSet(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Set a configuration parameter to the given value
- configSet(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Set a configuration parameter to the given value
- connect(int, String, Handler<AsyncResult<NetSocket>>) - Method in interface io.vertx.core.net.NetClient
-
Open a connection to a server at the specific port
and host
.
- connect() - Method in interface io.vertx.ext.web.Router
-
Add a route that matches any HTTP CONNECT request
- connect(String) - Method in interface io.vertx.ext.web.Router
-
Add a route that matches a HTTP CONNECT request and the specified path
- connect(int, String, Handler<AsyncResult<NetSocket>>) - Method in class io.vertx.rxjava.core.net.NetClient
-
Open a connection to a server at the specific port
and host
.
- connect() - Method in class io.vertx.rxjava.ext.web.Router
-
Add a route that matches any HTTP CONNECT request
- connect(String) - Method in class io.vertx.rxjava.ext.web.Router
-
Add a route that matches a HTTP CONNECT request and the specified path
- connected(S, WebSocket) - Method in interface io.vertx.core.spi.metrics.HttpClientMetrics
-
Called when a web socket connects.
- connected(S, ServerWebSocket) - Method in interface io.vertx.core.spi.metrics.HttpServerMetrics
-
Called when a server web socket connects.
- connected(SocketAddress) - Method in interface io.vertx.core.spi.metrics.TCPMetrics
-
Called when a client has connected, which is applicable for TCP connections.
- connectHandler(Handler<NetSocket>) - Method in interface io.vertx.core.net.NetServer
-
Supply a connect handler for this server.
- connectHandler() - Method in interface io.vertx.core.net.NetServer
-
- connectHandler(Handler<NetSocket>) - Method in class io.vertx.rxjava.core.net.NetServer
-
Supply a connect handler for this server.
- CONNECTION - Static variable in class io.vertx.core.http.HttpHeaders
-
Connection header name
- connectObservable(int, String) - Method in class io.vertx.rxjava.core.net.NetClient
-
Open a connection to a server at the specific port
and host
.
- connectStream() - Method in interface io.vertx.core.net.NetServer
-
Return the connect stream for this server.
- connectStream() - Method in class io.vertx.rxjava.core.net.NetServer
-
Return the connect stream for this server.
- connectWithRegex(String) - Method in interface io.vertx.ext.web.Router
-
Add a route that matches a HTTP CONNECT request and the specified path regex
- connectWithRegex(String) - Method in class io.vertx.rxjava.ext.web.Router
-
Add a route that matches a HTTP CONNECT request and the specified path regex
- consumer(String) - Method in interface io.vertx.core.eventbus.EventBus
-
Create a message consumer against the specified address.
- consumer(String, Handler<Message<T>>) - Method in interface io.vertx.core.eventbus.EventBus
-
Create a consumer and register it against the specified address.
- consumer(String) - Method in class io.vertx.rxjava.core.eventbus.EventBus
-
Create a message consumer against the specified address.
- consumer(String, Handler<Message<T>>) - Method in class io.vertx.rxjava.core.eventbus.EventBus
-
Create a consumer and register it against the specified address.
- consumes(String) - Method in interface io.vertx.ext.web.Route
-
Add a content type consumed by this route.
- consumes(String) - Method in class io.vertx.rxjava.ext.web.Route
-
Add a content type consumed by this route.
- contains(String) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
-
- contains(CharSequence) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
-
- contains(Object) - Method in class io.vertx.core.json.JsonArray
-
Does the JSON array contain the specified value? This method will scan the entire array until it finds a value
or reaches the end.
- contains(String) - Method in interface io.vertx.core.MultiMap
-
Checks to see if there is a value with the specified name
- contains(CharSequence) - Method in interface io.vertx.core.MultiMap
-
- contains(String) - Method in class io.vertx.rxjava.core.MultiMap
-
Checks to see if there is a value with the specified name
- containsKey(String) - Method in class io.vertx.core.json.JsonObject
-
Does the JSON object contain the specified key?
- CONTENT_BASE - Static variable in class io.vertx.core.http.HttpHeaders
-
Content-Base header name
- CONTENT_ENCODING - Static variable in class io.vertx.core.http.HttpHeaders
-
Content-Encoding header name
- CONTENT_LANGUAGE - Static variable in class io.vertx.core.http.HttpHeaders
-
Content-Language header name
- CONTENT_LENGTH - Static variable in class io.vertx.core.http.HttpHeaders
-
Content-Length header name
- CONTENT_LOCATION - Static variable in class io.vertx.core.http.HttpHeaders
-
Content-Location header name
- CONTENT_MD5 - Static variable in class io.vertx.core.http.HttpHeaders
-
Content-MD5 header name
- CONTENT_RANGE - Static variable in class io.vertx.core.http.HttpHeaders
-
Content-Rage header name
- CONTENT_TRANSFER_ENCODING - Static variable in class io.vertx.core.http.HttpHeaders
-
Content-Transfer-Encoding header name
- CONTENT_TYPE - Static variable in class io.vertx.core.http.HttpHeaders
-
Content-Type header name
- contentTransferEncoding() - Method in interface io.vertx.core.http.HttpServerFileUpload
-
- contentTransferEncoding() - Method in interface io.vertx.ext.web.FileUpload
-
- contentTransferEncoding() - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
-
- contentTransferEncoding() - Method in class io.vertx.rxjava.ext.web.FileUpload
-
- contentType() - Method in interface io.vertx.core.http.HttpServerFileUpload
-
- contentType() - Method in interface io.vertx.ext.web.FileUpload
-
- contentType() - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
-
- contentType() - Method in class io.vertx.rxjava.ext.web.FileUpload
-
- context - Variable in class io.vertx.core.AbstractVerticle
-
Reference to the context of the verticle
- Context - Interface in io.vertx.core
-
The execution context of a
Handler
execution.
- context() - Method in interface io.vertx.core.spi.VertxFactory
-
- Context - Class in io.vertx.rxjava.core
-
The execution context of a
Handler
execution.
- Context(Context) - Constructor for class io.vertx.rxjava.core.Context
-
- ContextScheduler - Class in io.vertx.rx.java
-
- ContextScheduler(Vertx, boolean) - Constructor for class io.vertx.rx.java.ContextScheduler
-
- continuationFrame(Buffer, boolean) - Static method in interface io.vertx.core.http.WebSocketFrame
-
Create a continuation frame
- continuationFrame(Buffer, boolean) - Method in interface io.vertx.core.spi.WebSocketFrameFactory
-
- continuationFrame(Buffer, boolean) - Static method in class io.vertx.rxjava.core.http.WebSocketFrame
-
Create a continuation frame
- CONTINUE - Static variable in class io.vertx.core.http.HttpHeaders
-
100-continue header value
- continueHandler(Handler<Void>) - Method in interface io.vertx.core.http.HttpClientRequest
-
If you send an HTTP request with the header Expect
set to the value 100-continue
and the server responds with an interim HTTP response with a status code of 100
and a continue handler
has been set using this method, then the handler
will be called.
- continueHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
-
If you send an HTTP request with the header Expect
set to the value 100-continue
and the server responds with an interim HTTP response with a status code of 100
and a continue handler
has been set using this method, then the handler
will be called.
- convertDurationsTo(TimeUnit) - Method in class io.vertx.ext.dropwizard.reporters.JmxReporter.Builder
-
Convert durations to the given time unit.
- convertRatesTo(TimeUnit) - Method in class io.vertx.ext.dropwizard.reporters.JmxReporter.Builder
-
Convert rates to the given time unit.
- COOKIE - Static variable in class io.vertx.core.http.HttpHeaders
-
Content-Cookie header name
- Cookie - Interface in io.vertx.ext.web
-
Represents an HTTP Cookie.
- cookie(String, String) - Static method in interface io.vertx.ext.web.Cookie
-
Create a new cookie
- cookie(Cookie) - Static method in interface io.vertx.ext.web.Cookie
-
Create a new cookie from a Netty cookie
- Cookie - Class in io.vertx.rxjava.ext.web
-
Represents an HTTP Cookie.
- Cookie(Cookie) - Constructor for class io.vertx.rxjava.ext.web.Cookie
-
- cookie(String, String) - Static method in class io.vertx.rxjava.ext.web.Cookie
-
Create a new cookie
- cookieCount() - Method in interface io.vertx.ext.web.RoutingContext
-
- cookieCount() - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
- CookieHandler - Interface in io.vertx.ext.web.handler
-
A handler which decodes cookies from the request, makes them available in the
RoutingContext
and writes them back in the response.
- CookieHandler - Class in io.vertx.rxjava.ext.web.handler
-
A handler which decodes cookies from the request, makes them available in the
RoutingContext
and writes them back in the response.
- CookieHandler(CookieHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.CookieHandler
-
- cookies() - Method in interface io.vertx.core.http.HttpClientResponse
-
- cookies() - Method in interface io.vertx.ext.web.RoutingContext
-
- cookies() - Method in class io.vertx.rxjava.core.http.HttpClientResponse
-
- cookies() - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
- copy() - Method in interface io.vertx.core.buffer.Buffer
-
Returns a copy of the entire Buffer.
- copy(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
-
Copy a file from the path from
to path to
, asynchronously.
- copy() - Method in class io.vertx.core.json.JsonArray
-
Make a copy of the JSON array
- copy() - Method in class io.vertx.core.json.JsonObject
-
Copy the JSON object
- copy() - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Returns a copy of the entire Buffer.
- copy(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
-
Copy a file from the path from
to path to
, asynchronously.
- copyBlocking(String, String) - Method in interface io.vertx.core.file.FileSystem
-
- copyBlocking(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
-
- copyObservable(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
-
Copy a file from the path from
to path to
, asynchronously.
- copyRecursive(String, String, boolean, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
-
Copy a file from the path from
to path to
, asynchronously.
- copyRecursive(String, String, boolean, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
-
Copy a file from the path from
to path to
, asynchronously.
- copyRecursiveBlocking(String, String, boolean) - Method in interface io.vertx.core.file.FileSystem
-
- copyRecursiveBlocking(String, String, boolean) - Method in class io.vertx.rxjava.core.file.FileSystem
-
- copyRecursiveObservable(String, String, boolean) - Method in class io.vertx.rxjava.core.file.FileSystem
-
Copy a file from the path from
to path to
, asynchronously.
- CorsHandler - Interface in io.vertx.ext.web.handler
-
A handler which implements server side http://www.w3.org/TR/cors/[CORS] support for Vert.x-Web.
- CorsHandler - Class in io.vertx.rxjava.ext.web.handler
-
A handler which implements server side http://www.w3.org/TR/cors/[CORS] support for Vert.x-Web.
- CorsHandler(CorsHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.CorsHandler
-
- count(String, JsonObject, Handler<AsyncResult<Long>>) - Method in interface io.vertx.ext.mongo.MongoClient
-
Count matching documents in a collection.
- count(String, JsonObject, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Count matching documents in a collection.
- Counter - Interface in io.vertx.core.shareddata
-
An asynchronous counter that can be used to across the cluster to maintain a consistent count.
- Counter - Class in io.vertx.rxjava.core.shareddata
-
An asynchronous counter that can be used to across the cluster to maintain a consistent count.
- Counter(Counter) - Constructor for class io.vertx.rxjava.core.shareddata.Counter
-
- countObservable(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Count matching documents in a collection.
- create(JDBCClient) - Static method in interface io.vertx.ext.auth.jdbc.JDBCAuth
-
Create a JDBC auth provider implementation
- create(Vertx, JsonObject) - Static method in interface io.vertx.ext.auth.jwt.JWTAuth
-
Create a JWT auth provider
- create(Vertx, ShiroAuthRealmType, JsonObject) - Static method in interface io.vertx.ext.auth.shiro.ShiroAuth
-
Create a Shiro auth provider
- create(Vertx, Realm) - Static method in interface io.vertx.ext.auth.shiro.ShiroAuth
-
Create a Shiro auth provider
- create(Vertx) - Static method in interface io.vertx.ext.dropwizard.MetricsService
-
Creates a metric service for a given
Vertx
instance.
- create(Vertx, DataSource) - Static method in interface io.vertx.ext.jdbc.JDBCClient
-
Create a client using a pre-existing data source
- create(Vertx, ReportingOptions) - Static method in interface io.vertx.ext.unit.collect.EventBusCollector
-
Create a message handler reporting with the specified options.
- create(Vertx, Handler<TestSuiteReport>) - Static method in interface io.vertx.ext.unit.collect.EventBusCollector
-
- create(String, Handler<TestContext>) - Static method in interface io.vertx.ext.unit.TestCase
-
Create a test case.
- create(String) - Static method in interface io.vertx.ext.unit.TestSuite
-
Create and return a new test suite.
- create(Object) - Static method in interface io.vertx.ext.unit.TestSuite
-
Create and return a new test suite configured after the testSuiteObject
argument.
- create(AuthProvider) - Static method in interface io.vertx.ext.web.handler.BasicAuthHandler
-
Create a basic auth handler
- create(AuthProvider, String) - Static method in interface io.vertx.ext.web.handler.BasicAuthHandler
-
Create a basic auth handler, specifying realm
- create() - Static method in interface io.vertx.ext.web.handler.BodyHandler
-
Create a body handler with defaults
- create() - Static method in interface io.vertx.ext.web.handler.CookieHandler
-
Create a cookie handler
- create(String) - Static method in interface io.vertx.ext.web.handler.CorsHandler
-
Create a CORS handler
- create() - Static method in interface io.vertx.ext.web.handler.ErrorHandler
-
Create an error handler using defaults
- create(String, boolean) - Static method in interface io.vertx.ext.web.handler.ErrorHandler
-
Create an error handler
- create(boolean) - Static method in interface io.vertx.ext.web.handler.ErrorHandler
-
Create an error handler
- create(String) - Static method in interface io.vertx.ext.web.handler.ErrorHandler
-
Create an error handler
- create() - Static method in interface io.vertx.ext.web.handler.FaviconHandler
-
Create a handler with defaults
- create(String) - Static method in interface io.vertx.ext.web.handler.FaviconHandler
-
Create a handler attempting to load favicon file from the specified path
- create(String, long) - Static method in interface io.vertx.ext.web.handler.FaviconHandler
-
Create a handler attempting to load favicon file from the specified path, and with the specified max cache time
- create(long) - Static method in interface io.vertx.ext.web.handler.FaviconHandler
-
Create a handler with the specified max cache time
- create(AuthProvider) - Static method in interface io.vertx.ext.web.handler.FormLoginHandler
-
Create a handler
- create(AuthProvider, String, String, String, String) - Static method in interface io.vertx.ext.web.handler.FormLoginHandler
-
Create a handler
- create(AuthProvider) - Static method in interface io.vertx.ext.web.handler.JWTAuthHandler
-
Create a JWT auth handler
- create(AuthProvider, String) - Static method in interface io.vertx.ext.web.handler.JWTAuthHandler
-
Create a JWT auth handler
- create() - Static method in interface io.vertx.ext.web.handler.LoggerHandler
-
Create a handler with default format
- create(LoggerHandler.Format) - Static method in interface io.vertx.ext.web.handler.LoggerHandler
-
Create a handler with he specified format
- create(boolean, LoggerHandler.Format) - Static method in interface io.vertx.ext.web.handler.LoggerHandler
-
Create a handler with he specified format
- create(AuthProvider) - Static method in interface io.vertx.ext.web.handler.RedirectAuthHandler
-
Create a handler
- create(AuthProvider, String) - Static method in interface io.vertx.ext.web.handler.RedirectAuthHandler
-
Create a handler
- create(AuthProvider, String, String) - Static method in interface io.vertx.ext.web.handler.RedirectAuthHandler
-
Create a handler
- create() - Static method in interface io.vertx.ext.web.handler.ResponseTimeHandler
-
Create a handler
- create(SessionStore) - Static method in interface io.vertx.ext.web.handler.SessionHandler
-
Create a session handler
- create(Vertx) - Static method in interface io.vertx.ext.web.handler.sockjs.SockJSHandler
-
Create a SockJS handler
- create(Vertx, SockJSHandlerOptions) - Static method in interface io.vertx.ext.web.handler.sockjs.SockJSHandler
-
Create a SockJS handler
- create() - Static method in interface io.vertx.ext.web.handler.StaticHandler
-
Create a handler using defaults
- create(String) - Static method in interface io.vertx.ext.web.handler.StaticHandler
-
Create a handler, specifying web-root
- create(TemplateEngine) - Static method in interface io.vertx.ext.web.handler.TemplateHandler
-
Create a handler
- create(TemplateEngine, String, String) - Static method in interface io.vertx.ext.web.handler.TemplateHandler
-
Create a handler
- create() - Static method in interface io.vertx.ext.web.handler.TimeoutHandler
-
Create a handler
- create(long) - Static method in interface io.vertx.ext.web.handler.TimeoutHandler
-
Create a handler
- create(AuthProvider) - Static method in interface io.vertx.ext.web.handler.UserSessionHandler
-
Create a new handler
- create(Vertx, String) - Static method in interface io.vertx.ext.web.sstore.ClusteredSessionStore
-
Create a session store
- create(Vertx) - Static method in interface io.vertx.ext.web.sstore.ClusteredSessionStore
-
Create a session store
- create(Vertx) - Static method in interface io.vertx.ext.web.sstore.LocalSessionStore
-
Create a session store
- create(Vertx, String) - Static method in interface io.vertx.ext.web.sstore.LocalSessionStore
-
Create a session store
- create(Vertx, String, long) - Static method in interface io.vertx.ext.web.sstore.LocalSessionStore
-
Create a session store
- create() - Static method in interface io.vertx.ext.web.templ.HandlebarsTemplateEngine
-
Create a template engine using defaults
- create() - Static method in interface io.vertx.ext.web.templ.JadeTemplateEngine
-
Create a template engine using defaults
- create() - Static method in interface io.vertx.ext.web.templ.MVELTemplateEngine
-
Create a template engine using defaults
- create() - Static method in interface io.vertx.ext.web.templ.ThymeleafTemplateEngine
-
Create a template engine using defaults
- create(Vertx, JsonObject) - Static method in interface io.vertx.redis.RedisClient
-
- create(JDBCClient) - Static method in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuth
-
Create a JDBC auth provider implementation
- create(Vertx, JsonObject) - Static method in class io.vertx.rxjava.ext.auth.jwt.JWTAuth
-
Create a JWT auth provider
- create(Vertx, ShiroAuthRealmType, JsonObject) - Static method in class io.vertx.rxjava.ext.auth.shiro.ShiroAuth
-
Create a Shiro auth provider
- create(Vertx) - Static method in class io.vertx.rxjava.ext.dropwizard.MetricsService
-
Creates a metric service for a given
Vertx
instance.
- create(Vertx, ReportingOptions) - Static method in class io.vertx.rxjava.ext.unit.collect.EventBusCollector
-
Create a message handler reporting with the specified options.
- create(Vertx, Handler<TestSuiteReport>) - Static method in class io.vertx.rxjava.ext.unit.collect.EventBusCollector
-
- create(String, Handler<TestContext>) - Static method in class io.vertx.rxjava.ext.unit.TestCase
-
Create a test case.
- create(String) - Static method in class io.vertx.rxjava.ext.unit.TestSuite
-
Create and return a new test suite.
- create(AuthProvider) - Static method in class io.vertx.rxjava.ext.web.handler.BasicAuthHandler
-
Create a basic auth handler
- create(AuthProvider, String) - Static method in class io.vertx.rxjava.ext.web.handler.BasicAuthHandler
-
Create a basic auth handler, specifying realm
- create() - Static method in class io.vertx.rxjava.ext.web.handler.BodyHandler
-
Create a body handler with defaults
- create() - Static method in class io.vertx.rxjava.ext.web.handler.CookieHandler
-
Create a cookie handler
- create(String) - Static method in class io.vertx.rxjava.ext.web.handler.CorsHandler
-
Create a CORS handler
- create() - Static method in class io.vertx.rxjava.ext.web.handler.ErrorHandler
-
Create an error handler using defaults
- create(String, boolean) - Static method in class io.vertx.rxjava.ext.web.handler.ErrorHandler
-
Create an error handler
- create(boolean) - Static method in class io.vertx.rxjava.ext.web.handler.ErrorHandler
-
Create an error handler
- create(String) - Static method in class io.vertx.rxjava.ext.web.handler.ErrorHandler
-
Create an error handler
- create() - Static method in class io.vertx.rxjava.ext.web.handler.FaviconHandler
-
Create a handler with defaults
- create(String) - Static method in class io.vertx.rxjava.ext.web.handler.FaviconHandler
-
Create a handler attempting to load favicon file from the specified path
- create(String, long) - Static method in class io.vertx.rxjava.ext.web.handler.FaviconHandler
-
Create a handler attempting to load favicon file from the specified path, and with the specified max cache time
- create(long) - Static method in class io.vertx.rxjava.ext.web.handler.FaviconHandler
-
Create a handler with the specified max cache time
- create(AuthProvider) - Static method in class io.vertx.rxjava.ext.web.handler.FormLoginHandler
-
Create a handler
- create(AuthProvider, String, String, String, String) - Static method in class io.vertx.rxjava.ext.web.handler.FormLoginHandler
-
Create a handler
- create(AuthProvider) - Static method in class io.vertx.rxjava.ext.web.handler.JWTAuthHandler
-
Create a JWT auth handler
- create(AuthProvider, String) - Static method in class io.vertx.rxjava.ext.web.handler.JWTAuthHandler
-
Create a JWT auth handler
- create() - Static method in class io.vertx.rxjava.ext.web.handler.LoggerHandler
-
Create a handler with default format
- create(LoggerHandler.Format) - Static method in class io.vertx.rxjava.ext.web.handler.LoggerHandler
-
Create a handler with he specified format
- create(boolean, LoggerHandler.Format) - Static method in class io.vertx.rxjava.ext.web.handler.LoggerHandler
-
Create a handler with he specified format
- create(AuthProvider) - Static method in class io.vertx.rxjava.ext.web.handler.RedirectAuthHandler
-
Create a handler
- create(AuthProvider, String) - Static method in class io.vertx.rxjava.ext.web.handler.RedirectAuthHandler
-
Create a handler
- create(AuthProvider, String, String) - Static method in class io.vertx.rxjava.ext.web.handler.RedirectAuthHandler
-
Create a handler
- create() - Static method in class io.vertx.rxjava.ext.web.handler.ResponseTimeHandler
-
Create a handler
- create(SessionStore) - Static method in class io.vertx.rxjava.ext.web.handler.SessionHandler
-
Create a session handler
- create(Vertx) - Static method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSHandler
-
Create a SockJS handler
- create(Vertx, SockJSHandlerOptions) - Static method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSHandler
-
Create a SockJS handler
- create() - Static method in class io.vertx.rxjava.ext.web.handler.StaticHandler
-
Create a handler using defaults
- create(String) - Static method in class io.vertx.rxjava.ext.web.handler.StaticHandler
-
Create a handler, specifying web-root
- create(TemplateEngine) - Static method in class io.vertx.rxjava.ext.web.handler.TemplateHandler
-
Create a handler
- create(TemplateEngine, String, String) - Static method in class io.vertx.rxjava.ext.web.handler.TemplateHandler
-
Create a handler
- create() - Static method in class io.vertx.rxjava.ext.web.handler.TimeoutHandler
-
Create a handler
- create(long) - Static method in class io.vertx.rxjava.ext.web.handler.TimeoutHandler
-
Create a handler
- create(AuthProvider) - Static method in class io.vertx.rxjava.ext.web.handler.UserSessionHandler
-
Create a new handler
- create(Vertx, String) - Static method in class io.vertx.rxjava.ext.web.sstore.ClusteredSessionStore
-
Create a session store
- create(Vertx) - Static method in class io.vertx.rxjava.ext.web.sstore.ClusteredSessionStore
-
Create a session store
- create(Vertx) - Static method in class io.vertx.rxjava.ext.web.sstore.LocalSessionStore
-
Create a session store
- create(Vertx, String) - Static method in class io.vertx.rxjava.ext.web.sstore.LocalSessionStore
-
Create a session store
- create(Vertx, String, long) - Static method in class io.vertx.rxjava.ext.web.sstore.LocalSessionStore
-
Create a session store
- create() - Static method in class io.vertx.rxjava.ext.web.templ.HandlebarsTemplateEngine
-
Create a template engine using defaults
- create() - Static method in class io.vertx.rxjava.ext.web.templ.JadeTemplateEngine
-
Create a template engine using defaults
- create() - Static method in class io.vertx.rxjava.ext.web.templ.MVELTemplateEngine
-
Create a template engine using defaults
- create() - Static method in class io.vertx.rxjava.ext.web.templ.ThymeleafTemplateEngine
-
Create a template engine using defaults
- create(Vertx, JsonObject) - Static method in class io.vertx.rxjava.redis.RedisClient
-
- createCollection(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoClient
-
Create a new collection
- createCollection(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Create a new collection
- createCollectionObservable(String) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Create a new collection
- createDatagramSocket(DatagramSocketOptions) - Method in interface io.vertx.core.Vertx
-
Create a datagram socket using the specified options
- createDatagramSocket() - Method in interface io.vertx.core.Vertx
-
Create a datagram socket using default options
- createDatagramSocket(DatagramSocketOptions) - Method in class io.vertx.rxjava.core.Vertx
-
Create a datagram socket using the specified options
- createDatagramSocket() - Method in class io.vertx.rxjava.core.Vertx
-
Create a datagram socket using default options
- createDelegate(String) - Method in class io.vertx.core.logging.JULLogDelegateFactory
-
- createDelegate(String) - Method in class io.vertx.core.logging.Log4jLogDelegateFactory
-
- createDelegate(String) - Method in class io.vertx.core.logging.SLF4JLogDelegateFactory
-
- createDelegate(String) - Method in interface io.vertx.core.spi.logging.LogDelegateFactory
-
- createDnsClient(int, String) - Method in interface io.vertx.core.Vertx
-
Create a DNS client to connect to a DNS server at the specified host and port
- createDnsClient(int, String) - Method in class io.vertx.rxjava.core.Vertx
-
Create a DNS client to connect to a DNS server at the specified host and port
- createEventBusProxy(Vertx, String) - Static method in interface io.vertx.ext.mail.MailService
-
create a proxy of MailService that delegates to the mail service running somewhere else via the event bus
- createEventBusProxy(Vertx, String) - Static method in class io.vertx.rxjava.ext.mail.MailService
-
create a proxy of MailService that delegates to the mail service running somewhere else via the event bus
- createFile(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
-
Creates an empty file with the specified path
, asynchronously.
- createFile(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
-
Creates an empty file with the specified path
and permissions perms
, asynchronously.
- createFile(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
-
Creates an empty file with the specified path
, asynchronously.
- createFile(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
-
Creates an empty file with the specified path
and permissions perms
, asynchronously.
- createFileBlocking(String) - Method in interface io.vertx.core.file.FileSystem
-
- createFileBlocking(String, String) - Method in interface io.vertx.core.file.FileSystem
-
- createFileBlocking(String) - Method in class io.vertx.rxjava.core.file.FileSystem
-
- createFileBlocking(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
-
- createFileObservable(String) - Method in class io.vertx.rxjava.core.file.FileSystem
-
Creates an empty file with the specified path
, asynchronously.
- createFileObservable(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
-
Creates an empty file with the specified path
and permissions perms
, asynchronously.
- createHttpClient(HttpClientOptions) - Method in interface io.vertx.core.Vertx
-
Create a HTTP/HTTPS client using the specified options
- createHttpClient() - Method in interface io.vertx.core.Vertx
-
Create a HTTP/HTTPS client using default options
- createHttpClient(HttpClientOptions) - Method in class io.vertx.rxjava.core.Vertx
-
Create a HTTP/HTTPS client using the specified options
- createHttpClient() - Method in class io.vertx.rxjava.core.Vertx
-
Create a HTTP/HTTPS client using default options
- createHttpServer(HttpServerOptions) - Method in interface io.vertx.core.Vertx
-
Create an HTTP/HTTPS server using the specified options
- createHttpServer() - Method in interface io.vertx.core.Vertx
-
Create an HTTP/HTTPS server using default options
- createHttpServer(HttpServerOptions) - Method in class io.vertx.rxjava.core.Vertx
-
Create an HTTP/HTTPS server using the specified options
- createHttpServer() - Method in class io.vertx.rxjava.core.Vertx
-
Create an HTTP/HTTPS server using default options
- createMetrics(EventBus) - Method in interface io.vertx.core.spi.metrics.VertxMetrics
-
Provides the event bus metrics SPI when the event bus is created.
No specific thread and context can be expected when this method is called.
This method should be called only once.
- createMetrics(HttpServer, SocketAddress, HttpServerOptions) - Method in interface io.vertx.core.spi.metrics.VertxMetrics
-
Provides the http server metrics SPI when an http server is created.
No specific thread and context can be expected when this method is called.
Note: this method can be called more than one time for the same
localAddress
when a server is
scaled, it is the responsibility of the metrics implementation to eventually merge metrics.
- createMetrics(HttpClient, HttpClientOptions) - Method in interface io.vertx.core.spi.metrics.VertxMetrics
-
Provides the http client metrics SPI when an http client has been created.
No specific thread and context can be expected when this method is called.
- createMetrics(NetServer, SocketAddress, NetServerOptions) - Method in interface io.vertx.core.spi.metrics.VertxMetrics
-
Provides the net server metrics SPI when a net server is created.
No specific thread and context can be expected when this method is called.
Note: this method can be called more than one time for the same
localAddress
when a server is
scaled, it is the responsibility of the metrics implementation to eventually merge metrics.
- createMetrics(NetClient, NetClientOptions) - Method in interface io.vertx.core.spi.metrics.VertxMetrics
-
Provides the net client metrics SPI when a net client is created.
No specific thread and context can be expected when this method is called.
- createMetrics(DatagramSocket, DatagramSocketOptions) - Method in interface io.vertx.core.spi.metrics.VertxMetrics
-
Provides the datagram/udp metrics SPI when a datagram socket is created.
No specific thread and context can be expected when this method is called.
- createNetClient(NetClientOptions) - Method in interface io.vertx.core.Vertx
-
Create a TCP/SSL client using the specified options
- createNetClient() - Method in interface io.vertx.core.Vertx
-
Create a TCP/SSL client using default options
- createNetClient(NetClientOptions) - Method in class io.vertx.rxjava.core.Vertx
-
Create a TCP/SSL client using the specified options
- createNetClient() - Method in class io.vertx.rxjava.core.Vertx
-
Create a TCP/SSL client using default options
- createNetServer(NetServerOptions) - Method in interface io.vertx.core.Vertx
-
Create a TCP/SSL server using the specified options
- createNetServer() - Method in interface io.vertx.core.Vertx
-
Create a TCP/SSL server using default options
- createNetServer(NetServerOptions) - Method in class io.vertx.rxjava.core.Vertx
-
Create a TCP/SSL server using the specified options
- createNetServer() - Method in class io.vertx.rxjava.core.Vertx
-
Create a TCP/SSL server using default options
- createNonShared(Vertx, JsonObject) - Static method in interface io.vertx.ext.jdbc.JDBCClient
-
Create a JDBC client which maintains its own data source.
- createNonShared(Vertx, MailConfig) - Static method in interface io.vertx.ext.mail.MailClient
-
create a non shared instance of the mail client
- createNonShared(Vertx, JsonObject) - Static method in interface io.vertx.ext.mongo.MongoClient
-
Create a Mongo client which maintains its own data source.
- createNonShared(Vertx, JsonObject) - Static method in class io.vertx.rxjava.ext.jdbc.JDBCClient
-
Create a JDBC client which maintains its own data source.
- createNonShared(Vertx, MailConfig) - Static method in class io.vertx.rxjava.ext.mail.MailClient
-
create a non shared instance of the mail client
- createNonShared(Vertx, JsonObject) - Static method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Create a Mongo client which maintains its own data source.
- createOptimized(String) - Static method in class io.vertx.core.http.HttpHeaders
-
Create an optimized
CharSequence
which can be used as header name or value.
- createRunnerForTestWithParameters(TestWithParameters) - Method in class io.vertx.ext.unit.junit.VertxUnitRunnerWithParametersFactory
-
- createSession(long) - Method in interface io.vertx.ext.web.sstore.SessionStore
-
Create a new session
- createSession(long) - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
-
Create a new session
- createShared(Vertx, JsonObject, String) - Static method in interface io.vertx.ext.jdbc.JDBCClient
-
Create a JDBC client which shares its data source with any other JDBC clients created with the same
data source name
- createShared(Vertx, JsonObject) - Static method in interface io.vertx.ext.jdbc.JDBCClient
-
- createShared(Vertx, MailConfig, String) - Static method in interface io.vertx.ext.mail.MailClient
-
Create a Mail client which shares its data source with any other Mongo clients created with the same
pool name
- createShared(Vertx, MailConfig) - Static method in interface io.vertx.ext.mail.MailClient
-
- createShared(Vertx, JsonObject, String) - Static method in interface io.vertx.ext.mongo.MongoClient
-
Create a Mongo client which shares its data source with any other Mongo clients created with the same
data source name
- createShared(Vertx, JsonObject) - Static method in interface io.vertx.ext.mongo.MongoClient
-
- createShared(Vertx, JsonObject, String) - Static method in class io.vertx.rxjava.ext.jdbc.JDBCClient
-
Create a JDBC client which shares its data source with any other JDBC clients created with the same
data source name
- createShared(Vertx, JsonObject) - Static method in class io.vertx.rxjava.ext.jdbc.JDBCClient
-
- createShared(Vertx, MailConfig, String) - Static method in class io.vertx.rxjava.ext.mail.MailClient
-
Create a Mail client which shares its data source with any other Mongo clients created with the same
pool name
- createShared(Vertx, MailConfig) - Static method in class io.vertx.rxjava.ext.mail.MailClient
-
- createShared(Vertx, JsonObject, String) - Static method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Create a Mongo client which shares its data source with any other Mongo clients created with the same
data source name
- createShared(Vertx, JsonObject) - Static method in class io.vertx.rxjava.ext.mongo.MongoClient
-
- createTest() - Method in class io.vertx.ext.unit.junit.VertxUnitRunnerWithParameters
-
- createVerticle(String, ClassLoader) - Method in interface io.vertx.core.spi.VerticleFactory
-
- createWorker() - Method in class io.vertx.rx.java.ContextScheduler
-
- creationTime() - Method in interface io.vertx.core.file.FileProps
-
The date the file was created
- creationTime() - Method in class io.vertx.rxjava.core.file.FileProps
-
The date the file was created
- currentContext() - Static method in interface io.vertx.core.Vertx
-
Gets the current context
- currentContext() - Static method in class io.vertx.rxjava.core.Vertx
-
Gets the current context
- currentRoute() - Method in interface io.vertx.ext.web.RoutingContext
-
- currentRoute() - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
- data() - Method in interface io.vertx.core.datagram.DatagramPacket
-
- data() - Method in interface io.vertx.ext.web.RoutingContext
-
- data() - Method in interface io.vertx.ext.web.Session
-
- data() - Method in class io.vertx.rxjava.core.datagram.DatagramPacket
-
- DatagramPacket - Interface in io.vertx.core.datagram
-
A received datagram packet (UDP) which contains the data and information about the sender of the data itself.
- DatagramPacket - Class in io.vertx.rxjava.core.datagram
-
A received datagram packet (UDP) which contains the data and information about the sender of the data itself.
- DatagramPacket(DatagramPacket) - Constructor for class io.vertx.rxjava.core.datagram.DatagramPacket
-
- DatagramSocket - Interface in io.vertx.core.datagram
-
- DatagramSocket - Class in io.vertx.rxjava.core.datagram
-
- DatagramSocket(DatagramSocket) - Constructor for class io.vertx.rxjava.core.datagram.DatagramSocket
-
- DatagramSocketMetrics - Interface in io.vertx.core.spi.metrics
-
The datagram/udp metrics SPI which Vert.x will use to call when each event occurs pertaining to datagram sockets.
The thread model for the datagram socket depends on the actual context thats started the server.
- DatagramSocketOptions - Class in io.vertx.core.datagram
-
Options used to configure a datagram socket.
- DatagramSocketOptions() - Constructor for class io.vertx.core.datagram.DatagramSocketOptions
-
Default constructor
- DatagramSocketOptions(DatagramSocketOptions) - Constructor for class io.vertx.core.datagram.DatagramSocketOptions
-
Copy constructor
- DatagramSocketOptions(JsonObject) - Constructor for class io.vertx.core.datagram.DatagramSocketOptions
-
Constructor to create options from JSON
- DataSourceProvider - Interface in io.vertx.ext.jdbc.spi
-
- DATE - Static variable in class io.vertx.core.http.HttpHeaders
-
Date header name
- dbsize(Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Return the number of keys in the selected database
- dbsize(Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Return the number of keys in the selected database
- debug(Object) - Method in class io.vertx.core.logging.JULLogDelegate
-
- debug(Object, Throwable) - Method in class io.vertx.core.logging.JULLogDelegate
-
- debug(Object) - Method in class io.vertx.core.logging.Log4jLogDelegate
-
- debug(Object, Throwable) - Method in class io.vertx.core.logging.Log4jLogDelegate
-
- debug(Object) - Method in class io.vertx.core.logging.Logger
-
- debug(Object, Throwable) - Method in class io.vertx.core.logging.Logger
-
- debug(Object) - Method in class io.vertx.core.logging.SLF4JLogDelegate
-
- debug(Object, Throwable) - Method in class io.vertx.core.logging.SLF4JLogDelegate
-
- debug(Object) - Method in interface io.vertx.core.spi.logging.LogDelegate
-
- debug(Object, Throwable) - Method in interface io.vertx.core.spi.logging.LogDelegate
-
- debugObject(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Get debugging information about a key
- debugObject(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get debugging information about a key
- debugSegfault(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Make the server crash
- debugSegfault(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Make the server crash
- decode(String) - Static method in class io.vertx.redis.RedisEncoding
-
Decode characters in input string from \\xXX syntax.
- DecodeException - Exception in io.vertx.core.json
-
Instances of this Exception are thrown if failed to decode a JSON string, because of invalid JSON.
- DecodeException() - Constructor for exception io.vertx.core.json.DecodeException
-
- DecodeException(String) - Constructor for exception io.vertx.core.json.DecodeException
-
- decodeFromWire(int, Buffer) - Method in interface io.vertx.core.eventbus.MessageCodec
-
Called by Vert.x when a message is decoded from the wire.
- decodeValue(String, Class<T>) - Static method in class io.vertx.core.json.Json
-
- decr(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Decrement the integer value of a key by one
- decr(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Decrement the integer value of a key by one
- decrby(String, long, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Decrement the integer value of a key by the given number
- decrby(String, long, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Decrement the integer value of a key by the given number
- decrementAndGet(Handler<AsyncResult<Long>>) - Method in interface io.vertx.core.shareddata.Counter
-
Decrement the counter atomically and return the new count
- decrementAndGet(Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.core.shareddata.Counter
-
Decrement the counter atomically and return the new count
- decrementAndGetObservable() - Method in class io.vertx.rxjava.core.shareddata.Counter
-
Decrement the counter atomically and return the new count
- DEFAULT_ACCEPT_BACKLOG - Static variable in class io.vertx.core.net.NetServerOptions
-
The default accept backlog = 1024
- DEFAULT_ADDRESS - Static variable in class io.vertx.ext.web.handler.sockjs.PermittedOptions
-
The default permitted address : null
.
- DEFAULT_ADDRESS_REGEX - Static variable in class io.vertx.ext.web.handler.sockjs.PermittedOptions
-
The default permitted address regex : null
.
- DEFAULT_ALWAYS_ASYNC_FS - Static variable in interface io.vertx.ext.web.handler.StaticHandler
-
Default of whether async filesystem access should always be used
- DEFAULT_AUTHENTICATE_QUERY - Static variable in interface io.vertx.ext.auth.jdbc.JDBCAuth
-
The default query to be used for authentication
- DEFAULT_BLOCKED_THREAD_CHECK_INTERVAL - Static variable in class io.vertx.core.VertxOptions
-
The default value of blocked thread check interval = 1000 ms.
- DEFAULT_BODY_LIMIT - Static variable in interface io.vertx.ext.web.handler.BodyHandler
-
Default max size for a request body.
- DEFAULT_BROADCAST - Static variable in class io.vertx.core.datagram.DatagramSocketOptions
-
The default value of broadcast for the socket = false
- DEFAULT_CACHE_ENTRY_TIMEOUT - Static variable in interface io.vertx.ext.web.handler.StaticHandler
-
Default cache entry timeout, when caching
- DEFAULT_CACHING_ENABLED - Static variable in interface io.vertx.ext.web.handler.StaticHandler
-
Default of whether cache header handling is enabled
- DEFAULT_CLIENT_AUTH_REQUIRED - Static variable in class io.vertx.core.net.NetServerOptions
-
Default value of whether client auth is required (SSL/TLS) = false
- DEFAULT_CLUSTER_HOST - Static variable in class io.vertx.core.VertxOptions
-
The default hostname to use when clustering = "localhost"
- DEFAULT_CLUSTER_PING_INTERVAL - Static variable in class io.vertx.core.VertxOptions
-
The default value of cluster ping interval = 20000 ms.
- DEFAULT_CLUSTER_PING_REPLY_INTERVAL - Static variable in class io.vertx.core.VertxOptions
-
The default value of cluster ping reply interval = 20000 ms.
- DEFAULT_CLUSTER_PORT - Static variable in class io.vertx.core.VertxOptions
-
The default port to use when clustering = 0 (meaning assign a random port)
- DEFAULT_CLUSTERED - Static variable in class io.vertx.core.VertxOptions
-
The default value of whether Vert.x is clustered = false.
- DEFAULT_COMPRESSION_SUPPORTED - Static variable in class io.vertx.core.http.HttpServerOptions
-
Default value of whether compression is supported = false
- DEFAULT_CONNECT_TIMEOUT - Static variable in class io.vertx.core.net.ClientOptionsBase
-
The default value of connect timeout = 60000 ms
- DEFAULT_CONNECTION_TIMEOUT - Static variable in class io.vertx.ext.mail.MailServiceVertxProxyHandler
-
- DEFAULT_CONTENT_TYPE - Static variable in interface io.vertx.ext.web.handler.TemplateHandler
-
The default content type header to be used in the response
- DEFAULT_CREATE - Static variable in class io.vertx.core.file.OpenOptions
-
- DEFAULT_CREATENEW - Static variable in class io.vertx.core.file.OpenOptions
-
- DEFAULT_DB_NAME - Static variable in interface io.vertx.ext.mongo.MongoClient
-
The name of the default database
- DEFAULT_DEFAULT_HOST - Static variable in class io.vertx.core.http.HttpClientOptions
-
The default value for host name = "localhost"
- DEFAULT_DEFAULT_PORT - Static variable in class io.vertx.core.http.HttpClientOptions
-
The default value for port = 80
- DEFAULT_DELETEONCLOSE - Static variable in class io.vertx.core.file.OpenOptions
-
- DEFAULT_DIRECTORY_LISTING - Static variable in interface io.vertx.ext.web.handler.StaticHandler
-
Default of whether directory listing is enabled
- DEFAULT_DIRECTORY_TEMPLATE - Static variable in interface io.vertx.ext.web.handler.StaticHandler
-
Default template file to use for directory listing
- DEFAULT_DISPLAY_EXCEPTION_DETAILS - Static variable in interface io.vertx.ext.web.handler.ErrorHandler
-
Should exception details be displayed by default?
- DEFAULT_DS_NAME - Static variable in interface io.vertx.ext.jdbc.JDBCClient
-
The name of the default data source
- DEFAULT_DSYNC - Static variable in class io.vertx.core.file.OpenOptions
-
- DEFAULT_ENABLE_FS_TUNING - Static variable in interface io.vertx.ext.web.handler.StaticHandler
-
Default of whether fs async/sync tuning should be used
- DEFAULT_ERROR_HANDLER_TEMPLATE - Static variable in interface io.vertx.ext.web.handler.ErrorHandler
-
The default template to use for rendering
- DEFAULT_EVENT_LOOP_POOL_SIZE - Static variable in class io.vertx.core.VertxOptions
-
The default number of event loop threads to be used = 2 * number of cores on the machine
- DEFAULT_FILES_READ_ONLY - Static variable in interface io.vertx.ext.web.handler.StaticHandler
-
Default value of whether files are read -only and never will be updated
- DEFAULT_FORMAT - Static variable in class io.vertx.ext.unit.report.ReportOptions
-
The simple
format is the default format
value.
- DEFAULT_FORMAT - Static variable in interface io.vertx.ext.web.handler.LoggerHandler
-
- DEFAULT_HA - Static variable in class io.vertx.core.DeploymentOptions
-
- DEFAULT_HA_ENABLED - Static variable in class io.vertx.core.VertxOptions
-
The default value of HA enabled = false
- DEFAULT_HA_GROUP - Static variable in class io.vertx.core.VertxOptions
-
The default value of Ha group is "__DEFAULT__"
- DEFAULT_HEARTBEAT_INTERVAL - Static variable in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
-
- DEFAULT_HOST - Static variable in class io.vertx.core.net.NetServerOptions
-
The default host to listen on = "0.0.0.0" (meaning listen on all available interfaces).
- DEFAULT_HOST - Static variable in class io.vertx.ext.mail.MailConfig
-
- DEFAULT_IDLE_TIMEOUT - Static variable in class io.vertx.core.net.TCPSSLOptions
-
Default idle timeout = 0
- DEFAULT_IDLE_TIMEOUT - Static variable in class io.vertx.ext.mail.MailConfig
-
- DEFAULT_INCLUDE_HIDDEN - Static variable in interface io.vertx.ext.web.handler.StaticHandler
-
Default of whether hidden files can be served
- DEFAULT_INDEX_PAGE - Static variable in interface io.vertx.ext.web.handler.StaticHandler
-
The default index page
- DEFAULT_INSERT_JSESSIONID - Static variable in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
-
- DEFAULT_INSTANCES - Static variable in class io.vertx.core.DeploymentOptions
-
- DEFAULT_INTERNAL_BLOCKING_POOL_SIZE - Static variable in class io.vertx.core.VertxOptions
-
The default number of threads in the internal blocking pool (used by some internal operations) = 20
- DEFAULT_IPV6 - Static variable in class io.vertx.core.datagram.DatagramSocketOptions
-
The default value of use IP v6 = false
- DEFAULT_ISOLATION_GROUP - Static variable in class io.vertx.core.DeploymentOptions
-
- DEFAULT_JMX_ENABLED - Static variable in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
The default value of JMX enabled = false
- DEFAULT_KEEP_ALIVE - Static variable in class io.vertx.core.http.HttpClientOptions
-
Default value of whether keep-alive is enabled = true
- DEFAULT_LIBRARY_URL - Static variable in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
-
- DEFAULT_LIMIT - Static variable in class io.vertx.ext.mongo.FindOptions
-
The default value of limit = -1, signifying no limit
- DEFAULT_LOGIN - Static variable in class io.vertx.ext.mail.MailConfig
-
- DEFAULT_LOGIN_REDIRECT_URL - Static variable in interface io.vertx.ext.web.handler.RedirectAuthHandler
-
Default path the user will be redirected to
- DEFAULT_LOOPBACK_MODE_DISABLED - Static variable in class io.vertx.core.datagram.DatagramSocketOptions
-
The default value of loopback disabled = true
- DEFAULT_MATCH - Static variable in class io.vertx.ext.web.handler.sockjs.PermittedOptions
-
The default permitted match : null
.
- DEFAULT_MAX_ADDRESS_LENGTH - Static variable in class io.vertx.ext.web.handler.sockjs.BridgeOptions
-
Default value for max address length = 200
- DEFAULT_MAX_AGE_SECONDS - Static variable in interface io.vertx.ext.web.handler.FaviconHandler
-
The default max age in seconds as set in the cache-control header
- DEFAULT_MAX_AGE_SECONDS - Static variable in interface io.vertx.ext.web.handler.StaticHandler
-
Default max age for cache headers
- DEFAULT_MAX_AVG_SERVE_TIME_NS - Static variable in interface io.vertx.ext.web.handler.StaticHandler
-
Default max avg serve time, in ns, over which serving will be considered slow
- DEFAULT_MAX_BYTES_STREAMING - Static variable in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
-
- DEFAULT_MAX_CACHE_SIZE - Static variable in interface io.vertx.ext.web.handler.StaticHandler
-
The default max cache size
- DEFAULT_MAX_CACHE_SIZE - Static variable in interface io.vertx.ext.web.templ.HandlebarsTemplateEngine
-
Default max number of templates to cache
- DEFAULT_MAX_CACHE_SIZE - Static variable in interface io.vertx.ext.web.templ.JadeTemplateEngine
-
Default max number of templates to cache
- DEFAULT_MAX_CACHE_SIZE - Static variable in interface io.vertx.ext.web.templ.MVELTemplateEngine
-
Default max number of templates to cache
- DEFAULT_MAX_EVENT_LOOP_EXECUTE_TIME - Static variable in class io.vertx.core.VertxOptions
-
The default value of max event loop execute time = 2000000000 ns (2 seconds)
- DEFAULT_MAX_HANDLERS_PER_SOCKET - Static variable in class io.vertx.ext.web.handler.sockjs.BridgeOptions
-
Default value for max handlers per socket = 1000
- DEFAULT_MAX_POOL_SIZE - Static variable in class io.vertx.core.http.HttpClientOptions
-
The default maximum number of connections a client will pool = 5
- DEFAULT_MAX_POOL_SIZE - Static variable in class io.vertx.ext.mail.MailConfig
-
- DEFAULT_MAX_WEBSOCKET_FRAME_SIZE - Static variable in class io.vertx.core.http.HttpClientOptions
-
The default value for maximum websocket frame size = 65536 bytes
- DEFAULT_MAX_WEBSOCKET_FRAME_SIZE - Static variable in class io.vertx.core.http.HttpServerOptions
-
Default max websocket framesize = 65536
- DEFAULT_MAX_WORKER_EXECUTE_TIME - Static variable in class io.vertx.core.VertxOptions
-
The default value of max worker execute time = 60000000000 ns (60 seconds)
- DEFAULT_MERGE_FORM_ATTRIBUTES - Static variable in interface io.vertx.ext.web.handler.BodyHandler
-
Default value of whether form attributes should be merged into request params
- DEFAULT_METRICS_ENABLED - Static variable in class io.vertx.core.metrics.MetricsOptions
-
The default value of metrics enabled false
- DEFAULT_METRICS_ENABLED - Static variable in class io.vertx.core.VertxOptions
-
The default value of metrics enabled false
- DEFAULT_MONITORED_HANDLERS - Static variable in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
The default monitored handlers : empty by default
- DEFAULT_MONITORED_HTTP_CLIENT_URIS - Static variable in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
The default monitored http client uris : empty by default
- DEFAULT_MONITORED_HTTP_SERVER_URIS - Static variable in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
The default monitored http server uris : empty by default
- DEFAULT_MULTI - Static variable in class io.vertx.ext.mongo.UpdateOptions
-
The default value of multi = false
- DEFAULT_MULTI_THREADED - Static variable in class io.vertx.core.DeploymentOptions
-
- DEFAULT_MULTICAST_NETWORK_INTERFACE - Static variable in class io.vertx.core.datagram.DatagramSocketOptions
-
The default value of multicast network interface = null
- DEFAULT_MULTICAST_TIME_TO_LIVE - Static variable in class io.vertx.core.datagram.DatagramSocketOptions
-
The default value of multicast disabled = -1
- DEFAULT_NAG_HTTPS - Static variable in interface io.vertx.ext.web.handler.SessionHandler
-
Default of whether a nagging log warning should be written if the session handler is accessed over HTTP, not
HTTPS
- DEFAULT_PASSWORD_PARAM - Static variable in interface io.vertx.ext.web.handler.FormLoginHandler
-
The default value of the form attribute which will contain the password
- DEFAULT_PERMISSIONS_QUERY - Static variable in interface io.vertx.ext.auth.jdbc.JDBCAuth
-
The default query to retrieve all permissions for the role
- DEFAULT_PERMS - Static variable in class io.vertx.core.file.OpenOptions
-
- DEFAULT_PING_TIMEOUT - Static variable in class io.vertx.ext.web.handler.sockjs.BridgeOptions
-
Default value for ping timeout = 10000 ms
- DEFAULT_PIPELINING - Static variable in class io.vertx.core.http.HttpClientOptions
-
Default value of whether pipe-lining is enabled = false
- DEFAULT_POOL_NAME - Static variable in interface io.vertx.ext.mail.MailClient
-
The name of the default pool
- DEFAULT_POOL_NAME - Static variable in interface io.vertx.ext.mongo.MongoClient
-
The name of the default pool
- DEFAULT_PORT - Static variable in class io.vertx.core.http.HttpServerOptions
-
Default port the server will listen on = 80
- DEFAULT_PORT - Static variable in class io.vertx.core.net.NetServerOptions
-
The default port to listen on = 0 (meaning a random ephemeral free port will be chosen)
- DEFAULT_PORT - Static variable in class io.vertx.ext.mail.MailConfig
-
- DEFAULT_PROVIDER_CLASS - Static variable in interface io.vertx.ext.jdbc.JDBCClient
-
The default data source provider is C3P0
- DEFAULT_QUORUM_SIZE - Static variable in class io.vertx.core.VertxOptions
-
The default value of quorum size = 1
- DEFAULT_READ - Static variable in class io.vertx.core.file.OpenOptions
-
- DEFAULT_REALM - Static variable in interface io.vertx.ext.web.handler.BasicAuthHandler
-
The default realm to use
- DEFAULT_REAPER_INTERVAL - Static variable in interface io.vertx.ext.web.sstore.LocalSessionStore
-
Default of how often, in ms, to check for expired sessions
- DEFAULT_RECEIVE_BUFFER_SIZE - Static variable in class io.vertx.core.net.NetworkOptions
-
The default value of TCP receive buffer size
- DEFAULT_RECONNECT_ATTEMPTS - Static variable in class io.vertx.core.net.NetClientOptions
-
The default value for reconnect attempts = 0
- DEFAULT_RECONNECT_INTERVAL - Static variable in class io.vertx.core.net.NetClientOptions
-
The default value for reconnect interval = 1000 ms
- DEFAULT_REPLY_TIMEOUT - Static variable in class io.vertx.ext.web.handler.sockjs.BridgeOptions
-
Default value for reply timeout = 30000
- DEFAULT_REQUIRED_AUTHORITY - Static variable in class io.vertx.ext.web.handler.sockjs.PermittedOptions
-
The default permitted required authority : null
.
- DEFAULT_RETURN_URL_PARAM - Static variable in interface io.vertx.ext.web.handler.FormLoginHandler
-
The default value of the form attribute which will contain the return url
- DEFAULT_RETURN_URL_PARAM - Static variable in interface io.vertx.ext.web.handler.RedirectAuthHandler
-
Default name of param used to store return url information in session
- DEFAULT_REUSE_ADDRESS - Static variable in class io.vertx.core.datagram.DatagramSocketOptions
-
The default value of reuse address = false
- DEFAULT_REUSE_ADDRESS - Static variable in class io.vertx.core.net.NetworkOptions
-
The default value of reuse address
- DEFAULT_ROLE_PREFIX - Static variable in interface io.vertx.ext.auth.jdbc.JDBCAuth
-
The default role prefix
- DEFAULT_ROLE_PREFIX - Static variable in interface io.vertx.ext.auth.shiro.ShiroAuth
-
The default role prefix
- DEFAULT_ROLES_QUERY - Static variable in interface io.vertx.ext.auth.jdbc.JDBCAuth
-
The default query to retrieve all roles for the user
- DEFAULT_SEND_BUFFER_SIZE - Static variable in class io.vertx.core.net.NetworkOptions
-
The default value of TCP send buffer size
- DEFAULT_SESSION_COOKIE_NAME - Static variable in interface io.vertx.ext.web.handler.SessionHandler
-
Default name of session cookie
- DEFAULT_SESSION_MAP_NAME - Static variable in interface io.vertx.ext.web.sstore.ClusteredSessionStore
-
The default name used for the session map
- DEFAULT_SESSION_MAP_NAME - Static variable in interface io.vertx.ext.web.sstore.LocalSessionStore
-
Default name for map used to store sessions
- DEFAULT_SESSION_TIMEOUT - Static variable in interface io.vertx.ext.web.handler.SessionHandler
-
Default time, in ms, that a session lasts for without being accessed before expiring.
- DEFAULT_SESSION_TIMEOUT - Static variable in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
-
- DEFAULT_SKIP - Static variable in class io.vertx.ext.mongo.FindOptions
-
The default value of skip = 0
- DEFAULT_SO_LINGER - Static variable in class io.vertx.core.net.TCPSSLOptions
-
The default value of SO_linger
- DEFAULT_SPARSE - Static variable in class io.vertx.core.file.OpenOptions
-
- DEFAULT_SSL - Static variable in class io.vertx.core.net.TCPSSLOptions
-
SSL enable by default = false
- DEFAULT_SYNC - Static variable in class io.vertx.core.file.OpenOptions
-
- DEFAULT_TCP_KEEP_ALIVE - Static variable in class io.vertx.core.net.TCPSSLOptions
-
The default value of TCP keep alive
- DEFAULT_TCP_NO_DELAY - Static variable in class io.vertx.core.net.TCPSSLOptions
-
The default value of TCP-no-delay = true (Nagle disabled)
- DEFAULT_TEMPLATE_DIRECTORY - Static variable in interface io.vertx.ext.web.handler.TemplateHandler
-
The default directory where templates will be looked for
- DEFAULT_TEMPLATE_EXTENSION - Static variable in interface io.vertx.ext.web.templ.HandlebarsTemplateEngine
-
Default template extension
- DEFAULT_TEMPLATE_EXTENSION - Static variable in interface io.vertx.ext.web.templ.JadeTemplateEngine
-
Default template extension
- DEFAULT_TEMPLATE_EXTENSION - Static variable in interface io.vertx.ext.web.templ.MVELTemplateEngine
-
Default template extension
- DEFAULT_TEMPLATE_MODE - Static variable in interface io.vertx.ext.web.templ.ThymeleafTemplateEngine
-
- DEFAULT_TIMEOUT - Static variable in class io.vertx.core.eventbus.DeliveryOptions
-
The default send timeout.
- DEFAULT_TIMEOUT - Static variable in class io.vertx.ext.unit.TestOptions
-
The default time out value in milliseconds: 2 minutes.
- DEFAULT_TIMEOUT - Static variable in interface io.vertx.ext.web.handler.TimeoutHandler
-
The default timeout, in ms
- DEFAULT_TLS - Static variable in class io.vertx.ext.mail.MailConfig
-
- DEFAULT_TO - Static variable in class io.vertx.ext.unit.report.ReportOptions
-
The console
is the default to
value.
- DEFAULT_TRAFFIC_CLASS - Static variable in class io.vertx.core.net.NetworkOptions
-
The default value of traffic class
- DEFAULT_TRUNCATEEXISTING - Static variable in class io.vertx.core.file.OpenOptions
-
- DEFAULT_TRUST_ALL - Static variable in class io.vertx.core.net.ClientOptionsBase
-
The default value of whether all servers (SSL/TLS) should be trusted = false
- DEFAULT_TRY_USE_COMPRESSION - Static variable in class io.vertx.core.http.HttpClientOptions
-
Default value of whether the client will attempt to use compression = false
- DEFAULT_TYPE - Static variable in class io.vertx.ext.dropwizard.Match
-
- DEFAULT_UPLOADS_DIRECTORY - Static variable in interface io.vertx.ext.web.handler.BodyHandler
-
Default uploads directory on server for file uploads
- DEFAULT_UPSERT - Static variable in class io.vertx.ext.mongo.UpdateOptions
-
The default value of upsert = false
- DEFAULT_USE_EVENT_LOOP - Static variable in class io.vertx.ext.unit.TestOptions
-
The default value for using or not the event loop: null
.
- DEFAULT_USE_POOLED_BUFFERS - Static variable in class io.vertx.core.net.TCPSSLOptions
-
The default value of Netty use pooled buffers = false
- DEFAULT_USERNAME_PARAM - Static variable in interface io.vertx.ext.web.handler.FormLoginHandler
-
The default value of the form attribute which will contain the username
- DEFAULT_VERIFY_HOST - Static variable in class io.vertx.core.http.HttpClientOptions
-
Default value of whether hostname verification (for SSL/TLS) is enabled = true
- DEFAULT_WEB_ROOT - Static variable in interface io.vertx.ext.web.handler.StaticHandler
-
Default value of the web-root, where files are served from
- DEFAULT_WORKER - Static variable in class io.vertx.core.DeploymentOptions
-
- DEFAULT_WORKER_POOL_SIZE - Static variable in class io.vertx.core.VertxOptions
-
The default number of threads in the worker pool = 20
- DEFAULT_WRITE - Static variable in class io.vertx.core.file.OpenOptions
-
- DEFLATE_GZIP - Static variable in class io.vertx.core.http.HttpHeaders
-
deflate,gzip header value
- del(List<String>, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Delete a key
- del(List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Delete a key
- delete(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
-
Deletes the file represented by the specified path
, asynchronously.
- delete(int, String, String) - Method in interface io.vertx.core.http.HttpClient
-
Create an HTTP DELETE request to send to the server at the specified host and port.
- delete(String, String) - Method in interface io.vertx.core.http.HttpClient
-
Create an HTTP DELETE request to send to the server at the specified host and default port.
- delete(int, String, String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
-
Create an HTTP DELETE request to send to the server at the specified host and port, specifying a response handler to receive
the response
- delete(String, String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
-
Create an HTTP DELETE request to send to the server at the specified host and default port, specifying a response handler to receive
the response
- delete(String) - Method in interface io.vertx.core.http.HttpClient
-
Create an HTTP DELETE request to send to the server at the default host and port.
- delete(String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
-
Create an HTTP DELETE request to send to the server at the default host and port, specifying a response handler to receive
the response
- delete() - Method in interface io.vertx.ext.web.Router
-
Add a route that matches any HTTP DELETE request
- delete(String) - Method in interface io.vertx.ext.web.Router
-
Add a route that matches a HTTP DELETE request and the specified path
- delete(String, Handler<AsyncResult<Boolean>>) - Method in interface io.vertx.ext.web.sstore.SessionStore
-
Delete the session with the specified ID
- delete(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
-
Deletes the file represented by the specified path
, asynchronously.
- delete(int, String, String) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create an HTTP DELETE request to send to the server at the specified host and port.
- delete(String, String) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create an HTTP DELETE request to send to the server at the specified host and default port.
- delete(int, String, String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create an HTTP DELETE request to send to the server at the specified host and port, specifying a response handler to receive
the response
- delete(String, String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create an HTTP DELETE request to send to the server at the specified host and default port, specifying a response handler to receive
the response
- delete(String) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create an HTTP DELETE request to send to the server at the default host and port.
- delete(String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create an HTTP DELETE request to send to the server at the default host and port, specifying a response handler to receive
the response
- delete() - Method in class io.vertx.rxjava.ext.web.Router
-
Add a route that matches any HTTP DELETE request
- delete(String) - Method in class io.vertx.rxjava.ext.web.Router
-
Add a route that matches a HTTP DELETE request and the specified path
- delete(String, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
-
Delete the session with the specified ID
- deleteAbs(String) - Method in interface io.vertx.core.http.HttpClient
-
Create an HTTP DELETE request to send to the server using an absolute URI
- deleteAbs(String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
-
Create an HTTP DELETE request to send to the server using an absolute URI, specifying a response handler to receive
the response
- deleteAbs(String) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create an HTTP DELETE request to send to the server using an absolute URI
- deleteAbs(String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create an HTTP DELETE request to send to the server using an absolute URI, specifying a response handler to receive
the response
- deleteBlocking(String) - Method in interface io.vertx.core.file.FileSystem
-
- deleteBlocking(String) - Method in class io.vertx.rxjava.core.file.FileSystem
-
- deleteObservable(String) - Method in class io.vertx.rxjava.core.file.FileSystem
-
Deletes the file represented by the specified path
, asynchronously.
- deleteObservable(String) - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
-
Delete the session with the specified ID
- deleteRecursive(String, boolean, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
-
Deletes the file represented by the specified path
, asynchronously.
- deleteRecursive(String, boolean, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
-
Deletes the file represented by the specified path
, asynchronously.
- deleteRecursiveBlocking(String, boolean) - Method in interface io.vertx.core.file.FileSystem
-
- deleteRecursiveBlocking(String, boolean) - Method in class io.vertx.rxjava.core.file.FileSystem
-
- deleteRecursiveObservable(String, boolean) - Method in class io.vertx.rxjava.core.file.FileSystem
-
Deletes the file represented by the specified path
, asynchronously.
- deleteWithRegex(String) - Method in interface io.vertx.ext.web.Router
-
Add a route that matches a HTTP DELETE request and the specified path regex
- deleteWithRegex(String) - Method in class io.vertx.rxjava.ext.web.Router
-
Add a route that matches a HTTP DELETE request and the specified path regex
- delimitedMode(String) - Method in interface io.vertx.core.parsetools.RecordParser
-
Flip the parser into delimited mode, and where the delimiter can be represented
by the String delim
encoded in latin-1 .
- delimitedMode(Buffer) - Method in interface io.vertx.core.parsetools.RecordParser
-
Flip the parser into delimited mode, and where the delimiter can be represented
by the delimiter delim
.
- delimitedMode(String) - Method in class io.vertx.rxjava.core.parsetools.RecordParser
-
Flip the parser into delimited mode, and where the delimiter can be represented
by the String delim
encoded in latin-1 .
- delimitedMode(Buffer) - Method in class io.vertx.rxjava.core.parsetools.RecordParser
-
Flip the parser into delimited mode, and where the delimiter can be represented
by the delimiter delim
.
- 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
-
- deployVerticle(Verticle, DeploymentOptions) - Method in interface io.vertx.core.Vertx
-
- deployVerticle(Verticle, DeploymentOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.core.Vertx
-
- deployVerticle(String) - Method in interface io.vertx.core.Vertx
-
Deploy a verticle instance given a name.
- deployVerticle(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.core.Vertx
-
- deployVerticle(String, DeploymentOptions) - Method in interface io.vertx.core.Vertx
-
- deployVerticle(String, DeploymentOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.core.Vertx
-
- deployVerticle(String) - Method in class io.vertx.rxjava.core.Vertx
-
Deploy a verticle instance given a name.
- deployVerticle(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.core.Vertx
-
Like
Vertx
but the completionHandler will be notified when the deployment is complete.
- deployVerticle(String, DeploymentOptions) - Method in class io.vertx.rxjava.core.Vertx
-
- deployVerticle(String, DeploymentOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.core.Vertx
-
- deployVerticleObservable(String) - Method in class io.vertx.rxjava.core.Vertx
-
Like
Vertx
but the completionHandler will be notified when the deployment is complete.
- deployVerticleObservable(String, DeploymentOptions) - Method in class io.vertx.rxjava.core.Vertx
-
- destroy() - Method in interface io.vertx.ext.web.Session
-
Destroy the session
- destroy() - Method in class io.vertx.rxjava.ext.web.Session
-
Destroy the session
- disable() - Method in interface io.vertx.ext.web.Route
-
Disable this route.
- disable() - Method in class io.vertx.rxjava.ext.web.Route
-
Disable this route.
- discard(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Discard all commands issued after MULTI
- discard(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Discard all commands issued after MULTI
- disconnected(W) - Method in interface io.vertx.core.spi.metrics.HttpClientMetrics
-
Called when the web socket has disconnected.
- disconnected(W) - Method in interface io.vertx.core.spi.metrics.HttpServerMetrics
-
Called when the server web socket has disconnected.
- disconnected(S, SocketAddress) - Method in interface io.vertx.core.spi.metrics.TCPMetrics
-
Called when a client has disconnected, which is applicable for TCP connections.
- DnsClient - Interface in io.vertx.core.dns
-
Provides a way to asynchronously lookup information from DNS servers.
- DnsClient - Class in io.vertx.rxjava.core.dns
-
Provides a way to asynchronously lookup information from DNS servers.
- DnsClient(DnsClient) - Constructor for class io.vertx.rxjava.core.dns.DnsClient
-
- DnsException - Exception in io.vertx.core.dns
-
- DnsException(DnsResponseCode) - Constructor for exception io.vertx.core.dns.DnsException
-
- DnsResponseCode - Enum in io.vertx.core.dns
-
Represents the possible response codes a server may send after receiving a
query.
- doIsPermitted(String, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.ext.auth.AbstractUser
-
- drainHandler(Handler<Void>) - Method in interface io.vertx.core.datagram.PacketWritestream
-
- drainHandler(Handler<Void>) - Method in interface io.vertx.core.eventbus.MessageProducer
-
- drainHandler(Handler<Void>) - Method in interface io.vertx.core.file.AsyncFile
-
- drainHandler(Handler<Void>) - Method in interface io.vertx.core.http.HttpClientRequest
-
- drainHandler(Handler<Void>) - Method in interface io.vertx.core.http.HttpServerResponse
-
- drainHandler(Handler<Void>) - Method in interface io.vertx.core.http.ServerWebSocket
-
- drainHandler(Handler<Void>) - Method in interface io.vertx.core.http.WebSocket
-
- drainHandler(Handler<Void>) - Method in interface io.vertx.core.http.WebSocketBase
-
- drainHandler(Handler<Void>) - Method in interface io.vertx.core.net.NetSocket
-
- drainHandler(Handler<Void>) - Method in interface io.vertx.core.streams.WriteStream
-
Set a drain handler on the stream.
- drainHandler(Handler<Void>) - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
-
- drainHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.datagram.PacketWritestream
-
- drainHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.eventbus.MessageProducer
-
- drainHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.file.AsyncFile
-
- drainHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
-
- drainHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
-
- drainHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
-
- drainHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.WebSocket
-
- drainHandler(Handler<Void>) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
-
- drainHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.net.NetSocket
-
- drainHandler(Handler<Void>) - Method in interface io.vertx.rxjava.core.streams.WriteStream
-
Set a drain handler on the stream.
- drainHandler(Handler<Void>) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
-
- dropCollection(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoClient
-
Drop a collection
- dropCollection(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Drop a collection
- dropCollectionObservable(String) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Drop a collection
- DropwizardMetricsOptions - Class in io.vertx.ext.dropwizard
-
Vert.x Dropwizard metrics configuration.
- DropwizardMetricsOptions() - Constructor for class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
Default constructor
- DropwizardMetricsOptions(MetricsOptions) - Constructor for class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
Copy constructor with base metrics options
- DropwizardMetricsOptions(DropwizardMetricsOptions) - Constructor for class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
Copy constructor
- DropwizardMetricsOptions(JsonObject) - Constructor for class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
- dump(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Return a serialized version of the value stored at the specified key.
- dump(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Return a serialized version of the value stored at the specified key.
- durationTime() - Method in interface io.vertx.ext.unit.report.TestResult
-
How long the test lasted in millis.
- durationTime() - Method in class io.vertx.rxjava.ext.unit.report.TestResult
-
How long the test lasted in millis.
- generateToken(JsonObject, JWTOptions) - Method in interface io.vertx.ext.auth.jwt.JWTAuth
-
Generate a new JWT token.
- generateToken(JsonObject, JWTOptions) - Method in class io.vertx.rxjava.ext.auth.jwt.JWTAuth
-
Generate a new JWT token.
- get(String) - Method in interface io.vertx.core.Context
-
Get some data from the context.
- get(String) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
-
- get(CharSequence) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
-
- get(int, String, String) - Method in interface io.vertx.core.http.HttpClient
-
Create an HTTP GET request to send to the server at the specified host and port.
- get(String, String) - Method in interface io.vertx.core.http.HttpClient
-
Create an HTTP GET request to send to the server at the specified host and default port.
- get(int, String, String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
-
Create an HTTP GET request to send to the server at the specified host and port, specifying a response handler to receive
the response
- get(String, String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
-
Create an HTTP GET request to send to the server at the specified host and default port, specifying a response handler to receive
the response
- get(String) - Method in interface io.vertx.core.http.HttpClient
-
Create an HTTP GET request to send to the server at the default host and port.
- get(String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
-
Create an HTTP GET request to send to the server at the default host and port, specifying a response handler to receive
the response
- GET - Static variable in class io.vertx.core.http.HttpHeaders
-
GET header value
- get(CharSequence) - Method in interface io.vertx.core.MultiMap
-
- get(String) - Method in interface io.vertx.core.MultiMap
-
Returns the value of with the specified name.
- get(K, Handler<AsyncResult<V>>) - Method in interface io.vertx.core.shareddata.AsyncMap
-
Get a value from the map, asynchronously.
- get(Handler<AsyncResult<Long>>) - Method in interface io.vertx.core.shareddata.Counter
-
Get the current value of the counter
- get(K) - Method in interface io.vertx.core.shareddata.LocalMap
-
Get a value from the map
- get(K, Handler<AsyncResult<ChoosableIterable<V>>>) - Method in interface io.vertx.core.spi.cluster.AsyncMultiMap
-
Get a list of values from the map for the key
- get(String) - Method in interface io.vertx.ext.unit.TestContext
-
Get some data from the context.
- get() - Method in interface io.vertx.ext.web.Router
-
Add a route that matches any HTTP GET request
- get(String) - Method in interface io.vertx.ext.web.Router
-
Add a route that matches a HTTP GET request and the specified path
- get(String) - Method in interface io.vertx.ext.web.RoutingContext
-
Get some data from the context.
- get(String) - Method in interface io.vertx.ext.web.Session
-
Get some data from the session
- get(String, Handler<AsyncResult<Session>>) - Method in interface io.vertx.ext.web.sstore.SessionStore
-
Get the session with the specified ID
- get(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Get the value of a key
- get(String) - Method in class io.vertx.rxjava.core.Context
-
Get some data from the context.
- get(int, String, String) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create an HTTP GET request to send to the server at the specified host and port.
- get(String, String) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create an HTTP GET request to send to the server at the specified host and default port.
- get(int, String, String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create an HTTP GET request to send to the server at the specified host and port, specifying a response handler to receive
the response
- get(String, String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create an HTTP GET request to send to the server at the specified host and default port, specifying a response handler to receive
the response
- get(String) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create an HTTP GET request to send to the server at the default host and port.
- get(String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create an HTTP GET request to send to the server at the default host and port, specifying a response handler to receive
the response
- get(String) - Method in class io.vertx.rxjava.core.MultiMap
-
Returns the value of with the specified name.
- get(K, Handler<AsyncResult<V>>) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
-
Get a value from the map, asynchronously.
- get(Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.core.shareddata.Counter
-
Get the current value of the counter
- get(K) - Method in class io.vertx.rxjava.core.shareddata.LocalMap
-
Get a value from the map
- get(String) - Method in class io.vertx.rxjava.ext.unit.TestContext
-
Get some data from the context.
- get() - Method in class io.vertx.rxjava.ext.web.Router
-
Add a route that matches any HTTP GET request
- get(String) - Method in class io.vertx.rxjava.ext.web.Router
-
Add a route that matches a HTTP GET request and the specified path
- get(String) - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
Get some data from the context.
- get(String) - Method in class io.vertx.rxjava.ext.web.Session
-
Get some data from the session
- get(String, Handler<AsyncResult<Session>>) - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
-
Get the session with the specified ID
- get(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get the value of a key
- get50thPercentile() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxHistogramMBean
-
- get50thPercentile() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxTimerMBean
-
- get75thPercentile() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxHistogramMBean
-
- get75thPercentile() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxTimerMBean
-
- get95thPercentile() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxHistogramMBean
-
- get95thPercentile() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxTimerMBean
-
- get98thPercentile() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxHistogramMBean
-
- get98thPercentile() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxTimerMBean
-
- get999thPercentile() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxHistogramMBean
-
- get999thPercentile() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxTimerMBean
-
- get99thPercentile() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxHistogramMBean
-
- get99thPercentile() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxTimerMBean
-
- getAbs(String) - Method in interface io.vertx.core.http.HttpClient
-
Create an HTTP GET request to send to the server using an absolute URI
- getAbs(String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
-
Create an HTTP GET request to send to the server using an absolute URI, specifying a response handler to receive
the response
- getAbs(String) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create an HTTP GET request to send to the server using an absolute URI
- getAbs(String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create an HTTP GET request to send to the server using an absolute URI, specifying a response handler to receive
the response
- getAcceptableContentType() - Method in interface io.vertx.ext.web.RoutingContext
-
If the route specifies produces matches, e.g.
- getAcceptableContentType() - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
If the route specifies produces matches, e.g.
- getAcceptBacklog() - Method in class io.vertx.core.net.NetServerOptions
-
- getAddress() - Method in class io.vertx.ext.web.handler.sockjs.PermittedOptions
-
- getAddressRegex() - Method in class io.vertx.ext.web.handler.sockjs.PermittedOptions
-
- getAlgorithm() - Method in class io.vertx.ext.auth.jwt.JWTOptions
-
- getAll(String) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
-
- getAll(CharSequence) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
-
- getAll(String) - Method in interface io.vertx.core.MultiMap
-
Returns the values with the specified name
- getAll(CharSequence) - Method in interface io.vertx.core.MultiMap
-
- getAll(String) - Method in class io.vertx.rxjava.core.MultiMap
-
Returns the values with the specified name
- getAndAdd(long, Handler<AsyncResult<Long>>) - Method in interface io.vertx.core.shareddata.Counter
-
Add the value to the counter atomically and return the value before the add
- getAndAdd(long, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.core.shareddata.Counter
-
Add the value to the counter atomically and return the value before the add
- getAndAddObservable(long) - Method in class io.vertx.rxjava.core.shareddata.Counter
-
Add the value to the counter atomically and return the value before the add
- getAndIncrement(Handler<AsyncResult<Long>>) - Method in interface io.vertx.core.shareddata.Counter
-
Increment the counter atomically and return the value before the increment.
- getAndIncrement(Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.core.shareddata.Counter
-
Increment the counter atomically and return the value before the increment.
- getAndIncrementObservable() - Method in class io.vertx.rxjava.core.shareddata.Counter
-
Increment the counter atomically and return the value before the increment.
- getAsyncMap(String, Handler<AsyncResult<AsyncMap<K, V>>>) - Method in interface io.vertx.core.spi.cluster.ClusterManager
-
Return an async map for the given name
- getAsyncMap(String, Handler<AsyncResult<AsyncMap<K, V>>>) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
-
- getAsyncMultiMap(String, Handler<AsyncResult<AsyncMultiMap<K, V>>>) - Method in interface io.vertx.core.spi.cluster.ClusterManager
-
Return an async multi-map for the given name
- getAsyncMultiMap(String, Handler<AsyncResult<AsyncMultiMap<K, V>>>) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
-
Every eventbus handler has an ID.
- getAttachment() - Method in class io.vertx.ext.mail.MailMessage
-
get the list of attachments of this mail
- getAudience() - Method in class io.vertx.ext.auth.jwt.JWTOptions
-
- getAuthMethods() - Method in class io.vertx.ext.mail.MailConfig
-
get string of allowed auth methods, if set only these methods will be used
if the server supports them.
- getBaseName(Measured) - Method in interface io.vertx.ext.dropwizard.MetricsService
-
- getBaseName(Measured) - Method in class io.vertx.rxjava.ext.dropwizard.MetricsService
-
- getBcc() - Method in class io.vertx.ext.mail.MailMessage
-
get list of bcc addresses
- getBinary(int) - Method in class io.vertx.core.json.JsonArray
-
Get the byte[] at position pos
in the array.
- getBinary(String) - Method in class io.vertx.core.json.JsonObject
-
Get the binary value with the specified key.
- getBinary(String, byte[]) - Method in class io.vertx.core.json.JsonObject
-
- getBinary(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Get the value of a key - without decoding as utf-8
- getBinary(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get the value of a key - without decoding as utf-8
- getbit(String, long, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Returns the bit value at offset in the string value stored at key
- getbit(String, long, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Returns the bit value at offset in the string value stored at key
- getBlockedThreadCheckInterval() - Method in class io.vertx.core.VertxOptions
-
Get the value of blocked thread check period, in ms.
- getBody() - Method in interface io.vertx.ext.web.RoutingContext
-
- getBody() - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
- getBodyAsJson() - Method in interface io.vertx.ext.web.RoutingContext
-
- getBodyAsJson() - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
- getBodyAsString() - Method in interface io.vertx.ext.web.RoutingContext
-
- getBodyAsString(String) - Method in interface io.vertx.ext.web.RoutingContext
-
Get the entire HTTP request body as a string, assuming the specified encoding.
- getBodyAsString() - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
- getBodyAsString(String) - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
Get the entire HTTP request body as a string, assuming the specified encoding.
- getBoolean(int) - Method in class io.vertx.core.json.JsonArray
-
Get the Boolean at position pos
in the array,
- getBoolean(String) - Method in class io.vertx.core.json.JsonObject
-
Get the Boolean value with the specified key
- getBoolean(String, Boolean) - Method in class io.vertx.core.json.JsonObject
-
- getBounceAddress() - Method in class io.vertx.ext.mail.MailMessage
-
get bounce address of this mail
- getBuffer(int, int) - Method in interface io.vertx.core.buffer.Buffer
-
Returns a copy of a sub-sequence the Buffer as a
Buffer
starting at position
start
and ending at position
end - 1
- getBuffer(int, int) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Returns a copy of a sub-sequence the Buffer as a
Buffer
starting at position
start
and ending at position
end - 1
- getByte(int) - Method in interface io.vertx.core.buffer.Buffer
-
Returns the byte
at position pos
in the Buffer.
- getByte(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Returns the byte
at position pos
in the Buffer.
- getByteBuf() - Method in interface io.vertx.core.buffer.Buffer
-
Returns the Buffer as a Netty ByteBuf
.
- getBytes() - Method in interface io.vertx.core.buffer.Buffer
-
Returns a copy of the entire Buffer as a byte[]
- getBytes(int, int) - Method in interface io.vertx.core.buffer.Buffer
-
Returns a copy of a sub-sequence the Buffer as a byte[]
starting at position start
and ending at position end - 1
- getCc() - Method in class io.vertx.ext.mail.MailMessage
-
get list of cc addresses
- getCertPath() - Method in class io.vertx.core.net.PemKeyCertOptions
-
Get the path to the certificate file
- getCertPaths() - Method in class io.vertx.core.net.PemTrustOptions
-
- getCertValue() - Method in class io.vertx.core.net.PemKeyCertOptions
-
Get the certificate as a buffer
- getCertValues() - Method in class io.vertx.core.net.PemTrustOptions
-
- getClusterHost() - Method in class io.vertx.core.VertxOptions
-
Get the host name to be used for clustering.
- getClusterManager() - Method in class io.vertx.core.VertxOptions
-
Get the cluster manager to be used when clustering.
- getClusterPingInterval() - Method in class io.vertx.core.VertxOptions
-
Get the value of cluster ping interval, in ms.
- getClusterPingReplyInterval() - Method in class io.vertx.core.VertxOptions
-
Get the value of cluster ping reply interval, in ms.
- getClusterPort() - Method in class io.vertx.core.VertxOptions
-
Get the port to be used for clustering
- getClusterWideMap(String, Handler<AsyncResult<AsyncMap<K, V>>>) - Method in interface io.vertx.core.shareddata.SharedData
-
Get the cluster wide map with the specified name.
- getClusterWideMap(String, Handler<AsyncResult<AsyncMap<K, V>>>) - Method in class io.vertx.rxjava.core.shareddata.SharedData
-
Get the cluster wide map with the specified name.
- getClusterWideMapObservable(String) - Method in class io.vertx.rxjava.core.shareddata.SharedData
-
Get the cluster wide map with the specified name.
- getCodecName() - Method in class io.vertx.core.eventbus.DeliveryOptions
-
Get the codec name.
- getCollections(Handler<AsyncResult<List<String>>>) - Method in interface io.vertx.ext.mongo.MongoClient
-
Get a list of all collections in the database.
- getCollections(Handler<AsyncResult<List<String>>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Get a list of all collections in the database.
- getCollectionsObservable() - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Get a list of all collections in the database.
- getConfig() - Method in class io.vertx.core.DeploymentOptions
-
Get the JSON configuration that will be passed to the verticle(s) when deployed.
- getConfig() - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
-
Get the Hazelcast config
- getConfigPath() - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
- getConnection(Handler<AsyncResult<SQLConnection>>) - Method in interface io.vertx.ext.jdbc.JDBCClient
-
Returns a connection that can be used to perform SQL operations on.
- getConnection(Handler<AsyncResult<SQLConnection>>) - Method in class io.vertx.rxjava.ext.jdbc.JDBCClient
-
Returns a connection that can be used to perform SQL operations on.
- getConnectionObservable() - Method in class io.vertx.rxjava.ext.jdbc.JDBCClient
-
Returns a connection that can be used to perform SQL operations on.
- getConnectTimeout() - Method in class io.vertx.core.net.ClientOptionsBase
-
- getContentType() - Method in class io.vertx.ext.mail.MailAttachment
-
get the Content-Type
- getCookie(String) - Method in interface io.vertx.ext.web.RoutingContext
-
Get the cookie with the specified name.
- getCookie(String) - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
Get the cookie with the specified name.
- getCount() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxCounterMBean
-
- getCount() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxHistogramMBean
-
- getCount() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxMeterMBean
-
- getCounter(String, Handler<AsyncResult<Counter>>) - Method in interface io.vertx.core.shareddata.SharedData
-
Get a cluster wide counter.
- getCounter(String, Handler<AsyncResult<Counter>>) - Method in interface io.vertx.core.spi.cluster.ClusterManager
-
- getCounter(String, Handler<AsyncResult<Counter>>) - Method in class io.vertx.rxjava.core.shareddata.SharedData
-
Get a cluster wide counter.
- getCounter(String, Handler<AsyncResult<Counter>>) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
-
- getCounterObservable(String) - Method in class io.vertx.rxjava.core.shareddata.SharedData
-
Get a cluster wide counter.
- getCrlPaths() - Method in class io.vertx.core.net.TCPSSLOptions
-
- getCrlValues() - Method in class io.vertx.core.net.TCPSSLOptions
-
Get the CRL values
- getData() - Method in class io.vertx.ext.mail.MailAttachment
-
get the data
- getDataSource(JsonObject) - Method in interface io.vertx.ext.jdbc.spi.DataSourceProvider
-
- getDefaultHost() - Method in class io.vertx.core.http.HttpClientOptions
-
Get the default host name to be used by this client in requests if none is provided when making the request.
- getDefaultPort() - Method in class io.vertx.core.http.HttpClientOptions
-
Get the default port to be used by this client in requests if none is provided when making the request.
- getDelegate() - Method in class io.vertx.rxjava.core.buffer.Buffer
-
- getDelegate() - Method in class io.vertx.rxjava.core.Context
-
- getDelegate() - Method in class io.vertx.rxjava.core.datagram.DatagramPacket
-
- getDelegate() - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
-
- getDelegate() - Method in class io.vertx.rxjava.core.datagram.PacketWritestream
-
- getDelegate() - Method in class io.vertx.rxjava.core.dns.DnsClient
-
- getDelegate() - Method in class io.vertx.rxjava.core.dns.MxRecord
-
- getDelegate() - Method in class io.vertx.rxjava.core.dns.SrvRecord
-
- getDelegate() - Method in class io.vertx.rxjava.core.eventbus.EventBus
-
- getDelegate() - Method in class io.vertx.rxjava.core.eventbus.Message
-
- getDelegate() - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
-
- getDelegate() - Method in class io.vertx.rxjava.core.eventbus.MessageProducer
-
- getDelegate() - Method in class io.vertx.rxjava.core.file.AsyncFile
-
- getDelegate() - Method in class io.vertx.rxjava.core.file.FileProps
-
- getDelegate() - Method in class io.vertx.rxjava.core.file.FileSystem
-
- getDelegate() - Method in class io.vertx.rxjava.core.file.FileSystemProps
-
- getDelegate() - Method in class io.vertx.rxjava.core.Future
-
- getDelegate() - Method in class io.vertx.rxjava.core.http.HttpClient
-
- getDelegate() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
-
- getDelegate() - Method in class io.vertx.rxjava.core.http.HttpClientResponse
-
- getDelegate() - Method in class io.vertx.rxjava.core.http.HttpServer
-
- getDelegate() - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
-
- getDelegate() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
-
- getDelegate() - Method in class io.vertx.rxjava.core.http.HttpServerRequestStream
-
- getDelegate() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
-
- getDelegate() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
-
- getDelegate() - Method in class io.vertx.rxjava.core.http.ServerWebSocketStream
-
- getDelegate() - Method in class io.vertx.rxjava.core.http.WebSocket
-
- getDelegate() - Method in interface io.vertx.rxjava.core.http.WebSocketBase
-
- getDelegate() - Method in class io.vertx.rxjava.core.http.WebSocketFrame
-
- getDelegate() - Method in class io.vertx.rxjava.core.http.WebSocketStream
-
- getDelegate() - Method in interface io.vertx.rxjava.core.metrics.Measured
-
- getDelegate() - Method in class io.vertx.rxjava.core.MultiMap
-
- getDelegate() - Method in class io.vertx.rxjava.core.net.NetClient
-
- getDelegate() - Method in class io.vertx.rxjava.core.net.NetServer
-
- getDelegate() - Method in class io.vertx.rxjava.core.net.NetSocket
-
- getDelegate() - Method in class io.vertx.rxjava.core.net.NetSocketStream
-
- getDelegate() - Method in class io.vertx.rxjava.core.net.SocketAddress
-
- getDelegate() - Method in class io.vertx.rxjava.core.parsetools.RecordParser
-
- getDelegate() - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
-
- getDelegate() - Method in class io.vertx.rxjava.core.shareddata.Counter
-
- getDelegate() - Method in class io.vertx.rxjava.core.shareddata.LocalMap
-
- getDelegate() - Method in class io.vertx.rxjava.core.shareddata.Lock
-
- getDelegate() - Method in class io.vertx.rxjava.core.shareddata.SharedData
-
- getDelegate() - Method in class io.vertx.rxjava.core.streams.Pump
-
- getDelegate() - Method in interface io.vertx.rxjava.core.streams.ReadStream
-
- getDelegate() - Method in interface io.vertx.rxjava.core.streams.StreamBase
-
- getDelegate() - Method in interface io.vertx.rxjava.core.streams.WriteStream
-
- getDelegate() - Method in class io.vertx.rxjava.core.TimeoutStream
-
- getDelegate() - Method in class io.vertx.rxjava.core.Vertx
-
- getDelegate() - Method in class io.vertx.rxjava.ext.auth.AuthProvider
-
- getDelegate() - Method in class io.vertx.rxjava.ext.auth.common.AuthProvider
-
- getDelegate() - Method in class io.vertx.rxjava.ext.auth.common.User
-
- getDelegate() - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuth
-
- getDelegate() - Method in class io.vertx.rxjava.ext.auth.jwt.JWTAuth
-
- getDelegate() - Method in class io.vertx.rxjava.ext.auth.shiro.ShiroAuth
-
- getDelegate() - Method in class io.vertx.rxjava.ext.auth.User
-
- getDelegate() - Method in class io.vertx.rxjava.ext.dropwizard.MetricsService
-
- getDelegate() - Method in class io.vertx.rxjava.ext.jdbc.JDBCClient
-
- getDelegate() - Method in class io.vertx.rxjava.ext.mail.MailClient
-
- getDelegate() - Method in class io.vertx.rxjava.ext.mail.MailService
-
- getDelegate() - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
- getDelegate() - Method in class io.vertx.rxjava.ext.unit.Async
-
- getDelegate() - Method in class io.vertx.rxjava.ext.unit.collect.EventBusCollector
-
- getDelegate() - Method in class io.vertx.rxjava.ext.unit.report.Failure
-
- getDelegate() - Method in class io.vertx.rxjava.ext.unit.report.TestCaseReport
-
- getDelegate() - Method in class io.vertx.rxjava.ext.unit.report.TestResult
-
- getDelegate() - Method in class io.vertx.rxjava.ext.unit.report.TestSuiteReport
-
- getDelegate() - Method in class io.vertx.rxjava.ext.unit.TestCase
-
- getDelegate() - Method in class io.vertx.rxjava.ext.unit.TestCompletion
-
- getDelegate() - Method in class io.vertx.rxjava.ext.unit.TestContext
-
- getDelegate() - Method in class io.vertx.rxjava.ext.unit.TestSuite
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.Cookie
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.FileUpload
-
- getDelegate() - Method in interface io.vertx.rxjava.ext.web.handler.AuthHandler
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.BasicAuthHandler
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.BodyHandler
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.CookieHandler
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.CorsHandler
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.ErrorHandler
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.FaviconHandler
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.FormLoginHandler
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.JWTAuthHandler
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.LoggerHandler
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.RedirectAuthHandler
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.ResponseTimeHandler
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.SessionHandler
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.BridgeEvent
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSHandler
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.TemplateHandler
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.TimeoutHandler
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.UserSessionHandler
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.Route
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.Router
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.Session
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.sstore.ClusteredSessionStore
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.sstore.LocalSessionStore
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.templ.HandlebarsTemplateEngine
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.templ.JadeTemplateEngine
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.templ.MVELTemplateEngine
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.templ.TemplateEngine
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.templ.ThymeleafTemplateEngine
-
- getDelegate() - Method in class io.vertx.rxjava.redis.RedisClient
-
- getDescription() - Method in class io.vertx.ext.mail.MailAttachment
-
get the description field
- getDisabledTransports() - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
-
- getDisposition() - Method in class io.vertx.ext.mail.MailAttachment
-
get the disposition field
- getDomain() - Method in interface io.vertx.ext.web.Cookie
-
- getDomain() - Method in class io.vertx.rxjava.ext.web.Cookie
-
- getDouble(int) - Method in interface io.vertx.core.buffer.Buffer
-
Returns the double
at position pos
in the Buffer.
- getDouble(int) - Method in class io.vertx.core.json.JsonArray
-
Get the Double at position pos
in the array,
- getDouble(String) - Method in class io.vertx.core.json.JsonObject
-
Get the Double value with the specified key
- getDouble(String, Double) - Method in class io.vertx.core.json.JsonObject
-
- getDouble(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Returns the double
at position pos
in the Buffer.
- getDurationUnit() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxTimerMBean
-
- getEmail() - Method in class io.vertx.ext.mail.mailencoder.EmailAddress
-
get the email part of the address
- getEnabledCipherSuites() - Method in class io.vertx.core.net.TCPSSLOptions
-
- getEventLoopPoolSize() - Method in class io.vertx.core.VertxOptions
-
Get the number of event loop threads to be used by the Vert.x instance.
- getExpiresInMinutes() - Method in class io.vertx.ext.auth.jwt.JWTOptions
-
- getExpiresInSeconds() - Method in class io.vertx.ext.auth.jwt.JWTOptions
-
- getExtraClasspath() - Method in class io.vertx.core.DeploymentOptions
-
Get any extra classpath to be used when deploying the verticle.
- getFields() - Method in class io.vertx.ext.mongo.FindOptions
-
Get the fields
- getFifteenMinuteRate() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxMeterMBean
-
- getFiveMinuteRate() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxMeterMBean
-
- getFloat(int) - Method in interface io.vertx.core.buffer.Buffer
-
Returns the float
at position pos
in the Buffer.
- getFloat(int) - Method in class io.vertx.core.json.JsonArray
-
Get the Float at position pos
in the array,
- getFloat(String) - Method in class io.vertx.core.json.JsonObject
-
Get the Float value with the specified key
- getFloat(String, Float) - Method in class io.vertx.core.json.JsonObject
-
- getFloat(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Returns the float
at position pos
in the Buffer.
- getFormat() - Method in class io.vertx.ext.unit.report.ReportOptions
-
- getFormAttribute(String) - Method in interface io.vertx.core.http.HttpServerRequest
-
Return the first form attribute value with the specified name
- getFormAttribute(String) - Method in class io.vertx.rxjava.core.http.HttpServerRequest
-
Return the first form attribute value with the specified name
- getFrom() - Method in class io.vertx.ext.mail.MailMessage
-
get from address of this mail
- getHAGroup() - Method in class io.vertx.core.VertxOptions
-
Get the HA group to be used when HA is enabled.
- getHandlebars() - Method in interface io.vertx.ext.web.templ.HandlebarsTemplateEngine
-
Get a reference to the internal Handlebars object so it
can be configured.
- getHashedStoredPwd(JsonArray) - Method in interface io.vertx.ext.auth.jdbc.JDBCHashStrategy
-
Retrieve the hashed password from the result of the authentication query
- getHazelcastInstance() - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
-
- getHeader(String) - Method in interface io.vertx.core.http.HttpClientResponse
-
Return the first header value with the specified name
- getHeader(String) - Method in interface io.vertx.core.http.HttpServerRequest
-
Return the first header value with the specified name
- getHeader() - Method in class io.vertx.ext.auth.jwt.JWTOptions
-
- getHeader(String) - Method in class io.vertx.rxjava.core.http.HttpClientResponse
-
Return the first header value with the specified name
- getHeader(String) - Method in class io.vertx.rxjava.core.http.HttpServerRequest
-
Return the first header value with the specified name
- getHeaders() - Method in class io.vertx.core.eventbus.DeliveryOptions
-
Get the message headers
- getHeaders() - Method in class io.vertx.ext.mail.MailMessage
-
get the headers to be set before filling our headers
- getHeartbeatInterval() - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
-
- getHost() - Method in class io.vertx.core.net.NetServerOptions
-
- getHostname() - Method in class io.vertx.ext.mail.MailConfig
-
get the hostname of the mailserver
- getHtml() - Method in class io.vertx.ext.mail.MailMessage
-
get the html text of this mail
- getIdleTimeout() - Method in class io.vertx.core.net.TCPSSLOptions
-
- getIdleTimeout() - Method in class io.vertx.ext.mail.MailConfig
-
get the timeout for idle smtp connections (in seconds)
if not set the default is 300 seconds
- getInboundPermitteds() - Method in class io.vertx.ext.web.handler.sockjs.BridgeOptions
-
- getInstanceCount() - Method in interface io.vertx.core.Context
-
- getInstanceCount() - Method in class io.vertx.rxjava.core.Context
-
- getInstances() - Method in class io.vertx.core.DeploymentOptions
-
Get the number of instances that should be deployed.
- getInstantThroughput() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxThroughputMeterMBean
-
- getInstantThroughput() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxThroughputTimerMBean
-
- getInt(int) - Method in interface io.vertx.core.buffer.Buffer
-
Returns the int
at position pos
in the Buffer.
- getInt(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Returns the int
at position pos
in the Buffer.
- getInteger(int) - Method in class io.vertx.core.json.JsonArray
-
Get the Integer at position pos
in the array,
- getInteger(String) - Method in class io.vertx.core.json.JsonObject
-
Get the Integer value with the specified key
- getInteger(String, Integer) - Method in class io.vertx.core.json.JsonObject
-
- getInternalBlockingPoolSize() - Method in class io.vertx.core.VertxOptions
-
Get the value of internal blocking pool size.
- getIsolatedClasses() - Method in class io.vertx.core.DeploymentOptions
-
Get the list of isolated class names, the names can be a Java class fully qualified name such as
'com.mycompany.myproject.engine.MyClass' or a wildcard matching such as `com.mycompany.myproject.*`.
- getIsolationGroup() - Method in class io.vertx.core.DeploymentOptions
-
Get the isolation group that will be used when deploying the verticle(s)
- getIssuer() - Method in class io.vertx.ext.auth.jwt.JWTOptions
-
- getJadeConfiguration() - Method in interface io.vertx.ext.web.templ.JadeTemplateEngine
-
Get a reference to the internal JadeConfiguration object so it
can be configured.
- getJmxDomain() - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
Get the JMX domain to use when JMX metrics are enabled.
- getJsonArray(int) - Method in class io.vertx.core.json.JsonArray
-
Get the JsonArray at position pos
in the array.
- getJsonArray(String) - Method in class io.vertx.core.json.JsonObject
-
Get the JsonArray value with the specified key
- getJsonArray(String, JsonArray) - Method in class io.vertx.core.json.JsonObject
-
- getJsonObject(int) - Method in class io.vertx.core.json.JsonArray
-
Get the JsonObject at position pos
in the array.
- getJsonObject(String) - Method in class io.vertx.core.json.JsonObject
-
Get the JsonObject value with the specified key
- getJsonObject(String, JsonObject) - Method in class io.vertx.core.json.JsonObject
-
- getKeyCertOptions() - Method in class io.vertx.core.net.TCPSSLOptions
-
- getKeyPath() - Method in class io.vertx.core.net.PemKeyCertOptions
-
Get the path to the key file
- getKeyStore() - Method in class io.vertx.ext.mail.MailConfig
-
get the key store filename to be used when opening SMTP connections
- getKeyStorePassword() - Method in class io.vertx.ext.mail.MailConfig
-
get the key store password to be used when opening SMTP connections
- getKeyValue() - Method in class io.vertx.core.net.PemKeyCertOptions
-
Get the key as a buffer
- getLibraryURL() - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
-
- getLimit() - Method in class io.vertx.ext.mongo.FindOptions
-
Get the limit - this determines the max number of rows to return
- getList() - Method in class io.vertx.core.json.JsonArray
-
Get the unerlying List
- getLocalMap(String) - Method in interface io.vertx.core.shareddata.SharedData
-
Return a LocalMap
with the specific name
.
- getLocalMap(String) - Method in class io.vertx.rxjava.core.shareddata.SharedData
-
Return a LocalMap
with the specific name
.
- getLock(String, Handler<AsyncResult<Lock>>) - Method in interface io.vertx.core.shareddata.SharedData
-
Get a cluster wide lock with the specified name.
- getLock(String, Handler<AsyncResult<Lock>>) - Method in class io.vertx.rxjava.core.shareddata.SharedData
-
Get a cluster wide lock with the specified name.
- getLockObservable(String) - Method in class io.vertx.rxjava.core.shareddata.SharedData
-
Get a cluster wide lock with the specified name.
- getLockWithTimeout(String, long, Handler<AsyncResult<Lock>>) - Method in interface io.vertx.core.shareddata.SharedData
-
- getLockWithTimeout(String, long, Handler<AsyncResult<Lock>>) - Method in interface io.vertx.core.spi.cluster.ClusterManager
-
- getLockWithTimeout(String, long, Handler<AsyncResult<Lock>>) - Method in class io.vertx.rxjava.core.shareddata.SharedData
-
- getLockWithTimeout(String, long, Handler<AsyncResult<Lock>>) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
-
- getLockWithTimeoutObservable(String, long) - Method in class io.vertx.rxjava.core.shareddata.SharedData
-
- getLogger(Class<?>) - Static method in class io.vertx.core.logging.LoggerFactory
-
- getLogger(String) - Static method in class io.vertx.core.logging.LoggerFactory
-
- getLogin() - Method in class io.vertx.ext.mail.MailConfig
-
get login options
- getLong(int) - Method in interface io.vertx.core.buffer.Buffer
-
Returns the long
at position pos
in the Buffer.
- getLong(int) - Method in class io.vertx.core.json.JsonArray
-
Get the Long at position pos
in the array,
- getLong(String) - Method in class io.vertx.core.json.JsonObject
-
Get the Long value with the specified key
- getLong(String, Long) - Method in class io.vertx.core.json.JsonObject
-
- getLong(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Returns the long
at position pos
in the Buffer.
- getMap() - Method in class io.vertx.core.json.JsonObject
-
Get the underlying Map.
- getMatch() - Method in class io.vertx.ext.web.handler.sockjs.PermittedOptions
-
- getMax() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxHistogramMBean
-
- getMax() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxTimerMBean
-
- getMaxAddressLength() - Method in class io.vertx.ext.web.handler.sockjs.BridgeOptions
-
- getMaxBufferedMessages() - Method in interface io.vertx.core.eventbus.MessageConsumer
-
- getMaxBufferedMessages() - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
-
- getMaxBytesStreaming() - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
-
- getMaxEventLoopExecuteTime() - Method in class io.vertx.core.VertxOptions
-
Get the value of max event loop execute time, in ns.
- getMaxHandlersPerSocket() - Method in class io.vertx.ext.web.handler.sockjs.BridgeOptions
-
- getMaxPoolSize() - Method in class io.vertx.core.http.HttpClientOptions
-
Get the maximum pool size for connections
- getMaxPoolSize() - Method in class io.vertx.ext.mail.MailConfig
-
get the max allowed number of open connections to the mailserver
if not set the default is 10
- getMaxWebsocketFrameSize() - Method in class io.vertx.core.http.HttpClientOptions
-
Get the maximum websocket framesize to use
- getMaxWebsocketFrameSize() - Method in class io.vertx.core.http.HttpServerOptions
-
- getMaxWorkerExecuteTime() - Method in class io.vertx.core.VertxOptions
-
Get the value of max worker execute time, in ns.
- getMean() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxHistogramMBean
-
- getMean() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxTimerMBean
-
- getMeanRate() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxMeterMBean
-
- getMessageID() - Method in class io.vertx.ext.mail.mailencoder.MailEncoder
-
- getMessageID() - Method in class io.vertx.ext.mail.MailResult
-
- getMetrics() - Method in interface io.vertx.core.spi.metrics.MetricsProvider
-
Returns the metrics implementation.
- getMetricsOptions() - Method in class io.vertx.core.VertxOptions
-
- getMetricsSnapshot(Measured) - Method in interface io.vertx.ext.dropwizard.MetricsService
-
Will return the metrics that correspond with this measured object, null if no metrics is available.
Note: in the case of scaled servers, the JsonObject returns an aggregation of the metrics as the
dropwizard backend reports to a single server.
- getMetricsSnapshot(Measured) - Method in class io.vertx.rxjava.ext.dropwizard.MetricsService
-
Will return the metrics that correspond with this measured object, null if no metrics is available.
Note: in the case of scaled servers, the JsonObject returns an aggregation of the metrics as the
dropwizard backend reports to a single server.
- getMin() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxHistogramMBean
-
- getMin() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxTimerMBean
-
- getMonitoredEventBusHandlers() - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
- getMonitoredHttpClientUris() - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
- getMonitoredHttpServerUris() - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
- getMulticastNetworkInterface() - Method in class io.vertx.core.datagram.DatagramSocketOptions
-
Get the multicast network interface address
- getMulticastTimeToLive() - Method in class io.vertx.core.datagram.DatagramSocketOptions
-
- getName() - Method in class io.vertx.ext.mail.MailAttachment
-
get the name
- getName() - Method in class io.vertx.ext.mail.mailencoder.EmailAddress
-
get the name part of the address
- getName() - Method in class io.vertx.ext.unit.junit.VertxUnitRunnerWithParameters
-
- getName() - Method in interface io.vertx.ext.web.Cookie
-
- getName() - Method in class io.vertx.rxjava.ext.web.Cookie
-
- getNodeID() - Method in interface io.vertx.core.spi.cluster.ClusterManager
-
Return the unique node ID for this node
- getNodeID() - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
-
- getNodes() - Method in interface io.vertx.core.spi.cluster.ClusterManager
-
Return a list of node IDs corresponding to the nodes in the cluster
- getNodes() - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
-
- getNoTimestamp() - Method in class io.vertx.ext.auth.jwt.JWTOptions
-
- getNow(int, String, String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
-
Sends an HTTP GET request to the server at the specified host and port, specifying a response handler to receive
the response
- getNow(String, String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
-
Sends an HTTP GET request to the server at the specified host and default port, specifying a response handler to receive
the response
- getNow(String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
-
Sends an HTTP GET request to the server at the default host and port, specifying a response handler to receive
the response
- getNow(int, String, String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Sends an HTTP GET request to the server at the specified host and port, specifying a response handler to receive
the response
- getNow(String, String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Sends an HTTP GET request to the server at the specified host and default port, specifying a response handler to receive
the response
- getNow(String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Sends an HTTP GET request to the server at the default host and port, specifying a response handler to receive
the response
- getObservable(K) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
-
Get a value from the map, asynchronously.
- getObservable() - Method in class io.vertx.rxjava.core.shareddata.Counter
-
Get the current value of the counter
- getObservable(String) - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
-
Get the session with the specified ID
- getOneMinuteRate() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxMeterMBean
-
- getOrCreateContext() - Method in interface io.vertx.core.Vertx
-
Gets the current context, or creates one if there isn't one
- getOrCreateContext() - Method in class io.vertx.rxjava.core.Vertx
-
Gets the current context, or creates one if there isn't one
- getOutboundPermitteds() - Method in class io.vertx.ext.web.handler.sockjs.BridgeOptions
-
- getOwnHostname() - Method in class io.vertx.ext.mail.MailConfig
-
get the hostname to be used for HELO/EHLO and the Message-ID
- getParam(String) - Method in interface io.vertx.core.http.HttpServerRequest
-
Return the first param value with the specified name
- getParam(String) - Method in class io.vertx.rxjava.core.http.HttpServerRequest
-
Return the first param value with the specified name
- getPassword() - Method in class io.vertx.core.net.JksOptions
-
- getPassword() - Method in class io.vertx.core.net.PfxOptions
-
Get the password
- getPassword() - Method in class io.vertx.ext.mail.MailConfig
-
get password
- getPath() - Method in class io.vertx.core.net.JksOptions
-
Get the path to the ksy store
- getPath() - Method in class io.vertx.core.net.PfxOptions
-
Get the path
- getPath() - Method in interface io.vertx.ext.web.Cookie
-
- getPath() - Method in interface io.vertx.ext.web.Route
-
- getPath() - Method in class io.vertx.rxjava.ext.web.Cookie
-
- getPath() - Method in class io.vertx.rxjava.ext.web.Route
-
- getPerms() - Method in class io.vertx.core.file.OpenOptions
-
Get the permissions string to be used if creating a file
- getPingTimeout() - Method in class io.vertx.ext.web.handler.sockjs.BridgeOptions
-
- getPort() - Method in class io.vertx.core.net.NetServerOptions
-
- getPort() - Method in class io.vertx.ext.mail.MailConfig
-
get the port of the mailserver
- getQuorumSize() - Method in class io.vertx.core.VertxOptions
-
Get the quorum size to be used when HA is enabled.
- getrange(String, long, long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Get a substring of the string stored at a key
- getrange(String, long, long, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get a substring of the string stored at a key
- getRateUnit() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxMeterMBean
-
- getReceiveBufferSize() - Method in class io.vertx.core.datagram.DatagramSocketOptions
-
- getReceiveBufferSize() - Method in class io.vertx.core.net.NetworkOptions
-
Return the TCP receive buffer size, in bytes
- getRecipients() - Method in class io.vertx.ext.mail.MailResult
-
- getReconnectAttempts() - Method in class io.vertx.core.net.NetClientOptions
-
- getReconnectInterval() - Method in class io.vertx.core.net.NetClientOptions
-
- getRegistryName() - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
An optional name used for registering the metrics in the Dropwizard shared registry.
- getReplyTimeout() - Method in class io.vertx.ext.web.handler.sockjs.BridgeOptions
-
- getReporters() - Method in class io.vertx.ext.unit.report.ReportingOptions
-
- getRequiredAuthority() - Method in class io.vertx.ext.web.handler.sockjs.PermittedOptions
-
- getRoutes() - Method in interface io.vertx.ext.web.Router
-
- getRoutes() - Method in class io.vertx.rxjava.ext.web.Router
-
- getRunnerAnnotations() - Method in class io.vertx.ext.unit.junit.VertxUnitRunnerWithParameters
-
- getSalt(JsonArray) - Method in interface io.vertx.ext.auth.jdbc.JDBCHashStrategy
-
Retrieve the salt from the result of the authentication query
- getSendBufferSize() - Method in class io.vertx.core.datagram.DatagramSocketOptions
-
- getSendBufferSize() - Method in class io.vertx.core.net.NetworkOptions
-
Return the TCP send buffer size, in bytes.
- getSendTimeout() - Method in class io.vertx.core.eventbus.DeliveryOptions
-
Get the send timeout.
- getSessionTimeout() - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
-
- getset(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Set the string value of a key and return its old value
- getset(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Set the string value of a key and return its old value
- getShort(int) - Method in interface io.vertx.core.buffer.Buffer
-
Returns the short
at position pos
in the Buffer.
- getShort(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Returns the short
at position pos
in the Buffer.
- getSkip() - Method in class io.vertx.ext.mongo.FindOptions
-
Get the skip.
- getSoLinger() - Method in class io.vertx.core.net.TCPSSLOptions
-
- getSort() - Method in class io.vertx.ext.mongo.FindOptions
-
Get the sort document
- getStarttls() - Method in class io.vertx.ext.mail.MailConfig
-
get security (TLS) options
- getStatusCode() - Method in interface io.vertx.core.http.HttpServerResponse
-
- getStatusCode() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
-
- getStatusMessage() - Method in interface io.vertx.core.http.HttpServerResponse
-
- getStatusMessage() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
-
- getStdDev() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxHistogramMBean
-
- getStdDev() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxTimerMBean
-
- getString(int, int, String) - Method in interface io.vertx.core.buffer.Buffer
-
Returns a copy of a sub-sequence the Buffer as a String
starting at position start
and ending at position end - 1
interpreted as a String in the specified encoding
- getString(int, int) - Method in interface io.vertx.core.buffer.Buffer
-
Returns a copy of a sub-sequence the Buffer as a String
starting at position start
and ending at position end - 1
interpreted as a String in UTF-8 encoding
- getString(int) - Method in class io.vertx.core.json.JsonArray
-
Get the String at position pos
in the array,
- getString(String) - Method in class io.vertx.core.json.JsonObject
-
Get the string value with the specified key
- getString(String, String) - Method in class io.vertx.core.json.JsonObject
-
- getString(int, int, String) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Returns a copy of a sub-sequence the Buffer as a String
starting at position start
and ending at position end - 1
interpreted as a String in the specified encoding
- getString(int, int) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Returns a copy of a sub-sequence the Buffer as a String
starting at position start
and ending at position end - 1
interpreted as a String in UTF-8 encoding
- getSubject() - Method in class io.vertx.ext.auth.jwt.JWTOptions
-
- getSubject() - Method in class io.vertx.ext.mail.MailMessage
-
get the subject of this mail
- getSubscriber() - Method in class io.vertx.rx.java.SingleOnSubscribeAdapter
-
Get subscriber
- getSyncMap(String) - Method in interface io.vertx.core.spi.cluster.ClusterManager
-
Return a synchronous map for the given name
- getSyncMap(String) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
-
- getText() - Method in class io.vertx.ext.mail.MailMessage
-
get the plain text of this mail
- getThymeleafTemplateEngine() - Method in interface io.vertx.ext.web.templ.ThymeleafTemplateEngine
-
Get a reference to the internal Thymeleaf TemplateEngine object so it
can be configured.
- getTimeout() - Method in class io.vertx.ext.unit.TestOptions
-
- getTo() - Method in class io.vertx.ext.mail.MailMessage
-
get list of to addresses
- getTo() - Method in class io.vertx.ext.unit.report.ReportOptions
-
- getTrafficClass() - Method in class io.vertx.core.datagram.DatagramSocketOptions
-
- getTrafficClass() - Method in class io.vertx.core.net.NetworkOptions
-
- getTrailer(String) - Method in interface io.vertx.core.http.HttpClientResponse
-
Return the first trailer value with the specified name
- getTrailer(String) - Method in class io.vertx.rxjava.core.http.HttpClientResponse
-
Return the first trailer value with the specified name
- getTrustOptions() - Method in class io.vertx.core.net.TCPSSLOptions
-
- getType() - Method in class io.vertx.ext.dropwizard.Match
-
- getUsername() - Method in class io.vertx.ext.mail.MailConfig
-
get username
- getValue(int) - Method in class io.vertx.core.json.JsonArray
-
Get the Object value at position pos
in the array.
- getValue(String) - Method in class io.vertx.core.json.JsonObject
-
Get the value with the specified key, as an Object
- getValue(String, Object) - Method in class io.vertx.core.json.JsonObject
-
- getValue() - Method in class io.vertx.core.net.JksOptions
-
Get the key store as a buffer
- getValue() - Method in class io.vertx.core.net.PfxOptions
-
Get the store as a buffer
- getValue() - Method in class io.vertx.ext.dropwizard.Match
-
- getValue() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxGaugeMBean
-
- getValue() - Method in class io.vertx.ext.dropwizard.ThroughputMeter
-
- getValue() - Method in class io.vertx.ext.dropwizard.ThroughputTimer
-
- getValue() - Method in interface io.vertx.ext.web.Cookie
-
- getValue() - Method in class io.vertx.rxjava.ext.web.Cookie
-
- getVersion() - Method in class io.vertx.core.Starter
-
- getVertx() - Method in class io.vertx.core.AbstractVerticle
-
Get the Vert.x instance
- getVertx() - Method in interface io.vertx.core.Verticle
-
Get a reference to the Vert.x instance that deployed this verticle
- getWarningExceptionTime() - Method in class io.vertx.core.VertxOptions
-
Get the threshold value above this, the blocked warning contains a stack trace.
- getWebsocketSubProtocols() - Method in class io.vertx.core.http.HttpServerOptions
-
- getWithRegex(String) - Method in interface io.vertx.ext.web.Router
-
Add a route that matches a HTTP GET request and the specified path regex
- getWithRegex(String) - Method in class io.vertx.rxjava.ext.web.Router
-
Add a route that matches a HTTP GET request and the specified path regex
- getWorkerPoolSize() - Method in class io.vertx.core.VertxOptions
-
Get the maximum number of worker threads to be used by the Vert.x instance.
- getWriteOption() - Method in class io.vertx.ext.mongo.UpdateOptions
-
Get the write option.
- handle(E) - Method in interface io.vertx.core.Handler
-
Something has happened, so handle it.
- handle(Buffer) - Method in interface io.vertx.core.parsetools.RecordParser
-
This method is called to provide the parser with data.
- handle(Void) - Method in class io.vertx.core.VoidHandler
-
- handle() - Method in class io.vertx.core.VoidHandler
-
Handle the event.
- handle(Message<JsonObject>) - Method in class io.vertx.ext.mail.MailServiceVertxProxyHandler
-
- handle(J) - Method in class io.vertx.lang.rxjava.ReadStreamAdapter
-
- handle(Buffer) - Method in class io.vertx.rxjava.core.parsetools.RecordParser
-
This method is called to provide the parser with data.
- handle(RoutingContext) - Method in interface io.vertx.rxjava.ext.web.handler.AuthHandler
-
- handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.BasicAuthHandler
-
- handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.BodyHandler
-
- handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.CookieHandler
-
- handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.CorsHandler
-
- handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.ErrorHandler
-
- handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.FaviconHandler
-
- handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.FormLoginHandler
-
- handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.JWTAuthHandler
-
- handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.LoggerHandler
-
- handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.RedirectAuthHandler
-
- handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.ResponseTimeHandler
-
- handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.SessionHandler
-
- handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSHandler
-
- handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
-
- handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.TemplateHandler
-
- handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.TimeoutHandler
-
- handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.UserSessionHandler
-
- HandlebarsTemplateEngine - Interface in io.vertx.ext.web.templ
-
A template engine that uses the Handlebars library.
- HandlebarsTemplateEngine - Class in io.vertx.rxjava.ext.web.templ
-
A template engine that uses the Handlebars library.
- HandlebarsTemplateEngine(HandlebarsTemplateEngine) - Constructor for class io.vertx.rxjava.ext.web.templ.HandlebarsTemplateEngine
-
- handleContext(RoutingContext) - Method in interface io.vertx.ext.web.Router
-
Used to route a context to the router.
- handleContext(RoutingContext) - Method in class io.vertx.rxjava.ext.web.Router
-
Used to route a context to the router.
- handleFailure(RoutingContext) - Method in interface io.vertx.ext.web.Router
-
Used to route a failure to the router.
- handleFailure(RoutingContext) - Method in class io.vertx.rxjava.ext.web.Router
-
Used to route a failure to the router.
- handler(Handler<DatagramPacket>) - Method in interface io.vertx.core.datagram.DatagramSocket
-
- handler(Handler<Message<T>>) - Method in interface io.vertx.core.eventbus.MessageConsumer
-
- handler(Handler<Buffer>) - Method in interface io.vertx.core.file.AsyncFile
-
- Handler<E> - Interface in io.vertx.core
-
A generic event handler.
- handler(Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClientRequest
-
- handler(Handler<Buffer>) - Method in interface io.vertx.core.http.HttpClientResponse
-
- handler(Handler<Buffer>) - Method in interface io.vertx.core.http.HttpServerFileUpload
-
- handler(Handler<Buffer>) - Method in interface io.vertx.core.http.HttpServerRequest
-
- handler(Handler<HttpServerRequest>) - Method in interface io.vertx.core.http.HttpServerRequestStream
-
- handler(Handler<Buffer>) - Method in interface io.vertx.core.http.ServerWebSocket
-
- handler(Handler<ServerWebSocket>) - Method in interface io.vertx.core.http.ServerWebSocketStream
-
- handler(Handler<Buffer>) - Method in interface io.vertx.core.http.WebSocket
-
- handler(Handler<Buffer>) - Method in interface io.vertx.core.http.WebSocketBase
-
- handler(Handler<WebSocket>) - Method in interface io.vertx.core.http.WebSocketStream
-
- handler(Handler<Buffer>) - Method in interface io.vertx.core.net.NetSocket
-
- handler(Handler<NetSocket>) - Method in interface io.vertx.core.net.NetSocketStream
-
- handler(Handler<T>) - Method in interface io.vertx.core.streams.ReadStream
-
Set a data handler.
- handler(Handler<Long>) - Method in interface io.vertx.core.TimeoutStream
-
- handler(Handler<TestCaseReport>) - Method in interface io.vertx.ext.unit.report.TestSuiteReport
-
- handler(Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.unit.TestCompletion
-
Completion handler for the end of the test, the result is successful when all test cases pass otherwise
it is failed.
- handler(Handler<Buffer>) - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
-
- handler(Handler<RoutingContext>) - Method in interface io.vertx.ext.web.Route
-
Specify a request handler for the route.
- handler(Handler<DatagramPacket>) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
-
- handler(Handler<Message<T>>) - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
-
- handler(Handler<Buffer>) - Method in class io.vertx.rxjava.core.file.AsyncFile
-
- handler(Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
-
- handler(Handler<Buffer>) - Method in class io.vertx.rxjava.core.http.HttpClientResponse
-
- handler(Handler<Buffer>) - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
-
- handler(Handler<Buffer>) - Method in class io.vertx.rxjava.core.http.HttpServerRequest
-
- handler(Handler<HttpServerRequest>) - Method in class io.vertx.rxjava.core.http.HttpServerRequestStream
-
- handler(Handler<Buffer>) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
-
- handler(Handler<ServerWebSocket>) - Method in class io.vertx.rxjava.core.http.ServerWebSocketStream
-
- handler(Handler<Buffer>) - Method in class io.vertx.rxjava.core.http.WebSocket
-
- handler(Handler<Buffer>) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
-
- handler(Handler<WebSocket>) - Method in class io.vertx.rxjava.core.http.WebSocketStream
-
- handler(Handler<Buffer>) - Method in class io.vertx.rxjava.core.net.NetSocket
-
- handler(Handler<NetSocket>) - Method in class io.vertx.rxjava.core.net.NetSocketStream
-
- handler(Handler<T>) - Method in interface io.vertx.rxjava.core.streams.ReadStream
-
Set a data handler.
- handler(Handler<Long>) - Method in class io.vertx.rxjava.core.TimeoutStream
-
- handler(Handler<TestCaseReport>) - Method in class io.vertx.rxjava.ext.unit.report.TestSuiteReport
-
- handler(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.unit.TestCompletion
-
Completion handler for the end of the test, the result is successful when all test cases pass otherwise
it is failed.
- handler(Handler<Buffer>) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
-
- handler(Handler<RoutingContext>) - Method in class io.vertx.rxjava.ext.web.Route
-
Specify a request handler for the route.
- handlerObservable() - Method in class io.vertx.rxjava.ext.unit.TestCompletion
-
Completion handler for the end of the test, the result is successful when all test cases pass otherwise
it is failed.
- handlerRegistered(String, boolean) - Method in interface io.vertx.core.spi.metrics.EventBusMetrics
-
Called when a handler is registered on the event bus.
No specific thread and context can be expected when this method is called.
- handlerUnregistered(H) - Method in interface io.vertx.core.spi.metrics.EventBusMetrics
-
Called when a handler has been unregistered from the event bus.
No specific thread and context can be expected when this method is called.
- hashCode() - Method in class io.vertx.core.datagram.DatagramSocketOptions
-
- hashCode() - Method in class io.vertx.core.DeploymentOptions
-
- hashCode() - Method in class io.vertx.core.http.HttpClientOptions
-
- hashCode() - Method in class io.vertx.core.http.HttpServerOptions
-
- hashCode() - Method in class io.vertx.core.json.JsonArray
-
- hashCode() - Method in class io.vertx.core.json.JsonObject
-
- hashCode() - Method in class io.vertx.core.net.ClientOptionsBase
-
- hashCode() - Method in class io.vertx.core.net.JksOptions
-
- hashCode() - Method in class io.vertx.core.net.NetClientOptions
-
- hashCode() - Method in class io.vertx.core.net.NetServerOptions
-
- hashCode() - Method in class io.vertx.core.net.NetworkOptions
-
- hashCode() - Method in class io.vertx.core.net.PemKeyCertOptions
-
- hashCode() - Method in class io.vertx.core.net.PfxOptions
-
- hashCode() - Method in class io.vertx.core.net.TCPSSLOptions
-
- hashCode() - Method in class io.vertx.core.VertxOptions
-
- hashCode() - Method in class io.vertx.ext.mail.MailAttachment
-
- hashCode() - Method in class io.vertx.ext.mail.MailConfig
-
- hashCode() - Method in class io.vertx.ext.mail.MailMessage
-
- hashCode() - Method in class io.vertx.ext.mongo.FindOptions
-
- hashCode() - Method in class io.vertx.ext.mongo.UpdateOptions
-
- hasNull(int) - Method in class io.vertx.core.json.JsonArray
-
Is there a null value at position pos?
- hasPermission(String, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.rxjava.ext.auth.common.User
-
Does the user have the specified permission?
- hasPermissionObservable(String) - Method in class io.vertx.rxjava.ext.auth.common.User
-
Does the user have the specified permission?
- hasPermissions(Set<String>, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.rxjava.ext.auth.common.User
-
Does the user have all the specified permissions?
- hasPermissionsObservable(Set<String>) - Method in class io.vertx.rxjava.ext.auth.common.User
-
Does the user have all the specified permissions?
- hasRole(String, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.rxjava.ext.auth.common.User
-
Does the user have the specified role?
- hasRoleObservable(String) - Method in class io.vertx.rxjava.ext.auth.common.User
-
Does the user have the specified role?
- hasRoles(Set<String>, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.rxjava.ext.auth.common.User
-
Does the user have all the specified roles?
- hasRolesObservable(Set<String>) - Method in class io.vertx.rxjava.ext.auth.common.User
-
Does the user have all the specified roles?
- HazelcastClusterManager - Class in io.vertx.spi.cluster.hazelcast
-
A cluster manager that uses Hazelcast
- HazelcastClusterManager() - Constructor for class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
-
Constructor - gets config from classpath
- HazelcastClusterManager(Config) - Constructor for class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
-
Constructor - config supplied
- hdel(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Delete one or more hash fields
- hdel(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Delete one or more hash fields
- hdelMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Delete one or more hash fields
- hdelMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Delete one or more hash fields
- head(int, String, String) - Method in interface io.vertx.core.http.HttpClient
-
Create an HTTP HEAD request to send to the server at the specified host and port.
- head(String, String) - Method in interface io.vertx.core.http.HttpClient
-
Create an HTTP HEAD request to send to the server at the specified host and default port.
- head(int, String, String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
-
Create an HTTP HEAD request to send to the server at the specified host and port, specifying a response handler to receive
the response
- head(String, String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
-
Create an HTTP HEAD request to send to the server at the specified host and default port, specifying a response handler to receive
the response
- head(String) - Method in interface io.vertx.core.http.HttpClient
-
Create an HTTP HEAD request to send to the server at the default host and port.
- head(String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
-
Create an HTTP HEAD request to send to the server at the default host and port, specifying a response handler to receive
the response
- head() - Method in interface io.vertx.ext.web.Router
-
Add a route that matches any HTTP HEAD request
- head(String) - Method in interface io.vertx.ext.web.Router
-
Add a route that matches a HTTP HEAD request and the specified path
- head(int, String, String) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create an HTTP HEAD request to send to the server at the specified host and port.
- head(String, String) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create an HTTP HEAD request to send to the server at the specified host and default port.
- head(int, String, String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create an HTTP HEAD request to send to the server at the specified host and port, specifying a response handler to receive
the response
- head(String, String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create an HTTP HEAD request to send to the server at the specified host and default port, specifying a response handler to receive
the response
- head(String) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create an HTTP HEAD request to send to the server at the default host and port.
- head(String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create an HTTP HEAD request to send to the server at the default host and port, specifying a response handler to receive
the response
- head() - Method in class io.vertx.rxjava.ext.web.Router
-
Add a route that matches any HTTP HEAD request
- head(String) - Method in class io.vertx.rxjava.ext.web.Router
-
Add a route that matches a HTTP HEAD request and the specified path
- headAbs(String) - Method in interface io.vertx.core.http.HttpClient
-
Create an HTTP HEAD request to send to the server using an absolute URI
- headAbs(String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
-
Create an HTTP HEAD request to send to the server using an absolute URI, specifying a response handler to receive
the response
- headAbs(String) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create an HTTP HEAD request to send to the server using an absolute URI
- headAbs(String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create an HTTP HEAD request to send to the server using an absolute URI, specifying a response handler to receive
the response
- headers() - Method in interface io.vertx.core.eventbus.Message
-
Multi-map of message headers.
- headers() - Method in interface io.vertx.core.http.HttpClientRequest
-
- headers() - Method in interface io.vertx.core.http.HttpClientResponse
-
- headers() - Method in interface io.vertx.core.http.HttpServerRequest
-
- headers() - Method in interface io.vertx.core.http.HttpServerResponse
-
- headers() - Method in interface io.vertx.core.http.ServerWebSocket
-
- headers() - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
-
Return the headers corresponding to the last request for this socket or the websocket handshake
Any cookie headers will be removed for security reasons
- headers() - Method in class io.vertx.rxjava.core.eventbus.Message
-
Multi-map of message headers.
- headers() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
-
- headers() - Method in class io.vertx.rxjava.core.http.HttpClientResponse
-
- headers() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
-
- headers() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
-
- headers() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
-
- headers() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
-
Return the headers corresponding to the last request for this socket or the websocket handshake
Any cookie headers will be removed for security reasons
- headersEndHandler(Handler<Future>) - Method in interface io.vertx.core.http.HttpServerResponse
-
Provide a handler that will be called just before the headers are written to the wire.
- headersEndHandler(Handler<Future>) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
-
Provide a handler that will be called just before the headers are written to the wire.
- headNow(int, String, String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
-
Sends an HTTP HEAD request to the server at the specified host and port, specifying a response handler to receive
the response
- headNow(String, String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
-
Sends an HTTP HEAD request to the server at the specified host and default port, specifying a response handler to receive
the response
- headNow(String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
-
Sends an HTTP HEAD request to the server at the default host and port, specifying a response handler to receive
the response
- headNow(int, String, String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Sends an HTTP HEAD request to the server at the specified host and port, specifying a response handler to receive
the response
- headNow(String, String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Sends an HTTP HEAD request to the server at the specified host and default port, specifying a response handler to receive
the response
- headNow(String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Sends an HTTP HEAD request to the server at the default host and port, specifying a response handler to receive
the response
- headWithRegex(String) - Method in interface io.vertx.ext.web.Router
-
Add a route that matches a HTTP HEAD request and the specified path regex
- headWithRegex(String) - Method in class io.vertx.rxjava.ext.web.Router
-
Add a route that matches a HTTP HEAD request and the specified path regex
- headWritten() - Method in interface io.vertx.core.http.HttpServerResponse
-
- headWritten() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
-
- hexists(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Determine if a hash field exists
- hexists(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Determine if a hash field exists
- hget(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Get the value of a hash field
- hget(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get the value of a hash field
- hgetall(String, Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.redis.RedisClient
-
Get all the fields and values in a hash
- hgetall(String, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get all the fields and values in a hash
- hincrby(String, String, long, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Increment the integer value of a hash field by the given number
- hincrby(String, String, long, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Increment the integer value of a hash field by the given number
- hincrbyfloat(String, String, double, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Increment the float value of a hash field by the given amount
- hincrbyfloat(String, String, double, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Increment the float value of a hash field by the given amount
- hkeys(String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Get all the fields in a hash
- hkeys(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get all the fields in a hash
- hlen(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Get the number of fields in a hash
- hlen(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get the number of fields in a hash
- hmget(String, List<String>, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Get the values of all the given hash fields
- hmget(String, List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get the values of all the given hash fields
- hmset(String, Map<String, String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Set multiple hash fields to multiple values
- hmset(String, Map<String, String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Set multiple hash fields to multiple values
- HOST - Static variable in class io.vertx.core.http.HttpHeaders
-
Host header name
- host() - Method in interface io.vertx.core.net.SocketAddress
-
- host() - Method in class io.vertx.rxjava.core.net.SocketAddress
-
- hscan(String, String, ScanOptions, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Incrementally iterate hash fields and associated values
- hscan(String, String, ScanOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Incrementally iterate hash fields and associated values
- hset(String, String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Set the string value of a hash field
- hset(String, String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Set the string value of a hash field
- hsetnx(String, String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Set the value of a hash field, only if the field does not exist
- hsetnx(String, String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Set the value of a hash field, only if the field does not exist
- HttpClient - Interface in io.vertx.core.http
-
An asynchronous HTTP client.
- HttpClient - Class in io.vertx.rxjava.core.http
-
An asynchronous HTTP client.
- HttpClient(HttpClient) - Constructor for class io.vertx.rxjava.core.http.HttpClient
-
- HttpClientMetrics<R,W,S> - Interface in io.vertx.core.spi.metrics
-
The http client metrics SPI that Vert.x will use to call when http client events occur.
The thread model for the http server metrics depends on the actual context thats started the server.
- HttpClientOptions - Class in io.vertx.core.http
-
Options describing how an
HttpClient
will make connections.
- HttpClientOptions() - Constructor for class io.vertx.core.http.HttpClientOptions
-
Default constructor
- HttpClientOptions(HttpClientOptions) - Constructor for class io.vertx.core.http.HttpClientOptions
-
Copy constructor
- HttpClientOptions(JsonObject) - Constructor for class io.vertx.core.http.HttpClientOptions
-
Constructor to create an options from JSON
- HttpClientRequest - Interface in io.vertx.core.http
-
Represents a client-side HTTP request.
- HttpClientRequest - Class in io.vertx.rxjava.core.http
-
Represents a client-side HTTP request.
- HttpClientRequest(HttpClientRequest) - Constructor for class io.vertx.rxjava.core.http.HttpClientRequest
-
- HttpClientResponse - Interface in io.vertx.core.http
-
Represents a client-side HTTP response.
- HttpClientResponse - Class in io.vertx.rxjava.core.http
-
Represents a client-side HTTP response.
- HttpClientResponse(HttpClientResponse) - Constructor for class io.vertx.rxjava.core.http.HttpClientResponse
-
- HttpHeaders - Class in io.vertx.core.http
-
Contains often used Header names.
- HttpMethod - Enum in io.vertx.core.http
-
Represents an HTTP method
- HttpServer - Interface in io.vertx.core.http
-
An HTTP and WebSockets server.
- HttpServer - Class in io.vertx.rxjava.core.http
-
An HTTP and WebSockets server.
- HttpServer(HttpServer) - Constructor for class io.vertx.rxjava.core.http.HttpServer
-
- HttpServerFileUpload - Interface in io.vertx.core.http
-
Represents an file upload from an HTML FORM.
- HttpServerFileUpload - Class in io.vertx.rxjava.core.http
-
Represents an file upload from an HTML FORM.
- HttpServerFileUpload(HttpServerFileUpload) - Constructor for class io.vertx.rxjava.core.http.HttpServerFileUpload
-
- HttpServerMetrics<R,W,S> - Interface in io.vertx.core.spi.metrics
-
The http server metrics SPI that Vert.x will use to call when each http server event occurs.
The thread model for the http server metrics depends on the actual context thats started the server.
- HttpServerOptions - Class in io.vertx.core.http
-
- 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
-
- HttpServerRequestStream - Class in io.vertx.rxjava.core.http
-
- HttpServerRequestStream(HttpServerRequestStream) - Constructor for class io.vertx.rxjava.core.http.HttpServerRequestStream
-
- HttpServerResponse - Interface in io.vertx.core.http
-
Represents a server-side HTTP response.
- HttpServerResponse - Class in io.vertx.rxjava.core.http
-
Represents a server-side HTTP response.
- HttpServerResponse(HttpServerResponse) - Constructor for class io.vertx.rxjava.core.http.HttpServerResponse
-
- HttpVersion - Enum in io.vertx.core.http
-
Represents the version of the HTTP protocol.
- hvals(String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Get all the values in a hash
- hvals(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get all the values in a hash
- id() - Method in interface io.vertx.ext.web.Session
-
- id() - Method in class io.vertx.rxjava.ext.web.Session
-
- IDENTITY - Static variable in class io.vertx.core.http.HttpHeaders
-
identity header value
- IF_MATCH - Static variable in class io.vertx.core.http.HttpHeaders
-
If-Match header name
- IF_MODIFIED_SINCE - Static variable in class io.vertx.core.http.HttpHeaders
-
If-Modified-Since header name
- IF_NONE_MATCH - Static variable in class io.vertx.core.http.HttpHeaders
-
If-None-Match header name
- incr(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Increment the integer value of a key by one
- incr(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Increment the integer value of a key by one
- incrby(String, long, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Increment the integer value of a key by the given amount
- incrby(String, long, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Increment the integer value of a key by the given amount
- incrbyfloat(String, double, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Increment the float value of a key by the given amount
- incrbyfloat(String, double, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Increment the float value of a key by the given amount
- incrementAndGet(Handler<AsyncResult<Long>>) - Method in interface io.vertx.core.shareddata.Counter
-
Increment the counter atomically and return the new count
- incrementAndGet(Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.core.shareddata.Counter
-
Increment the counter atomically and return the new count
- incrementAndGetObservable() - Method in class io.vertx.rxjava.core.shareddata.Counter
-
Increment the counter atomically and return the new count
- inDomain(String) - Method in class io.vertx.ext.dropwizard.reporters.JmxReporter.Builder
-
- info(Object) - Method in class io.vertx.core.logging.JULLogDelegate
-
- info(Object, Throwable) - Method in class io.vertx.core.logging.JULLogDelegate
-
- info(Object) - Method in class io.vertx.core.logging.Log4jLogDelegate
-
- info(Object, Throwable) - Method in class io.vertx.core.logging.Log4jLogDelegate
-
- info(Object) - Method in class io.vertx.core.logging.Logger
-
- info(Object, Throwable) - Method in class io.vertx.core.logging.Logger
-
- info(Object) - Method in class io.vertx.core.logging.SLF4JLogDelegate
-
- info(Object, Throwable) - Method in class io.vertx.core.logging.SLF4JLogDelegate
-
- info(Object) - Method in interface io.vertx.core.spi.logging.LogDelegate
-
- info(Object, Throwable) - Method in interface io.vertx.core.spi.logging.LogDelegate
-
- info(Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.redis.RedisClient
-
Get information and statistics about the server
- info(Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get information and statistics about the server
- infoSection(String, Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.redis.RedisClient
-
Get information and statistics about the server
- infoSection(String, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get information and statistics about the server
- init(Vertx, Context) - Method in class io.vertx.core.AbstractVerticle
-
Initialise the verticle.
- init(Vertx) - Method in interface io.vertx.core.spi.VerticleFactory
-
- init(Vertx, Context) - Method in interface io.vertx.core.Verticle
-
Initialise the verticle with the Vert.x instance and the context.
- init(Vertx, Context) - Method in class io.vertx.rxjava.core.AbstractVerticle
-
- initialise() - Static method in class io.vertx.core.logging.LoggerFactory
-
- insert(String, JsonObject, Handler<AsyncResult<String>>) - Method in interface io.vertx.ext.mongo.MongoClient
-
Insert a document in the specified collection
- insert(String, JsonObject, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Insert a document in the specified collection
- insertObservable(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Insert a document in the specified collection
- InsertOptions - Enum in io.vertx.redis.op
-
- insertWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<String>>) - Method in interface io.vertx.ext.mongo.MongoClient
-
Insert a document in the specified collection with the specified write option
- insertWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Insert a document in the specified collection with the specified write option
- insertWithOptionsObservable(String, JsonObject, WriteOption) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Insert a document in the specified collection with the specified write option
- installTestApplications(Router, Vertx) - Static method in interface io.vertx.ext.web.handler.sockjs.SockJSHandler
-
Install SockJS test applications on a router - used when running the SockJS test suite
- installTestApplications(Router, Vertx) - Static method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSHandler
-
Install SockJS test applications on a router - used when running the SockJS test suite
- InternalHelper - Class in io.vertx.lang.rxjava
-
- InternalHelper() - Constructor for class io.vertx.lang.rxjava.InternalHelper
-
- invokeTestMethod(FrameworkMethod, Object, TestContext) - Method in class io.vertx.ext.unit.junit.VertxUnitRunner
-
- io.vertx.core - package io.vertx.core
-
- io.vertx.core.buffer - package io.vertx.core.buffer
-
- io.vertx.core.datagram - package io.vertx.core.datagram
-
- io.vertx.core.dns - package io.vertx.core.dns
-
- io.vertx.core.eventbus - package io.vertx.core.eventbus
-
- io.vertx.core.file - package io.vertx.core.file
-
- io.vertx.core.http - package io.vertx.core.http
-
- io.vertx.core.json - package io.vertx.core.json
-
- io.vertx.core.logging - package io.vertx.core.logging
-
- io.vertx.core.metrics - package io.vertx.core.metrics
-
- io.vertx.core.net - package io.vertx.core.net
-
- io.vertx.core.parsetools - package io.vertx.core.parsetools
-
- io.vertx.core.shareddata - package io.vertx.core.shareddata
-
- io.vertx.core.spi - package io.vertx.core.spi
-
- io.vertx.core.spi.cluster - package io.vertx.core.spi.cluster
-
- io.vertx.core.spi.logging - package io.vertx.core.spi.logging
-
- io.vertx.core.spi.metrics - package io.vertx.core.spi.metrics
-
- io.vertx.core.streams - package io.vertx.core.streams
-
- io.vertx.ext.auth - package io.vertx.ext.auth
-
- io.vertx.ext.auth.jdbc - package io.vertx.ext.auth.jdbc
-
- io.vertx.ext.auth.jwt - package io.vertx.ext.auth.jwt
-
- io.vertx.ext.auth.shiro - package io.vertx.ext.auth.shiro
-
- io.vertx.ext.dropwizard - package io.vertx.ext.dropwizard
-
- io.vertx.ext.dropwizard.reporters - package io.vertx.ext.dropwizard.reporters
-
- io.vertx.ext.jdbc - package io.vertx.ext.jdbc
-
- io.vertx.ext.jdbc.spi - package io.vertx.ext.jdbc.spi
-
- io.vertx.ext.mail - package io.vertx.ext.mail
-
- io.vertx.ext.mail.mailencoder - package io.vertx.ext.mail.mailencoder
-
- io.vertx.ext.mongo - package io.vertx.ext.mongo
-
- io.vertx.ext.unit - package io.vertx.ext.unit
-
- io.vertx.ext.unit.collect - package io.vertx.ext.unit.collect
-
- io.vertx.ext.unit.junit - package io.vertx.ext.unit.junit
-
- io.vertx.ext.unit.report - package io.vertx.ext.unit.report
-
- io.vertx.ext.web - package io.vertx.ext.web
-
- io.vertx.ext.web.handler - package io.vertx.ext.web.handler
-
- io.vertx.ext.web.handler.sockjs - package io.vertx.ext.web.handler.sockjs
-
- io.vertx.ext.web.sstore - package io.vertx.ext.web.sstore
-
- io.vertx.ext.web.templ - package io.vertx.ext.web.templ
-
- io.vertx.lang.rxjava - package io.vertx.lang.rxjava
-
- io.vertx.redis - package io.vertx.redis
-
- io.vertx.redis.op - package io.vertx.redis.op
-
- io.vertx.rx.java - package io.vertx.rx.java
-
- io.vertx.rxjava.core - package io.vertx.rxjava.core
-
- io.vertx.rxjava.core.buffer - package io.vertx.rxjava.core.buffer
-
- io.vertx.rxjava.core.datagram - package io.vertx.rxjava.core.datagram
-
- io.vertx.rxjava.core.dns - package io.vertx.rxjava.core.dns
-
- io.vertx.rxjava.core.eventbus - package io.vertx.rxjava.core.eventbus
-
- io.vertx.rxjava.core.file - package io.vertx.rxjava.core.file
-
- io.vertx.rxjava.core.http - package io.vertx.rxjava.core.http
-
- io.vertx.rxjava.core.metrics - package io.vertx.rxjava.core.metrics
-
- io.vertx.rxjava.core.net - package io.vertx.rxjava.core.net
-
- io.vertx.rxjava.core.parsetools - package io.vertx.rxjava.core.parsetools
-
- io.vertx.rxjava.core.shareddata - package io.vertx.rxjava.core.shareddata
-
- io.vertx.rxjava.core.streams - package io.vertx.rxjava.core.streams
-
- io.vertx.rxjava.ext.auth - package io.vertx.rxjava.ext.auth
-
- io.vertx.rxjava.ext.auth.common - package io.vertx.rxjava.ext.auth.common
-
- io.vertx.rxjava.ext.auth.jdbc - package io.vertx.rxjava.ext.auth.jdbc
-
- io.vertx.rxjava.ext.auth.jwt - package io.vertx.rxjava.ext.auth.jwt
-
- io.vertx.rxjava.ext.auth.shiro - package io.vertx.rxjava.ext.auth.shiro
-
- io.vertx.rxjava.ext.dropwizard - package io.vertx.rxjava.ext.dropwizard
-
- io.vertx.rxjava.ext.jdbc - package io.vertx.rxjava.ext.jdbc
-
- io.vertx.rxjava.ext.mail - package io.vertx.rxjava.ext.mail
-
- io.vertx.rxjava.ext.mongo - package io.vertx.rxjava.ext.mongo
-
- io.vertx.rxjava.ext.unit - package io.vertx.rxjava.ext.unit
-
- io.vertx.rxjava.ext.unit.collect - package io.vertx.rxjava.ext.unit.collect
-
- io.vertx.rxjava.ext.unit.report - package io.vertx.rxjava.ext.unit.report
-
- io.vertx.rxjava.ext.web - package io.vertx.rxjava.ext.web
-
- io.vertx.rxjava.ext.web.handler - package io.vertx.rxjava.ext.web.handler
-
- io.vertx.rxjava.ext.web.handler.sockjs - package io.vertx.rxjava.ext.web.handler.sockjs
-
- io.vertx.rxjava.ext.web.sstore - package io.vertx.rxjava.ext.web.sstore
-
- io.vertx.rxjava.ext.web.templ - package io.vertx.rxjava.ext.web.templ
-
- io.vertx.rxjava.redis - package io.vertx.rxjava.redis
-
- io.vertx.spi.cluster.hazelcast - package io.vertx.spi.cluster.hazelcast
-
- io.vertx.spi.cluster.hazelcast.examples - package io.vertx.spi.cluster.hazelcast.examples
-
- isActive() - Method in interface io.vertx.core.spi.cluster.ClusterManager
-
Is the cluster manager active?
- isActive() - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
-
- isAllowRcptErrors() - Method in class io.vertx.ext.mail.MailConfig
-
get if sending allows rcpt errors (default is false)
- isAuthorised(String, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.ext.auth.AbstractUser
-
- isAuthorised(String, Handler<AsyncResult<Boolean>>) - Method in interface io.vertx.ext.auth.User
-
Is the user authorised to
- isAuthorised(String, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.rxjava.ext.auth.User
-
Is the user authorised to
- isAuthorisedObservable(String) - Method in class io.vertx.rxjava.ext.auth.User
-
Is the user authorised to
- isBinary() - Method in interface io.vertx.core.http.WebSocketFrame
-
- isBinary() - Method in class io.vertx.rxjava.core.http.WebSocketFrame
-
- isBroadcast() - Method in class io.vertx.core.datagram.DatagramSocketOptions
-
- isChanged() - Method in interface io.vertx.ext.web.Cookie
-
Has the cookie been changed? Changed cookies will be saved out in the response and sent to the browser.
- isChanged() - Method in class io.vertx.rxjava.ext.web.Cookie
-
Has the cookie been changed? Changed cookies will be saved out in the response and sent to the browser.
- isChunked() - Method in interface io.vertx.core.http.HttpClientRequest
-
- isChunked() - Method in interface io.vertx.core.http.HttpServerResponse
-
- isChunked() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
-
- isChunked() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
-
- isClientAuthRequired() - Method in class io.vertx.core.net.NetServerOptions
-
- isClustered() - Method in interface io.vertx.core.Vertx
-
Is this Vert.x instance clustered?
- isClustered() - Method in class io.vertx.core.VertxOptions
-
Is the Vert.x instance clustered?
- isClustered() - Method in class io.vertx.rxjava.core.Vertx
-
Is this Vert.x instance clustered?
- isComplete() - Method in interface io.vertx.core.Future
-
Has the future completed?
- isComplete() - Method in class io.vertx.rxjava.core.Future
-
Has the future completed?
- isCompleted() - Method in interface io.vertx.ext.unit.TestCompletion
-
- isCompleted() - Method in class io.vertx.rxjava.ext.unit.TestCompletion
-
- isCompressionSupported() - Method in class io.vertx.core.http.HttpServerOptions
-
- isContinuation() - Method in interface io.vertx.core.http.WebSocketFrame
-
- isContinuation() - Method in class io.vertx.rxjava.core.http.WebSocketFrame
-
- isCreate() - Method in class io.vertx.core.file.OpenOptions
-
Should the file be created if it does not already exist?
- isCreateNew() - Method in class io.vertx.core.file.OpenOptions
-
Should the file be created if and the open fail if it already exists?
- isDebugEnabled() - Method in class io.vertx.core.logging.JULLogDelegate
-
- isDebugEnabled() - Method in class io.vertx.core.logging.Log4jLogDelegate
-
- isDebugEnabled() - Method in class io.vertx.core.logging.Logger
-
- isDebugEnabled() - Method in class io.vertx.core.logging.SLF4JLogDelegate
-
- isDebugEnabled() - Method in interface io.vertx.core.spi.logging.LogDelegate
-
- isDeleteOnClose() - Method in class io.vertx.core.file.OpenOptions
-
Should the file be deleted when it's closed, or the JVM is shutdown.
- isDestroyed() - Method in interface io.vertx.ext.web.Session
-
- isDestroyed() - Method in class io.vertx.rxjava.ext.web.Session
-
- isDirectory() - Method in interface io.vertx.core.file.FileProps
-
Is the file a directory?
- isDirectory() - Method in class io.vertx.rxjava.core.file.FileProps
-
Is the file a directory?
- isDSync() - Method in class io.vertx.core.file.OpenOptions
-
If true then every write to the file's content will be written synchronously to the underlying hardware.
- isEmpty() - Method in class io.vertx.core.http.CaseInsensitiveHeaders
-
- isEmpty() - Method in class io.vertx.core.json.JsonArray
-
Are there zero items in this JSON array?
- isEmpty() - Method in class io.vertx.core.json.JsonObject
-
Is this object entry?
- isEmpty() - Method in interface io.vertx.core.MultiMap
-
Return true if empty
- isEmpty() - Method in interface io.vertx.core.shareddata.LocalMap
-
- isEmpty() - Method in interface io.vertx.core.spi.cluster.ChoosableIterable
-
Is it empty?
- isEmpty() - Method in class io.vertx.rxjava.core.MultiMap
-
Return true if empty
- isEmpty() - Method in class io.vertx.rxjava.core.shareddata.LocalMap
-
- isEnabled() - Method in class io.vertx.core.metrics.MetricsOptions
-
Will metrics be enabled on the Vert.x instance?
- isEnabled() - Method in interface io.vertx.core.spi.metrics.Metrics
-
Whether the metrics are enabled.
- isEnded() - Method in interface io.vertx.core.http.HttpServerRequest
-
Has the request ended? I.e.
- isEnded() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
-
Has the request ended? I.e.
- isError() - Method in interface io.vertx.ext.unit.report.Failure
-
- isError() - Method in class io.vertx.rxjava.ext.unit.report.Failure
-
- isEventLoopContext() - Method in interface io.vertx.core.Context
-
Is the current context an event loop context?
- isEventLoopContext() - Method in class io.vertx.rxjava.core.Context
-
Is the current context an event loop context?
- isExpectMultipart() - Method in interface io.vertx.core.http.HttpServerRequest
-
- isExpectMultipart() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
-
- isFailed() - Method in interface io.vertx.ext.unit.TestCompletion
-
- isFailed() - Method in class io.vertx.rxjava.ext.unit.TestCompletion
-
- isFinal() - Method in interface io.vertx.core.http.WebSocketFrame
-
- isFinal() - Method in class io.vertx.rxjava.core.http.WebSocketFrame
-
- isFixedHeaders() - Method in class io.vertx.ext.mail.MailMessage
-
get whether our own headers should be the only headers added to the message
- isHa() - Method in class io.vertx.core.DeploymentOptions
-
Will the verticle(s) be deployed as HA (highly available) ?
- isHAEnabled() - Method in class io.vertx.core.VertxOptions
-
Will HA be enabled on the Vert.x instance?
- isInfoEnabled() - Method in class io.vertx.core.logging.JULLogDelegate
-
- isInfoEnabled() - Method in class io.vertx.core.logging.Log4jLogDelegate
-
- isInfoEnabled() - Method in class io.vertx.core.logging.Logger
-
- isInfoEnabled() - Method in class io.vertx.core.logging.SLF4JLogDelegate
-
- isInfoEnabled() - Method in interface io.vertx.core.spi.logging.LogDelegate
-
- isInsertJSESSIONID() - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
-
- isIpV6() - Method in class io.vertx.core.datagram.DatagramSocketOptions
-
- isJmxEnabled() - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
Will JMX be enabled on the Vert.x instance?
- isKeepAlive() - Method in class io.vertx.core.http.HttpClientOptions
-
Is keep alive enabled on the client?
- isKeepAlive() - Method in class io.vertx.ext.mail.MailConfig
-
get if connection pool is enabled
default is true
- isLoopbackModeDisabled() - Method in class io.vertx.core.datagram.DatagramSocketOptions
-
- isMetricsEnabled() - Method in interface io.vertx.core.metrics.Measured
-
Whether the metrics are enabled for this measured object
- isMetricsEnabled() - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
-
Whether the metrics are enabled for this measured object
- isMetricsEnabled() - Method in class io.vertx.rxjava.core.eventbus.EventBus
-
Whether the metrics are enabled for this measured object
- isMetricsEnabled() - Method in class io.vertx.rxjava.core.http.HttpClient
-
Whether the metrics are enabled for this measured object
- isMetricsEnabled() - Method in class io.vertx.rxjava.core.http.HttpServer
-
Whether the metrics are enabled for this measured object
- isMetricsEnabled() - Method in interface io.vertx.rxjava.core.metrics.Measured
-
Whether the metrics are enabled for this measured object
- isMetricsEnabled() - Method in class io.vertx.rxjava.core.net.NetClient
-
Whether the metrics are enabled for this measured object
- isMetricsEnabled() - Method in class io.vertx.rxjava.core.net.NetServer
-
Whether the metrics are enabled for this measured object
- isMetricsEnabled() - Method in class io.vertx.rxjava.core.Vertx
-
Whether the metrics are enabled for this measured object
- isMulti() - Method in class io.vertx.ext.mongo.UpdateOptions
-
Get whether multi is enabled.
- isMultiThreaded() - Method in class io.vertx.core.DeploymentOptions
-
Should the verticle(s) be deployed as a multi-threaded worker verticle?
- isMultiThreadedWorkerContext() - Method in interface io.vertx.core.Context
-
Is the current context a multi-threaded worker context?
- isMultiThreadedWorkerContext() - Method in class io.vertx.rxjava.core.Context
-
Is the current context a multi-threaded worker context?
- isOnEventLoopThread() - Static method in interface io.vertx.core.Context
-
Is the current thread an event thread?
- isOnEventLoopThread() - Static method in class io.vertx.rxjava.core.Context
-
Is the current thread an event thread?
- isOnVertxThread() - Static method in interface io.vertx.core.Context
-
Is the current thread a Vert.x thread? That's either a worker thread or an event loop thread
- isOnVertxThread() - Static method in class io.vertx.rxjava.core.Context
-
Is the current thread a Vert.x thread? That's either a worker thread or an event loop thread
- isOnWorkerThread() - Static method in interface io.vertx.core.Context
-
Is the current thread a worker thread?
- isOnWorkerThread() - Static method in class io.vertx.rxjava.core.Context
-
Is the current thread a worker thread?
- isOther() - Method in interface io.vertx.core.file.FileProps
-
Is the file some other type? (I.e.
- isOther() - Method in class io.vertx.rxjava.core.file.FileProps
-
Is the file some other type? (I.e.
- isPipelining() - Method in class io.vertx.core.http.HttpClientOptions
-
Is pipe-lining enabled on the client
- isRead() - Method in class io.vertx.core.file.OpenOptions
-
Is the file to opened for reading?
- isRegistered() - Method in interface io.vertx.core.eventbus.MessageConsumer
-
- isRegistered() - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
-
- isRegularFile() - Method in interface io.vertx.core.file.FileProps
-
Is the file a regular file?
- isRegularFile() - Method in class io.vertx.rxjava.core.file.FileProps
-
Is the file a regular file?
- isReuseAddress() - Method in class io.vertx.core.net.NetworkOptions
-
- isSizeAvailable() - Method in interface io.vertx.core.http.HttpServerFileUpload
-
- isSizeAvailable() - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
-
- isSparse() - Method in class io.vertx.core.file.OpenOptions
-
Set whether a hint should be provided that the file to created is sparse
- isSsl() - Method in interface io.vertx.core.net.NetSocket
-
- isSsl() - Method in class io.vertx.core.net.TCPSSLOptions
-
- isSsl() - Method in class io.vertx.ext.mail.MailConfig
-
get whether ssl is used on connect
- isSsl() - Method in class io.vertx.rxjava.core.net.NetSocket
-
- isSucceeded() - Method in interface io.vertx.ext.unit.TestCompletion
-
- isSucceeded() - Method in class io.vertx.rxjava.ext.unit.TestCompletion
-
- isSymbolicLink() - Method in interface io.vertx.core.file.FileProps
-
Is the file a symbolic link?
- isSymbolicLink() - Method in class io.vertx.rxjava.core.file.FileProps
-
Is the file a symbolic link?
- isSync() - Method in class io.vertx.core.file.OpenOptions
-
If true then every write to the file's content and metadata will be written synchronously to the underlying hardware.
- isTcpKeepAlive() - Method in class io.vertx.core.net.TCPSSLOptions
-
- isTcpNoDelay() - Method in class io.vertx.core.net.TCPSSLOptions
-
- isText() - Method in interface io.vertx.core.http.WebSocketFrame
-
- isText() - Method in class io.vertx.rxjava.core.http.WebSocketFrame
-
- isTraceEnabled() - Method in class io.vertx.core.logging.JULLogDelegate
-
- isTraceEnabled() - Method in class io.vertx.core.logging.Log4jLogDelegate
-
- isTraceEnabled() - Method in class io.vertx.core.logging.Logger
-
- isTraceEnabled() - Method in class io.vertx.core.logging.SLF4JLogDelegate
-
- isTraceEnabled() - Method in interface io.vertx.core.spi.logging.LogDelegate
-
- isTruncateExisting() - Method in class io.vertx.core.file.OpenOptions
-
If the file exists and is opened for writing should the file be truncated to zero length on open?
- isTrustAll() - Method in class io.vertx.core.net.ClientOptionsBase
-
- isTrustAll() - Method in class io.vertx.ext.mail.MailConfig
-
get whether to trust all certificates on ssl connect
- isTryUseCompression() - Method in class io.vertx.core.http.HttpClientOptions
-
Is compression enabled on the client?
- isUpsert() - Method in class io.vertx.ext.mongo.UpdateOptions
-
Get whether upsert is enabled
- isUseEventLoop() - Method in class io.vertx.ext.unit.TestOptions
-
- isUsePooledBuffers() - Method in class io.vertx.core.net.TCPSSLOptions
-
- isVerifyHost() - Method in class io.vertx.core.http.HttpClientOptions
-
Is hostname verification (for SSL/TLS) enabled?
- isWorker() - Method in class io.vertx.core.DeploymentOptions
-
Should the verticle(s) be deployed as a worker verticle?
- isWorkerContext() - Method in interface io.vertx.core.Context
-
Is the current context a worker context?
- isWorkerContext() - Method in class io.vertx.rxjava.core.Context
-
Is the current context a worker context?
- isWrite() - Method in class io.vertx.core.file.OpenOptions
-
Is the file to opened for writing?
- iterator() - Method in class io.vertx.core.http.CaseInsensitiveHeaders
-
- iterator() - Method in class io.vertx.core.json.JsonArray
-
Get an Iterator over the values in the JSON array
- iterator() - Method in class io.vertx.core.json.JsonObject
-
Get an Iterator of the entries in the JSON object.
- PacketWritestream - Interface in io.vertx.core.datagram
-
- PacketWritestream - Class in io.vertx.rxjava.core.datagram
-
- PacketWritestream(PacketWritestream) - Constructor for class io.vertx.rxjava.core.datagram.PacketWritestream
-
- params() - Method in interface io.vertx.core.http.HttpServerRequest
-
- params() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
-
- patch() - Method in interface io.vertx.ext.web.Router
-
Add a route that matches any HTTP PATCH request
- patch(String) - Method in interface io.vertx.ext.web.Router
-
Add a route that matches a HTTP PATCH request and the specified path
- patch() - Method in class io.vertx.rxjava.ext.web.Router
-
Add a route that matches any HTTP PATCH request
- patch(String) - Method in class io.vertx.rxjava.ext.web.Router
-
Add a route that matches a HTTP PATCH request and the specified path
- patchWithRegex(String) - Method in interface io.vertx.ext.web.Router
-
Add a route that matches a HTTP PATCH request and the specified path regex
- patchWithRegex(String) - Method in class io.vertx.rxjava.ext.web.Router
-
Add a route that matches a HTTP PATCH request and the specified path regex
- path() - Method in interface io.vertx.core.http.HttpServerRequest
-
- path() - Method in interface io.vertx.core.http.ServerWebSocket
-
- path(String) - Method in interface io.vertx.ext.web.Route
-
Set the path prefix for this route.
- path() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
-
- path() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
-
- path(String) - Method in class io.vertx.rxjava.ext.web.Route
-
Set the path prefix for this route.
- pathRegex(String) - Method in interface io.vertx.ext.web.Route
-
Set the path prefix as a regular expression.
- pathRegex(String) - Method in class io.vertx.rxjava.ext.web.Route
-
Set the path prefix as a regular expression.
- pause() - Method in interface io.vertx.core.datagram.DatagramSocket
-
- pause() - Method in interface io.vertx.core.eventbus.MessageConsumer
-
- pause() - Method in interface io.vertx.core.file.AsyncFile
-
- pause() - Method in interface io.vertx.core.http.HttpClientRequest
-
- pause() - Method in interface io.vertx.core.http.HttpClientResponse
-
- pause() - Method in interface io.vertx.core.http.HttpServerFileUpload
-
- pause() - Method in interface io.vertx.core.http.HttpServerRequest
-
- pause() - Method in interface io.vertx.core.http.HttpServerRequestStream
-
- pause() - Method in interface io.vertx.core.http.ServerWebSocket
-
- pause() - Method in interface io.vertx.core.http.ServerWebSocketStream
-
- pause() - Method in interface io.vertx.core.http.WebSocket
-
- pause() - Method in interface io.vertx.core.http.WebSocketBase
-
- pause() - Method in interface io.vertx.core.http.WebSocketStream
-
- pause() - Method in interface io.vertx.core.net.NetSocket
-
- pause() - Method in interface io.vertx.core.net.NetSocketStream
-
- pause() - Method in interface io.vertx.core.streams.ReadStream
-
Pause the ReadSupport
.
- pause() - Method in interface io.vertx.core.TimeoutStream
-
- pause() - Method in interface io.vertx.ext.unit.report.TestSuiteReport
-
- pause() - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
-
- pause() - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
-
- pause() - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
-
- pause() - Method in class io.vertx.rxjava.core.file.AsyncFile
-
- pause() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
-
- pause() - Method in class io.vertx.rxjava.core.http.HttpClientResponse
-
- pause() - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
-
- pause() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
-
- pause() - Method in class io.vertx.rxjava.core.http.HttpServerRequestStream
-
- pause() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
-
- pause() - Method in class io.vertx.rxjava.core.http.ServerWebSocketStream
-
- pause() - Method in class io.vertx.rxjava.core.http.WebSocket
-
- pause() - Method in interface io.vertx.rxjava.core.http.WebSocketBase
-
- pause() - Method in class io.vertx.rxjava.core.http.WebSocketStream
-
- pause() - Method in class io.vertx.rxjava.core.net.NetSocket
-
- pause() - Method in class io.vertx.rxjava.core.net.NetSocketStream
-
- pause() - Method in interface io.vertx.rxjava.core.streams.ReadStream
-
Pause the ReadSupport
.
- pause() - Method in class io.vertx.rxjava.core.TimeoutStream
-
- pause() - Method in class io.vertx.rxjava.ext.unit.report.TestSuiteReport
-
- pause() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
-
- peerCertificateChain() - Method in interface io.vertx.core.http.HttpServerRequest
-
- peerCertificateChain() - Method in interface io.vertx.core.http.ServerWebSocket
-
- peerCertificateChain() - Method in interface io.vertx.core.net.NetSocket
-
- PemKeyCertOptions - Class in io.vertx.core.net
-
Key store options configuring a private key and its certificate based on
Privacy-enhanced Electronic Email (PEM) files.
- PemKeyCertOptions() - Constructor for class io.vertx.core.net.PemKeyCertOptions
-
Default constructor
- PemKeyCertOptions(PemKeyCertOptions) - Constructor for class io.vertx.core.net.PemKeyCertOptions
-
Copy constructor
- PemKeyCertOptions(JsonObject) - Constructor for class io.vertx.core.net.PemKeyCertOptions
-
Create options from JSON
- PemTrustOptions - Class in io.vertx.core.net
-
Certificate Authority options configuring certificates based on
Privacy-enhanced Electronic Email (PEM) files.
- PemTrustOptions() - Constructor for class io.vertx.core.net.PemTrustOptions
-
Default constructor
- PemTrustOptions(PemTrustOptions) - Constructor for class io.vertx.core.net.PemTrustOptions
-
Copy constructor
- PemTrustOptions(JsonObject) - Constructor for class io.vertx.core.net.PemTrustOptions
-
Create options from JSON
- periodicStream(long) - Method in interface io.vertx.core.Vertx
-
Returns a periodic timer as a read stream.
- periodicStream(long) - Method in class io.vertx.rxjava.core.Vertx
-
Returns a periodic timer as a read stream.
- PermittedOptions - Class in io.vertx.ext.web.handler.sockjs
-
Specify a match to allow for inbound and outbound traffic using the
BridgeOptions
.
- PermittedOptions() - Constructor for class io.vertx.ext.web.handler.sockjs.PermittedOptions
-
- PermittedOptions(PermittedOptions) - Constructor for class io.vertx.ext.web.handler.sockjs.PermittedOptions
-
- PermittedOptions(JsonObject) - Constructor for class io.vertx.ext.web.handler.sockjs.PermittedOptions
-
- persist(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Remove the expiration from a key
- persist(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Remove the expiration from a key
- pexpire(String, long, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Set a key's time to live in milliseconds
- pexpire(String, long, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Set a key's time to live in milliseconds
- pexpireat(String, long, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Set the expiration for a key as a UNIX timestamp specified in milliseconds
- pexpireat(String, long, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Set the expiration for a key as a UNIX timestamp specified in milliseconds
- pfadd(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Adds the specified element to the specified HyperLogLog.
- pfadd(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Adds the specified element to the specified HyperLogLog.
- pfaddMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Adds the specified elements to the specified HyperLogLog.
- pfaddMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Adds the specified elements to the specified HyperLogLog.
- pfcount(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Return the approximated cardinality of the set observed by the HyperLogLog at key.
- pfcount(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Return the approximated cardinality of the set observed by the HyperLogLog at key.
- pfcountMany(List<String>, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).
- pfcountMany(List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).
- pfmerge(String, List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Merge N different HyperLogLogs into a single one.
- pfmerge(String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Merge N different HyperLogLogs into a single one.
- PfxOptions - Class in io.vertx.core.net
-
Key or trust store options configuring private key and/or certificates based on PKCS#12 files.
- PfxOptions() - Constructor for class io.vertx.core.net.PfxOptions
-
Default constructor
- PfxOptions(PfxOptions) - Constructor for class io.vertx.core.net.PfxOptions
-
Copy constructor
- PfxOptions(JsonObject) - Constructor for class io.vertx.core.net.PfxOptions
-
Create options from JSON
- ping(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Ping the server
- ping(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Ping the server
- port() - Method in interface io.vertx.core.dns.SrvRecord
-
Returns the port the service is running on.
- port() - Method in interface io.vertx.core.net.SocketAddress
-
- port() - Method in class io.vertx.rxjava.core.dns.SrvRecord
-
Returns the port the service is running on.
- port() - Method in class io.vertx.rxjava.core.net.SocketAddress
-
- post(int, String, String) - Method in interface io.vertx.core.http.HttpClient
-
Create an HTTP POST request to send to the server at the specified host and port.
- post(String, String) - Method in interface io.vertx.core.http.HttpClient
-
Create an HTTP POST request to send to the server at the specified host and default port.
- post(int, String, String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
-
Create an HTTP POST request to send to the server at the specified host and port, specifying a response handler to receive
the response
- post(String, String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
-
Create an HTTP POST request to send to the server at the specified host and default port, specifying a response handler to receive
the response
- post(String) - Method in interface io.vertx.core.http.HttpClient
-
Create an HTTP POST request to send to the server at the default host and port.
- post(String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
-
Create an HTTP POST request to send to the server at the default host and port, specifying a response handler to receive
the response
- post() - Method in interface io.vertx.ext.web.Router
-
Add a route that matches any HTTP POST request
- post(String) - Method in interface io.vertx.ext.web.Router
-
Add a route that matches a HTTP POST request and the specified path
- post(int, String, String) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create an HTTP POST request to send to the server at the specified host and port.
- post(String, String) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create an HTTP POST request to send to the server at the specified host and default port.
- post(int, String, String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create an HTTP POST request to send to the server at the specified host and port, specifying a response handler to receive
the response
- post(String, String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create an HTTP POST request to send to the server at the specified host and default port, specifying a response handler to receive
the response
- post(String) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create an HTTP POST request to send to the server at the default host and port.
- post(String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create an HTTP POST request to send to the server at the default host and port, specifying a response handler to receive
the response
- post() - Method in class io.vertx.rxjava.ext.web.Router
-
Add a route that matches any HTTP POST request
- post(String) - Method in class io.vertx.rxjava.ext.web.Router
-
Add a route that matches a HTTP POST request and the specified path
- postAbs(String) - Method in interface io.vertx.core.http.HttpClient
-
Create an HTTP POST request to send to the server using an absolute URI
- postAbs(String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
-
Create an HTTP POST request to send to the server using an absolute URI, specifying a response handler to receive
the response
- postAbs(String) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create an HTTP POST request to send to the server using an absolute URI
- postAbs(String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create an HTTP POST request to send to the server using an absolute URI, specifying a response handler to receive
the response
- postWithRegex(String) - Method in interface io.vertx.ext.web.Router
-
Add a route that matches a HTTP POST request and the specified path regex
- postWithRegex(String) - Method in class io.vertx.rxjava.ext.web.Router
-
Add a route that matches a HTTP POST request and the specified path regex
- prefix() - Method in interface io.vertx.core.spi.VerticleFactory
-
- prettyMapper - Static variable in class io.vertx.core.json.Json
-
- principal() - Method in interface io.vertx.ext.auth.User
-
Get the underlying principal for the User.
- principal() - Method in class io.vertx.rxjava.ext.auth.common.User
-
Get the underlying principal for the User.
- principal() - Method in class io.vertx.rxjava.ext.auth.User
-
Get the underlying principal for the User.
- priority() - Method in interface io.vertx.core.dns.MxRecord
-
The priority of the MX record.
- priority() - Method in interface io.vertx.core.dns.SrvRecord
-
Returns the priority for this service record.
- priority() - Method in class io.vertx.rxjava.core.dns.MxRecord
-
The priority of the MX record.
- priority() - Method in class io.vertx.rxjava.core.dns.SrvRecord
-
Returns the priority for this service record.
- PROCESS_ARGS - Static variable in class io.vertx.core.Starter
-
- processArgs() - Method in class io.vertx.core.AbstractVerticle
-
Get the arguments used when deploying the Vert.x process.
- processArgs() - Method in interface io.vertx.core.Context
-
The process args
- processArgs() - Method in class io.vertx.rxjava.core.Context
-
The process args
- produces(String) - Method in interface io.vertx.ext.web.Route
-
Add a content type produced by this route.
- produces(String) - Method in class io.vertx.rxjava.ext.web.Route
-
Add a content type produced by this route.
- PROPERTIES_PROPS_PATH_FIELD - Static variable in interface io.vertx.ext.auth.shiro.PropertiesProviderConstants
-
The path where to look for the properties file
- PropertiesProviderConstants - Interface in io.vertx.ext.auth.shiro
-
Configuration keys used when configuring a Shiro properties auth realm
- props(String, Handler<AsyncResult<FileProps>>) - Method in interface io.vertx.core.file.FileSystem
-
Obtain properties for the file represented by path
, asynchronously.
- props(String, Handler<AsyncResult<FileProps>>) - Method in class io.vertx.rxjava.core.file.FileSystem
-
Obtain properties for the file represented by path
, asynchronously.
- propsBlocking(String) - Method in interface io.vertx.core.file.FileSystem
-
- propsBlocking(String) - Method in class io.vertx.rxjava.core.file.FileSystem
-
- propsObservable(String) - Method in class io.vertx.rxjava.core.file.FileSystem
-
Obtain properties for the file represented by path
, asynchronously.
- protocol() - Method in interface io.vertx.core.dns.SrvRecord
-
Returns the protocol for the service being queried (i.e.
- protocol() - Method in class io.vertx.rxjava.core.dns.SrvRecord
-
Returns the protocol for the service being queried (i.e.
- PROXY_AUTHENTICATE - Static variable in class io.vertx.core.http.HttpHeaders
-
Proxy-Authenticate header name
- PROXY_AUTHORIZATION - Static variable in class io.vertx.core.http.HttpHeaders
-
Proxy-Authorization header name
- psetex(String, long, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
-
Set the value and expiration in milliseconds of a key
- psetex(String, long, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Set the value and expiration in milliseconds of a key
- psubscribe(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
-
Listen for messages published to channels matching the given pattern
- psubscribe(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Listen for messages published to channels matching the given pattern
- psubscribeMany(List<String>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
-
Listen for messages published to channels matching the given patterns
- psubscribeMany(List<String>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Listen for messages published to channels matching the given patterns
- pttl(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Get the time to live for a key in milliseconds
- pttl(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get the time to live for a key in milliseconds
- publish(String, Object) - Method in interface io.vertx.core.eventbus.EventBus
-
Publish a message.
- publish(String, Object, DeliveryOptions) - Method in interface io.vertx.core.eventbus.EventBus
-
- publish(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Post a message to a channel
- publish(String, Object) - Method in class io.vertx.rxjava.core.eventbus.EventBus
-
Publish a message.
- publish(String, Object, DeliveryOptions) - Method in class io.vertx.rxjava.core.eventbus.EventBus
-
- publish(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Post a message to a channel
- publisher(String) - Method in interface io.vertx.core.eventbus.EventBus
-
Create a message publisher against the specified address.
- publisher(String, DeliveryOptions) - Method in interface io.vertx.core.eventbus.EventBus
-
- 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
-
- pubsubChannels(String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Lists the currently active channels - only those matching the pattern
- pubsubChannels(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Lists the currently active channels - only those matching the pattern
- pubsubNumpat(Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Returns the number of subscriptions to patterns (that are performed using the PSUBSCRIBE command)
- pubsubNumpat(Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Returns the number of subscriptions to patterns (that are performed using the PSUBSCRIBE command)
- pubsubNumsub(List<String>, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Returns the number of subscribers (not counting clients subscribed to patterns) for the specified channels
- pubsubNumsub(List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Returns the number of subscribers (not counting clients subscribed to patterns) for the specified channels
- pump(ReadStream<T>, WriteStream<T>) - Method in interface io.vertx.core.spi.PumpFactory
-
- pump(ReadStream<T>, WriteStream<T>, int) - Method in interface io.vertx.core.spi.PumpFactory
-
- Pump - Interface in io.vertx.core.streams
-
Pumps data from a
ReadStream
to a
WriteStream
and performs flow control where necessary to
prevent the write stream buffer from getting overfull.
- pump(ReadStream<T>, WriteStream<T>) - Static method in interface io.vertx.core.streams.Pump
-
Create a new Pump
with the given ReadStream
and WriteStream
- pump(ReadStream<T>, WriteStream<T>, int) - Static method in interface io.vertx.core.streams.Pump
-
Create a new Pump
with the given ReadStream
and WriteStream
and
writeQueueMaxSize
- Pump - Class in io.vertx.rxjava.core.streams
-
Pumps data from a
ReadStream
to a
WriteStream
and performs flow control where necessary to
prevent the write stream buffer from getting overfull.
- Pump(Pump) - Constructor for class io.vertx.rxjava.core.streams.Pump
-
- pump(ReadStream<T>, WriteStream<T>) - Static method in class io.vertx.rxjava.core.streams.Pump
-
Create a new Pump
with the given ReadStream
and WriteStream
- pump(ReadStream<T>, WriteStream<T>, int) - Static method in class io.vertx.rxjava.core.streams.Pump
-
Create a new Pump
with the given ReadStream
and WriteStream
and
writeQueueMaxSize
- PumpFactory - Interface in io.vertx.core.spi
-
- punsubscribe(List<String>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
-
Stop listening for messages posted to channels matching the given patterns
- punsubscribe(List<String>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Stop listening for messages posted to channels matching the given patterns
- put(String, Object) - Method in interface io.vertx.core.Context
-
Put some data in the context.
- put(int, String, String) - Method in interface io.vertx.core.http.HttpClient
-
Create an HTTP PUT request to send to the server at the specified host and port.
- put(String, String) - Method in interface io.vertx.core.http.HttpClient
-
Create an HTTP PUT request to send to the server at the specified host and default port.
- put(int, String, String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
-
Create an HTTP PUT request to send to the server at the specified host and port, specifying a response handler to receive
the response
- put(String, String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
-
Create an HTTP PUT request to send to the server at the specified host and default port, specifying a response handler to receive
the response
- put(String) - Method in interface io.vertx.core.http.HttpClient
-
Create an HTTP PUT request to send to the server at the default host and port.
- put(String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
-
Create an HTTP PUT request to send to the server at the default host and port, specifying a response handler to receive
the response
- put(String, Enum) - Method in class io.vertx.core.json.JsonObject
-
Put an Enum into the JSON object with the specified key.
- put(String, CharSequence) - Method in class io.vertx.core.json.JsonObject
-
Put an CharSequence into the JSON object with the specified key.
- put(String, String) - Method in class io.vertx.core.json.JsonObject
-
Put a String into the JSON object with the specified key.
- put(String, Integer) - Method in class io.vertx.core.json.JsonObject
-
Put an Integer into the JSON object with the specified key.
- put(String, Long) - Method in class io.vertx.core.json.JsonObject
-
Put a Long into the JSON object with the specified key.
- put(String, Double) - Method in class io.vertx.core.json.JsonObject
-
Put a Double into the JSON object with the specified key.
- put(String, Float) - Method in class io.vertx.core.json.JsonObject
-
Put a Float into the JSON object with the specified key.
- put(String, Boolean) - Method in class io.vertx.core.json.JsonObject
-
Put a Boolean into the JSON object with the specified key.
- put(String, JsonObject) - Method in class io.vertx.core.json.JsonObject
-
Put another JSON object into the JSON object with the specified key.
- put(String, JsonArray) - Method in class io.vertx.core.json.JsonObject
-
Put a JSON array into the JSON object with the specified key.
- put(String, byte[]) - Method in class io.vertx.core.json.JsonObject
-
Put a byte[] into the JSON object with the specified key.
- put(String, Object) - Method in class io.vertx.core.json.JsonObject
-
Put an Object into the JSON object with the specified key.
- put(K, V, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.shareddata.AsyncMap
-
Put a value in the map, asynchronously.
- put(K, V, long, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.shareddata.AsyncMap
-
- put(K, V) - Method in interface io.vertx.core.shareddata.LocalMap
-
Put an entry in the map
- put(String, Object) - Method in interface io.vertx.ext.unit.TestContext
-
Put some data in the context.
- put() - Method in interface io.vertx.ext.web.Router
-
Add a route that matches any HTTP PUT request
- put(String) - Method in interface io.vertx.ext.web.Router
-
Add a route that matches a HTTP PUT request and the specified path
- put(String, Object) - Method in interface io.vertx.ext.web.RoutingContext
-
Put some arbitrary data in the context.
- put(String, Object) - Method in interface io.vertx.ext.web.Session
-
Put some data in a session
- put(Session, Handler<AsyncResult<Boolean>>) - Method in interface io.vertx.ext.web.sstore.SessionStore
-
Add a session with the specified ID
- put(String, Object) - Method in class io.vertx.rxjava.core.Context
-
Put some data in the context.
- put(int, String, String) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create an HTTP PUT request to send to the server at the specified host and port.
- put(String, String) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create an HTTP PUT request to send to the server at the specified host and default port.
- put(int, String, String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create an HTTP PUT request to send to the server at the specified host and port, specifying a response handler to receive
the response
- put(String, String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create an HTTP PUT request to send to the server at the specified host and default port, specifying a response handler to receive
the response
- put(String) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create an HTTP PUT request to send to the server at the default host and port.
- put(String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create an HTTP PUT request to send to the server at the default host and port, specifying a response handler to receive
the response
- put(K, V, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
-
Put a value in the map, asynchronously.
- put(K, V, long, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
-
- put(K, V) - Method in class io.vertx.rxjava.core.shareddata.LocalMap
-
Put an entry in the map
- put(String, Object) - Method in class io.vertx.rxjava.ext.unit.TestContext
-
Put some data in the context.
- put() - Method in class io.vertx.rxjava.ext.web.Router
-
Add a route that matches any HTTP PUT request
- put(String) - Method in class io.vertx.rxjava.ext.web.Router
-
Add a route that matches a HTTP PUT request and the specified path
- put(String, Object) - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
Put some arbitrary data in the context.
- put(String, Object) - Method in class io.vertx.rxjava.ext.web.Session
-
Put some data in a session
- put(Session, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
-
Add a session with the specified ID
- putAbs(String) - Method in interface io.vertx.core.http.HttpClient
-
Create an HTTP PUT request to send to the server using an absolute URI
- putAbs(String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
-
Create an HTTP PUT request to send to the server using an absolute URI, specifying a response handler to receive
the response
- putAbs(String) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create an HTTP PUT request to send to the server using an absolute URI
- putAbs(String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create an HTTP PUT request to send to the server using an absolute URI, specifying a response handler to receive
the response
- putHeader(String, String) - Method in interface io.vertx.core.http.HttpClientRequest
-
Put an HTTP header
- putHeader(CharSequence, CharSequence) - Method in interface io.vertx.core.http.HttpClientRequest
-
- putHeader(String, Iterable<String>) - Method in interface io.vertx.core.http.HttpClientRequest
-
Put an HTTP header with multiple values
- putHeader(CharSequence, Iterable<CharSequence>) - Method in interface io.vertx.core.http.HttpClientRequest
-
- putHeader(String, String) - Method in interface io.vertx.core.http.HttpServerResponse
-
Put an HTTP header
- putHeader(CharSequence, CharSequence) - Method in interface io.vertx.core.http.HttpServerResponse
-
- putHeader(String, Iterable<String>) - Method in interface io.vertx.core.http.HttpServerResponse
-
- putHeader(CharSequence, Iterable<CharSequence>) - Method in interface io.vertx.core.http.HttpServerResponse
-
- putHeader(String, String) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
-
Put an HTTP header
- putHeader(String, String) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
-
Put an HTTP header
- putIfAbsent(K, V, Handler<AsyncResult<V>>) - Method in interface io.vertx.core.shareddata.AsyncMap
-
Put the entry only if there is no entry with the key already present.
- putIfAbsent(K, V, long, Handler<AsyncResult<V>>) - Method in interface io.vertx.core.shareddata.AsyncMap
-
- putIfAbsent(K, V) - Method in interface io.vertx.core.shareddata.LocalMap
-
Put the entry only if there is no existing entry for that key
- putIfAbsent(K, V, Handler<AsyncResult<V>>) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
-
Put the entry only if there is no entry with the key already present.
- putIfAbsent(K, V, long, Handler<AsyncResult<V>>) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
-
- putIfAbsent(K, V) - Method in class io.vertx.rxjava.core.shareddata.LocalMap
-
Put the entry only if there is no existing entry for that key
- putIfAbsentObservable(K, V) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
-
Put the entry only if there is no entry with the key already present.
- putIfAbsentObservable(K, V, long) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
-
- putNull(String) - Method in class io.vertx.core.json.JsonObject
-
Put a null value into the JSON object with the specified key.
- putObservable(K, V) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
-
Put a value in the map, asynchronously.
- putObservable(K, V, long) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
-
- putObservable(Session) - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
-
Add a session with the specified ID
- putTrailer(String, String) - Method in interface io.vertx.core.http.HttpServerResponse
-
Put an HTTP trailer
- putTrailer(CharSequence, CharSequence) - Method in interface io.vertx.core.http.HttpServerResponse
-
- putTrailer(String, Iterable<String>) - Method in interface io.vertx.core.http.HttpServerResponse
-
- putTrailer(CharSequence, Iterable<CharSequence>) - Method in interface io.vertx.core.http.HttpServerResponse
-
- putTrailer(String, String) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
-
Put an HTTP trailer
- putWithRegex(String) - Method in interface io.vertx.ext.web.Router
-
Add a route that matches a HTTP PUT request and the specified path regex
- putWithRegex(String) - Method in class io.vertx.rxjava.ext.web.Router
-
Add a route that matches a HTTP PUT request and the specified path regex
- randomkey(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Return a random key from the keyspace
- randomkey(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Return a random key from the keyspace
- RangeLimitOptions - Class in io.vertx.redis.op
-
- RangeLimitOptions() - Constructor for class io.vertx.redis.op.RangeLimitOptions
-
- RangeLimitOptions(RangeLimitOptions) - Constructor for class io.vertx.redis.op.RangeLimitOptions
-
- RangeLimitOptions(JsonObject) - Constructor for class io.vertx.redis.op.RangeLimitOptions
-
- RangeOptions - Enum in io.vertx.redis.op
-
- rawMessage() - Method in interface io.vertx.ext.web.handler.sockjs.BridgeEvent
-
Get the raw JSON message for the event.
- rawMessage() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.BridgeEvent
-
Get the raw JSON message for the event.
- read(Buffer, int, long, int, Handler<AsyncResult<Buffer>>) - Method in interface io.vertx.core.file.AsyncFile
-
Reads length
bytes of data from the file at position position
in the file, asynchronously.
- read(Buffer, int, long, int, Handler<AsyncResult<Buffer>>) - Method in class io.vertx.rxjava.core.file.AsyncFile
-
Reads length
bytes of data from the file at position position
in the file, asynchronously.
- readDir(String, Handler<AsyncResult<List<String>>>) - Method in interface io.vertx.core.file.FileSystem
-
Read the contents of the directory specified by path
, asynchronously.
- readDir(String, String, Handler<AsyncResult<List<String>>>) - Method in interface io.vertx.core.file.FileSystem
-
Read the contents of the directory specified by path
, asynchronously.
- readDir(String, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.rxjava.core.file.FileSystem
-
Read the contents of the directory specified by path
, asynchronously.
- readDir(String, String, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.rxjava.core.file.FileSystem
-
Read the contents of the directory specified by path
, asynchronously.
- readDirBlocking(String) - Method in interface io.vertx.core.file.FileSystem
-
- readDirBlocking(String, String) - Method in interface io.vertx.core.file.FileSystem
-
- readDirBlocking(String) - Method in class io.vertx.rxjava.core.file.FileSystem
-
- readDirBlocking(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
-
- readDirObservable(String) - Method in class io.vertx.rxjava.core.file.FileSystem
-
Read the contents of the directory specified by path
, asynchronously.
- readDirObservable(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
-
Read the contents of the directory specified by path
, asynchronously.
- readFile(String, Handler<AsyncResult<Buffer>>) - Method in interface io.vertx.core.file.FileSystem
-
Reads the entire file as represented by the path
path
as a
Buffer
, asynchronously.
- readFile(String, Handler<AsyncResult<Buffer>>) - Method in class io.vertx.rxjava.core.file.FileSystem
-
Reads the entire file as represented by the path path
as a , asynchronously.
- readFileBlocking(String) - Method in interface io.vertx.core.file.FileSystem
-
- readFileBlocking(String) - Method in class io.vertx.rxjava.core.file.FileSystem
-
- readFileObservable(String) - Method in class io.vertx.rxjava.core.file.FileSystem
-
Reads the entire file as represented by the path path
as a , asynchronously.
- readFromBuffer(int, Buffer) - Method in class io.vertx.core.json.JsonArray
-
- readFromBuffer(int, Buffer) - Method in class io.vertx.core.json.JsonObject
-
- readFromBuffer(int, Buffer) - Method in class io.vertx.ext.auth.AbstractUser
-
- 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.
- RecordParser - Interface in io.vertx.core.parsetools
-
A helper class which allows you to easily parse protocols which are delimited by a sequence of bytes, or fixed
size records.
- RecordParser - Class in io.vertx.rxjava.core.parsetools
-
A helper class which allows you to easily parse protocols which are delimited by a sequence of bytes, or fixed
size records.
- RecordParser(RecordParser) - Constructor for class io.vertx.rxjava.core.parsetools.RecordParser
-
- RedirectAuthHandler - Interface in io.vertx.ext.web.handler
-
An auth handler that's used to handle auth by redirecting user to a custom login page.
- RedirectAuthHandler - Class in io.vertx.rxjava.ext.web.handler
-
An auth handler that's used to handle auth by redirecting user to a custom login page.
- RedirectAuthHandler(RedirectAuthHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.RedirectAuthHandler
-
- RedisClient - Interface in io.vertx.redis
-
- RedisClient - Class in io.vertx.rxjava.redis
-
- RedisClient(RedisClient) - Constructor for class io.vertx.rxjava.redis.RedisClient
-
- RedisEncoding - Class in io.vertx.redis
-
This is how Redis escapes char codes:
DEC HEX REDIS
07 07 \a
08 08 \b
09 09 \t
10 0a \n
13 0d \r
Otherwise:
00-32 00-20 \xXX
32-127 20-7f ASCII char
127-256 7f-ff \xXX
- RedisEncoding() - Constructor for class io.vertx.redis.RedisEncoding
-
- REFERER - Static variable in class io.vertx.core.http.HttpHeaders
-
Referer header name
- register(String) - Method in interface io.vertx.ext.unit.collect.EventBusCollector
-
Register the collector as a consumer of the event bus with the specified address.
- register(String) - Method in class io.vertx.rxjava.ext.unit.collect.EventBusCollector
-
Register the collector as a consumer of the event bus with the specified address.
- registerCodec(MessageCodec) - Method in interface io.vertx.core.eventbus.EventBus
-
Register a message codec.
- registerDefaultCodec(Class<T>, MessageCodec<T, ?>) - Method in interface io.vertx.core.eventbus.EventBus
-
Register a default message codec.
- registerHandler(String) - Method in class io.vertx.ext.mail.MailServiceVertxProxyHandler
-
- registerVerticleFactory(VerticleFactory) - Method in interface io.vertx.core.Vertx
-
Register a VerticleFactory
that can be used for deploying Verticles based on an identifier.
- registerWith(MBeanServer) - Method in class io.vertx.ext.dropwizard.reporters.JmxReporter.Builder
-
- reject() - Method in interface io.vertx.core.http.ServerWebSocket
-
Reject the WebSocket.
- reject() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
-
Reject the WebSocket.
- release() - Method in interface io.vertx.core.shareddata.Lock
-
Release the lock.
- release() - Method in class io.vertx.rxjava.core.shareddata.Lock
-
Release the lock.
- remoteAddress() - Method in interface io.vertx.core.http.HttpServerRequest
-
- remoteAddress() - Method in interface io.vertx.core.http.WebSocketBase
-
- remoteAddress() - Method in interface io.vertx.core.net.NetSocket
-
- remoteAddress() - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
-
Return the remote address for this socket
- remoteAddress() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
-
- remoteAddress() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
-
- remoteAddress() - Method in class io.vertx.rxjava.core.http.WebSocket
-
- remoteAddress() - Method in interface io.vertx.rxjava.core.http.WebSocketBase
-
- remoteAddress() - Method in class io.vertx.rxjava.core.net.NetSocket
-
- remoteAddress() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
-
Return the remote address for this socket
- remove(String) - Method in interface io.vertx.core.Context
-
Remove some data from the context.
- remove(String) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
-
- remove(CharSequence) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
-
- remove(Object) - Method in class io.vertx.core.json.JsonArray
-
Remove the specified value from the JSON array.
- remove(int) - Method in class io.vertx.core.json.JsonArray
-
Remove the value at the specified position in the JSON array.
- remove(String) - Method in class io.vertx.core.json.JsonObject
-
Remove an entry from this object.
- remove(String) - Method in interface io.vertx.core.MultiMap
-
Removes the value with the given name
- remove(CharSequence) - Method in interface io.vertx.core.MultiMap
-
- remove(K, Handler<AsyncResult<V>>) - Method in interface io.vertx.core.shareddata.AsyncMap
-
Remove a value from the map, asynchronously.
- remove(K) - Method in interface io.vertx.core.shareddata.LocalMap
-
Remove an entry from the map
- remove(K, V, Handler<AsyncResult<Boolean>>) - Method in interface io.vertx.core.spi.cluster.AsyncMultiMap
-
Remove a value from the list of values for that key in the map.
- remove(String, JsonObject, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoClient
-
Remove matching documents from a collection
- remove(String) - Method in interface io.vertx.ext.unit.TestContext
-
Remove some data from the context.
- remove() - Method in interface io.vertx.ext.web.Route
-
Remove this route from the router
- remove(String) - Method in interface io.vertx.ext.web.Session
-
Remove some data from the session
- remove(String) - Method in class io.vertx.rxjava.core.Context
-
Remove some data from the context.
- remove(String) - Method in class io.vertx.rxjava.core.MultiMap
-
Removes the value with the given name
- remove(K, Handler<AsyncResult<V>>) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
-
Remove a value from the map, asynchronously.
- remove(K) - Method in class io.vertx.rxjava.core.shareddata.LocalMap
-
Remove an entry from the map
- remove(String, JsonObject, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Remove matching documents from a collection
- remove(String) - Method in class io.vertx.rxjava.ext.unit.TestContext
-
Remove some data from the context.
- remove() - Method in class io.vertx.rxjava.ext.web.Route
-
Remove this route from the router
- remove(String) - Method in class io.vertx.rxjava.ext.web.Session
-
Remove some data from the session
- removeAllForValue(V, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.spi.cluster.AsyncMultiMap
-
Remove all the specified values from all keys in the map
- removeBodyEndHandler(int) - Method in interface io.vertx.ext.web.RoutingContext
-
Remove a body end handler
- removeBodyEndHandler(int) - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
Remove a body end handler
- removeCookie(String) - Method in interface io.vertx.ext.web.RoutingContext
-
Remove a cookie.
- removeCookie(String) - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
Remove a cookie.
- removeHeadersEndHandler(int) - Method in interface io.vertx.ext.web.RoutingContext
-
Remove a headers end handler
- removeHeadersEndHandler(int) - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
Remove a headers end handler
- removeIfPresent(K, V, Handler<AsyncResult<Boolean>>) - Method in interface io.vertx.core.shareddata.AsyncMap
-
Remove a value from the map, only if entry already exists with same value.
- removeIfPresent(K, V) - Method in interface io.vertx.core.shareddata.LocalMap
-
Remove the entry only if there is an entry with the specified key and value
- removeIfPresent(K, V, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
-
Remove a value from the map, only if entry already exists with same value.
- removeIfPresent(K, V) - Method in class io.vertx.rxjava.core.shareddata.LocalMap
-
Remove the entry only if there is an entry with the specified key and value
- removeIfPresentObservable(K, V) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
-
Remove a value from the map, only if entry already exists with same value.
- removeLogger(String) - Static method in class io.vertx.core.logging.LoggerFactory
-
- removeObservable(K) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
-
Remove a value from the map, asynchronously.
- removeObservable(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Remove matching documents from a collection
- removeOne(String, JsonObject, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoClient
-
Remove a single matching document from a collection
- removeOne(String, JsonObject, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Remove a single matching document from a collection
- removeOneObservable(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Remove a single matching document from a collection
- removeOneWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoClient
-
Remove a single matching document from a collection with the specified write option
- removeOneWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Remove a single matching document from a collection with the specified write option
- removeOneWithOptionsObservable(String, JsonObject, WriteOption) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Remove a single matching document from a collection with the specified write option
- removePrefix(String) - Static method in interface io.vertx.core.spi.VerticleFactory
-
- removeWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoClient
-
Remove matching documents from a collection with the specified write option
- removeWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Remove matching documents from a collection with the specified write option
- removeWithOptionsObservable(String, JsonObject, WriteOption) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Remove matching documents from a collection with the specified write option
- rename(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Rename a key
- rename(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Rename a key
- renamenx(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Rename a key, only if the new key does not exist
- renamenx(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Rename a key, only if the new key does not exist
- render(RoutingContext, String, Handler<AsyncResult<Buffer>>) - Method in interface io.vertx.ext.web.templ.TemplateEngine
-
Render
- render(RoutingContext, String, Handler<AsyncResult<Buffer>>) - Method in class io.vertx.rxjava.ext.web.templ.TemplateEngine
-
Render
- renderObservable(RoutingContext, String) - Method in class io.vertx.rxjava.ext.web.templ.TemplateEngine
-
Render
- replace(K, V, Handler<AsyncResult<V>>) - Method in interface io.vertx.core.shareddata.AsyncMap
-
Replace the entry only if it is currently mapped to some value
- replace(K, V) - Method in interface io.vertx.core.shareddata.LocalMap
-
Replace the entry only if there is an existing entry with the key
- replace(String, JsonObject, JsonObject, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoClient
-
Replace matching documents in the specified collection
- replace(K, V, Handler<AsyncResult<V>>) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
-
Replace the entry only if it is currently mapped to some value
- replace(K, V) - Method in class io.vertx.rxjava.core.shareddata.LocalMap
-
Replace the entry only if there is an existing entry with the key
- replace(String, JsonObject, JsonObject, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Replace matching documents in the specified collection
- replaceIfPresent(K, V, V, Handler<AsyncResult<Boolean>>) - Method in interface io.vertx.core.shareddata.AsyncMap
-
Replace the entry only if it is currently mapped to a specific value
- replaceIfPresent(K, V, V) - Method in interface io.vertx.core.shareddata.LocalMap
-
Replace the entry only if there is an existing entry with the specified key and value
- replaceIfPresent(K, V, V, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
-
Replace the entry only if it is currently mapped to a specific value
- replaceIfPresent(K, V, V) - Method in class io.vertx.rxjava.core.shareddata.LocalMap
-
Replace the entry only if there is an existing entry with the specified key and value
- replaceIfPresentObservable(K, V, V) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
-
Replace the entry only if it is currently mapped to a specific value
- replaceObservable(K, V) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
-
Replace the entry only if it is currently mapped to some value
- replaceObservable(String, JsonObject, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Replace matching documents in the specified collection
- replaceWithOptions(String, JsonObject, JsonObject, UpdateOptions, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoClient
-
Replace matching documents in the specified collection, specifying options
- replaceWithOptions(String, JsonObject, JsonObject, UpdateOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Replace matching documents in the specified collection, specifying options
- replaceWithOptionsObservable(String, JsonObject, JsonObject, UpdateOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Replace matching documents in the specified collection, specifying options
- reply(Object) - Method in interface io.vertx.core.eventbus.Message
-
Reply to this message.
- reply(Object, Handler<AsyncResult<Message<R>>>) - Method in interface io.vertx.core.eventbus.Message
-
The same as reply(R message)
but you can specify handler for the reply - i.e.
- reply(Object, DeliveryOptions) - Method in interface io.vertx.core.eventbus.Message
-
- reply(Object, DeliveryOptions, Handler<AsyncResult<Message<R>>>) - Method in interface io.vertx.core.eventbus.Message
-
The same as reply(R message, DeliveryOptions)
but you can specify handler for the reply - i.e.
- reply(Object) - Method in class io.vertx.rxjava.core.eventbus.Message
-
Reply to this message.
- reply(Object, Handler<AsyncResult<Message<R>>>) - Method in class io.vertx.rxjava.core.eventbus.Message
-
The same as reply(R message)
but you can specify handler for the reply - i.e.
- reply(Object, DeliveryOptions) - Method in class io.vertx.rxjava.core.eventbus.Message
-
Link
Message
but allows you to specify delivery options for the reply.
- reply(Object, DeliveryOptions, Handler<AsyncResult<Message<R>>>) - Method in class io.vertx.rxjava.core.eventbus.Message
-
The same as reply(R message, DeliveryOptions)
but you can specify handler for the reply - i.e.
- replyAddress() - Method in interface io.vertx.core.eventbus.Message
-
The reply address.
- replyAddress() - Method in class io.vertx.rxjava.core.eventbus.Message
-
The reply address.
- ReplyException - Exception in io.vertx.core.eventbus
-
Represents the failure of a message send.
- ReplyException(ReplyFailure, int, String) - Constructor for exception io.vertx.core.eventbus.ReplyException
-
Create a ReplyException
- ReplyException(ReplyFailure, String) - Constructor for exception io.vertx.core.eventbus.ReplyException
-
Create a ReplyException
- ReplyException(ReplyFailure) - Constructor for exception io.vertx.core.eventbus.ReplyException
-
Create a ReplyException
- ReplyFailure - Enum in io.vertx.core.eventbus
-
Represents the type of reply failure
- replyFailure(String, ReplyFailure) - Method in interface io.vertx.core.spi.metrics.EventBusMetrics
-
Called whenever there is a reply failure on the event bus.
No specific thread and context can be expected when this method is called.
- replyObservable(Object) - Method in class io.vertx.rxjava.core.eventbus.Message
-
The same as reply(R message)
but you can specify handler for the reply - i.e.
- replyObservable(Object, DeliveryOptions) - Method in class io.vertx.rxjava.core.eventbus.Message
-
The same as reply(R message, DeliveryOptions)
but you can specify handler for the reply - i.e.
- reportBeginTestCase(R, String) - Method in interface io.vertx.ext.unit.report.Reporter
-
Signals a test case began.
- reportBeginTestSuite(String) - Method in interface io.vertx.ext.unit.report.Reporter
-
Signals the test suite began.
- reportEndTestCase(R, String, TestResult) - Method in interface io.vertx.ext.unit.report.Reporter
-
Signals a test case ended.
- reportEndTestSuite(R) - Method in interface io.vertx.ext.unit.report.Reporter
-
Signals a test suite ended.
- Reporter<R> - Interface in io.vertx.ext.unit.report
-
The reporter defines a set of callback for the life cycle events.
- reporter(Vertx, ReportOptions) - Static method in interface io.vertx.ext.unit.report.Reporter
-
- reporter(Vertx, ReportOptions) - Method in interface io.vertx.ext.unit.report.ReporterFactory
-
- ReporterFactory - Interface in io.vertx.ext.unit.report
-
- reportError(R, Throwable) - Method in interface io.vertx.ext.unit.report.Reporter
-
- ReportingOptions - Class in io.vertx.ext.unit.report
-
Reporting options:
the reporters
is an array of reporter configurations
- ReportingOptions() - Constructor for class io.vertx.ext.unit.report.ReportingOptions
-
Create a new empty options, with the default address out and no reporters.
- ReportingOptions(ReportingOptions) - Constructor for class io.vertx.ext.unit.report.ReportingOptions
-
Copy constructor.
- ReportingOptions(JsonObject) - Constructor for class io.vertx.ext.unit.report.ReportingOptions
-
Create a new options from the specified json.
- ReportOptions - Class in io.vertx.ext.unit.report
-
Configures a reporter consisting in a name to
, an address at
and an optional format
.
- ReportOptions() - Constructor for class io.vertx.ext.unit.report.ReportOptions
-
- ReportOptions(ReportOptions) - Constructor for class io.vertx.ext.unit.report.ReportOptions
-
- ReportOptions(JsonObject) - Constructor for class io.vertx.ext.unit.report.ReportOptions
-
- request(HttpMethod, int, String, String) - Method in interface io.vertx.core.http.HttpClient
-
Create an HTTP request to send to the server at the specified host and port.
- request(HttpMethod, String, String) - Method in interface io.vertx.core.http.HttpClient
-
Create an HTTP request to send to the server at the specified host and default port.
- request(HttpMethod, int, String, String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
-
Create an HTTP request to send to the server at the specified host and port, specifying a response handler to receive
the response
- request(HttpMethod, String, String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
-
Create an HTTP request to send to the server at the specified host and default port, specifying a response handler to receive
the response
- request(HttpMethod, String) - Method in interface io.vertx.core.http.HttpClient
-
Create an HTTP request to send to the server at the default host and port.
- request(HttpMethod, String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
-
Create an HTTP request to send to the server at the default host and port, specifying a response handler to receive
the response
- request() - Method in interface io.vertx.ext.web.RoutingContext
-
- request(HttpMethod, int, String, String) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create an HTTP request to send to the server at the specified host and port.
- request(HttpMethod, String, String) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create an HTTP request to send to the server at the specified host and default port.
- request(HttpMethod, int, String, String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create an HTTP request to send to the server at the specified host and port, specifying a response handler to receive
the response
- request(HttpMethod, String, String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create an HTTP request to send to the server at the specified host and default port, specifying a response handler to receive
the response
- request(HttpMethod, String) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create an HTTP request to send to the server at the default host and port.
- request(HttpMethod, String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create an HTTP request to send to the server at the default host and port, specifying a response handler to receive
the response
- request() - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
- requestAbs(HttpMethod, String) - Method in interface io.vertx.core.http.HttpClient
-
Create an HTTP request to send to the server using an absolute URI
- requestAbs(HttpMethod, String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
-
Create an HTTP request to send to the server using an absolute URI, specifying a response handler to receive
the response
- requestAbs(HttpMethod, String) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create an HTTP request to send to the server using an absolute URI
- requestAbs(HttpMethod, String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create an HTTP request to send to the server using an absolute URI, specifying a response handler to receive
the response
- requestBegin(S, SocketAddress, SocketAddress, HttpClientRequest) - Method in interface io.vertx.core.spi.metrics.HttpClientMetrics
-
Called when an http client request begins
- requestBegin(S, HttpServerRequest) - Method in interface io.vertx.core.spi.metrics.HttpServerMetrics
-
Called when an http server request begins
- requestHandler(Handler<HttpServerRequest>) - Method in interface io.vertx.core.http.HttpServer
-
Set the request handler for the server to requestHandler
.
- requestHandler() - Method in interface io.vertx.core.http.HttpServer
-
- requestHandler(Handler<HttpServerRequest>) - Method in class io.vertx.rxjava.core.http.HttpServer
-
Set the request handler for the server to requestHandler
.
- requestStream() - Method in interface io.vertx.core.http.HttpServer
-
Return the request stream for the server.
- requestStream() - Method in class io.vertx.rxjava.core.http.HttpServer
-
Return the request stream for the server.
- requiresResolve() - Method in interface io.vertx.core.spi.VerticleFactory
-
- resolve(String, DeploymentOptions, ClassLoader, Future<String>) - Method in interface io.vertx.core.spi.VerticleFactory
-
- resolve(Future) - Method in interface io.vertx.ext.unit.TestCompletion
-
Completes the future when all test cases of the test suite passes, otherwise fails it.
- resolve(Future) - Method in class io.vertx.rxjava.ext.unit.TestCompletion
-
Completes the future when all test cases of the test suite passes, otherwise fails it.
- resolveA(String, Handler<AsyncResult<List<String>>>) - Method in interface io.vertx.core.dns.DnsClient
-
Try to resolve all A (ipv4) records for the given name.
- resolveA(String, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.rxjava.core.dns.DnsClient
-
Try to resolve all A (ipv4) records for the given name.
- resolveAAAA(String, Handler<AsyncResult<List<String>>>) - Method in interface io.vertx.core.dns.DnsClient
-
Try to resolve all AAAA (ipv6) records for the given name.
- resolveAAAA(String, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.rxjava.core.dns.DnsClient
-
Try to resolve all AAAA (ipv6) records for the given name.
- resolveAAAAObservable(String) - Method in class io.vertx.rxjava.core.dns.DnsClient
-
Try to resolve all AAAA (ipv6) records for the given name.
- resolveAObservable(String) - Method in class io.vertx.rxjava.core.dns.DnsClient
-
Try to resolve all A (ipv4) records for the given name.
- resolveCNAME(String, Handler<AsyncResult<List<String>>>) - Method in interface io.vertx.core.dns.DnsClient
-
Try to resolve the CNAME record for the given name.
- resolveCNAME(String, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.rxjava.core.dns.DnsClient
-
Try to resolve the CNAME record for the given name.
- resolveCNAMEObservable(String) - Method in class io.vertx.rxjava.core.dns.DnsClient
-
Try to resolve the CNAME record for the given name.
- resolveMX(String, Handler<AsyncResult<List<MxRecord>>>) - Method in interface io.vertx.core.dns.DnsClient
-
Try to resolve the MX records for the given name.
- resolveMX(String, Handler<AsyncResult<List<MxRecord>>>) - Method in class io.vertx.rxjava.core.dns.DnsClient
-
Try to resolve the MX records for the given name.
- resolveMXObservable(String) - Method in class io.vertx.rxjava.core.dns.DnsClient
-
Try to resolve the MX records for the given name.
- resolveNS(String, Handler<AsyncResult<List<String>>>) - Method in interface io.vertx.core.dns.DnsClient
-
Try to resolve the NS records for the given name.
- resolveNS(String, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.rxjava.core.dns.DnsClient
-
Try to resolve the NS records for the given name.
- resolveNSObservable(String) - Method in class io.vertx.rxjava.core.dns.DnsClient
-
Try to resolve the NS records for the given name.
- resolvePTR(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.core.dns.DnsClient
-
Try to resolve the PTR record for the given name.
- resolvePTR(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.core.dns.DnsClient
-
Try to resolve the PTR record for the given name.
- resolvePTRObservable(String) - Method in class io.vertx.rxjava.core.dns.DnsClient
-
Try to resolve the PTR record for the given name.
- resolveSRV(String, Handler<AsyncResult<List<SrvRecord>>>) - Method in interface io.vertx.core.dns.DnsClient
-
Try to resolve the SRV records for the given name.
- resolveSRV(String, Handler<AsyncResult<List<SrvRecord>>>) - Method in class io.vertx.rxjava.core.dns.DnsClient
-
Try to resolve the SRV records for the given name.
- resolveSRVObservable(String) - Method in class io.vertx.rxjava.core.dns.DnsClient
-
Try to resolve the SRV records for the given name.
- resolveTXT(String, Handler<AsyncResult<List<String>>>) - Method in interface io.vertx.core.dns.DnsClient
-
Try to resolve the TXT records for the given name.
- resolveTXT(String, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.rxjava.core.dns.DnsClient
-
Try to resolve the TXT records for the given name.
- resolveTXTObservable(String) - Method in class io.vertx.rxjava.core.dns.DnsClient
-
Try to resolve the TXT records for the given name.
- response() - Method in interface io.vertx.core.http.HttpServerRequest
-
- response() - Method in interface io.vertx.ext.web.RoutingContext
-
- response() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
-
- response() - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
- responseEnd(R, HttpClientResponse) - Method in interface io.vertx.core.spi.metrics.HttpClientMetrics
-
Called when an http client response has ended
- responseEnd(R, HttpServerResponse) - Method in interface io.vertx.core.spi.metrics.HttpServerMetrics
-
Called when an http server response has ended.
- ResponseTimeHandler - Interface in io.vertx.ext.web.handler
-
Handler which adds a header `x-response-time` in the response of matching requests containing the time taken
in ms to process the request.
- ResponseTimeHandler - Class in io.vertx.rxjava.ext.web.handler
-
Handler which adds a header `x-response-time` in the response of matching requests containing the time taken
in ms to process the request.
- ResponseTimeHandler(ResponseTimeHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.ResponseTimeHandler
-
- restore(String, long, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Create a key using the provided serialized value, previously obtained using DUMP.
- restore(String, long, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Create a key using the provided serialized value, previously obtained using DUMP.
- result() - Method in interface io.vertx.core.AsyncResult
-
The result of the operation.
- result(V) - Static method in class io.vertx.lang.rxjava.InternalHelper
-
- resume() - Method in interface io.vertx.core.datagram.DatagramSocket
-
- resume() - Method in interface io.vertx.core.eventbus.MessageConsumer
-
- resume() - Method in interface io.vertx.core.file.AsyncFile
-
- resume() - Method in interface io.vertx.core.http.HttpClientRequest
-
- resume() - Method in interface io.vertx.core.http.HttpClientResponse
-
- resume() - Method in interface io.vertx.core.http.HttpServerFileUpload
-
- resume() - Method in interface io.vertx.core.http.HttpServerRequest
-
- resume() - Method in interface io.vertx.core.http.HttpServerRequestStream
-
- resume() - Method in interface io.vertx.core.http.ServerWebSocket
-
- resume() - Method in interface io.vertx.core.http.ServerWebSocketStream
-
- resume() - Method in interface io.vertx.core.http.WebSocket
-
- resume() - Method in interface io.vertx.core.http.WebSocketBase
-
- resume() - Method in interface io.vertx.core.http.WebSocketStream
-
- resume() - Method in interface io.vertx.core.net.NetSocket
-
- resume() - Method in interface io.vertx.core.net.NetSocketStream
-
- resume() - Method in interface io.vertx.core.streams.ReadStream
-
Resume reading.
- resume() - Method in interface io.vertx.core.TimeoutStream
-
- resume() - Method in interface io.vertx.ext.unit.report.TestSuiteReport
-
- resume() - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
-
- resume() - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
-
- resume() - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
-
- resume() - Method in class io.vertx.rxjava.core.file.AsyncFile
-
- resume() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
-
- resume() - Method in class io.vertx.rxjava.core.http.HttpClientResponse
-
- resume() - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
-
- resume() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
-
- resume() - Method in class io.vertx.rxjava.core.http.HttpServerRequestStream
-
- resume() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
-
- resume() - Method in class io.vertx.rxjava.core.http.ServerWebSocketStream
-
- resume() - Method in class io.vertx.rxjava.core.http.WebSocket
-
- resume() - Method in interface io.vertx.rxjava.core.http.WebSocketBase
-
- resume() - Method in class io.vertx.rxjava.core.http.WebSocketStream
-
- resume() - Method in class io.vertx.rxjava.core.net.NetSocket
-
- resume() - Method in class io.vertx.rxjava.core.net.NetSocketStream
-
- resume() - Method in interface io.vertx.rxjava.core.streams.ReadStream
-
Resume reading.
- resume() - Method in class io.vertx.rxjava.core.TimeoutStream
-
- resume() - Method in class io.vertx.rxjava.ext.unit.report.TestSuiteReport
-
- resume() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
-
- RETRY_AFTER - Static variable in class io.vertx.core.http.HttpHeaders
-
Retry-After header name
- reverseLookup(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.core.dns.DnsClient
-
Try to do a reverse lookup of an IP address.
- reverseLookup(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.core.dns.DnsClient
-
Try to do a reverse lookup of an IP address.
- reverseLookupObservable(String) - Method in class io.vertx.rxjava.core.dns.DnsClient
-
Try to do a reverse lookup of an IP address.
- role(Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Return the role of the instance in the context of replication
- role(Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Return the role of the instance in the context of replication
- Route - Interface in io.vertx.ext.web
-
A route is a holder for a set of criteria which determine whether an HTTP request or failure should be routed
to a handler.
- route() - Method in interface io.vertx.ext.web.Router
-
Add a route with no matching criteria, i.e.
- route(HttpMethod, String) - Method in interface io.vertx.ext.web.Router
-
Add a route that matches the specified HTTP method and path
- route(String) - Method in interface io.vertx.ext.web.Router
-
Add a route that matches the specified path
- Route - Class in io.vertx.rxjava.ext.web
-
A route is a holder for a set of criteria which determine whether an HTTP request or failure should be routed
to a handler.
- Route(Route) - Constructor for class io.vertx.rxjava.ext.web.Route
-
- route() - Method in class io.vertx.rxjava.ext.web.Router
-
Add a route with no matching criteria, i.e.
- route(HttpMethod, String) - Method in class io.vertx.rxjava.ext.web.Router
-
Add a route that matches the specified HTTP method and path
- route(String) - Method in class io.vertx.rxjava.ext.web.Router
-
Add a route that matches the specified path
- Router - Interface in io.vertx.ext.web
-
A router receives request from an
HttpServer
and routes it to the first matching
Route
that it contains.
- router(Vertx) - Static method in interface io.vertx.ext.web.Router
-
Create a router
- Router - Class in io.vertx.rxjava.ext.web
-
A router receives request from an
HttpServer
and routes it to the first matching
Route
that it contains.
- Router(Router) - Constructor for class io.vertx.rxjava.ext.web.Router
-
- router(Vertx) - Static method in class io.vertx.rxjava.ext.web.Router
-
Create a router
- routeWithRegex(HttpMethod, String) - Method in interface io.vertx.ext.web.Router
-
Add a route that matches the specified HTTP method and path regex
- routeWithRegex(String) - Method in interface io.vertx.ext.web.Router
-
Add a route that matches the specified path regex
- routeWithRegex(HttpMethod, String) - Method in class io.vertx.rxjava.ext.web.Router
-
Add a route that matches the specified HTTP method and path regex
- routeWithRegex(String) - Method in class io.vertx.rxjava.ext.web.Router
-
Add a route that matches the specified path regex
- RoutingContext - Interface in io.vertx.ext.web
-
Represents the context for the handling of a request in Vert.x-Web.
- RoutingContext - Class in io.vertx.rxjava.ext.web
-
Represents the context for the handling of a request in Vert.x-Web.
- RoutingContext(RoutingContext) - Constructor for class io.vertx.rxjava.ext.web.RoutingContext
-
- rpop(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Remove and get the last element in a list
- rpop(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Remove and get the last element in a list
- rpoplpush(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Remove the last element in a list, append it to another list and return it
- rpoplpush(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Remove the last element in a list, append it to another list and return it
- rpush(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Append one or multiple values to a list
- rpush(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Append one or multiple values to a list
- rpushMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Append one or multiple values to a list
- rpushMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Append one or multiple values to a list
- rpushx(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Append a value to a list, only if the list exists
- rpushx(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Append a value to a list, only if the list exists
- run(String) - Method in class io.vertx.core.Starter
-
- run(String[]) - Method in class io.vertx.core.Starter
-
- run(Args, String[]) - Method in class io.vertx.core.Starter
-
- run() - Method in interface io.vertx.ext.unit.TestSuite
-
Run the testsuite with the default options.
When the test suite is executed in a Vertx context (i.e `Vertx.currentContext()` returns a context) this
context's event loop is used for running the test suite.
- run(TestOptions) - Method in interface io.vertx.ext.unit.TestSuite
-
Run the testsuite with the specified
options
.
When the test suite is executed in a Vertx context (i.e `Vertx.currentContext()` returns a context) this
context's event loop is used for running the test suite unless the
TestOptions.setUseEventLoop(Boolean)
is set to
false
.
- run(Vertx) - Method in interface io.vertx.ext.unit.TestSuite
-
Run the testsuite with the default options and the specified
vertx
instance.
The test suite will be executed on the event loop provided by the
vertx
argument.
- run(Vertx, TestOptions) - Method in interface io.vertx.ext.unit.TestSuite
-
Run the testsuite with the specified
options
and the specified
vertx
instance.
The test suite will be executed on the event loop provided by the
vertx
argument when
TestOptions.setUseEventLoop(Boolean)
is not set to
false
.
- run() - Method in class io.vertx.rxjava.ext.unit.TestSuite
-
Run the testsuite with the default options.
When the test suite is executed in a Vertx context (i.e `Vertx.currentContext()` returns a context) this
context's event loop is used for running the test suite.
- run(TestOptions) - Method in class io.vertx.rxjava.ext.unit.TestSuite
-
Run the testsuite with the specified
options
.
When the test suite is executed in a Vertx context (i.e `Vertx.currentContext()` returns a context) this
context's event loop is used for running the test suite unless the
TestOptions
is set to
false
.
- run(Vertx) - Method in class io.vertx.rxjava.ext.unit.TestSuite
-
Run the testsuite with the default options and the specified
vertx
instance.
The test suite will be executed on the event loop provided by the
vertx
argument.
- run(Vertx, TestOptions) - Method in class io.vertx.rxjava.ext.unit.TestSuite
-
Run the testsuite with the specified
options
and the specified
vertx
instance.
The test suite will be executed on the event loop provided by the
vertx
argument when
TestOptions
is not set to
false
.
- runCommand(String, JsonObject, Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.ext.mongo.MongoClient
-
Run an arbitrary MongoDB command.
- runCommand(String, JsonObject, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Run an arbitrary MongoDB command.
- runCommandLine(String) - Static method in class io.vertx.core.Starter
-
- runCommandObservable(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Run an arbitrary MongoDB command.
- runOnContext(Handler<Void>) - Method in interface io.vertx.core.Context
-
Run the specified action asynchronously on the same context, some time after the current execution has completed.
- runOnContext(Handler<Void>) - Method in interface io.vertx.core.Vertx
-
Puts the handler on the event queue for the current context so it will be run asynchronously ASAP after all
preceeding events have been handled.
- runOnContext(Handler<Void>) - Method in class io.vertx.rxjava.core.Context
-
Run the specified action asynchronously on the same context, some time after the current execution has completed.
- runOnContext(Handler<Void>) - Method in class io.vertx.rxjava.core.Vertx
-
Puts the handler on the event queue for the current context so it will be run asynchronously ASAP after all
preceeding events have been handled.
- RunTestOnContext - Class in io.vertx.ext.unit.junit
-
A JUnit rule that runs tests on a Vert.x context.
When used as a
org.junit.Rule
a new context is created for each tested method, the context will be same
for the before and after method, but different for all the tested methods.
When used as a
org.junit.ClassRule
, a single context is created for all the tested method, the
beforeClass
and
afterClass method will also executed in this context.
- RunTestOnContext() - Constructor for class io.vertx.ext.unit.junit.RunTestOnContext
-
Create a new rule managing a Vertx instance created with default options.
- RunTestOnContext(VertxOptions) - Constructor for class io.vertx.ext.unit.junit.RunTestOnContext
-
Create a new rule managing a Vertx instance created with specified options.
- RunTestOnContext(Supplier<Vertx>, BiConsumer<Vertx, Consumer<Void>>) - Constructor for class io.vertx.ext.unit.junit.RunTestOnContext
-
Create a new rule with supplier/consumer for creating/closing a Vert.x instance.
- RunTestOnContext(Supplier<Vertx>) - Constructor for class io.vertx.ext.unit.junit.RunTestOnContext
-
Create a new rule with supplier for creating a Vert.x instance.
- RxHelper - Class in io.vertx.rx.java
-
A set of helpers for RxJava and Vert.x.
- RxHelper() - Constructor for class io.vertx.rx.java.RxHelper
-
- RxHelper - Class in io.vertx.rxjava.core
-
A set of helpers for RxJava and Vert.x.
- RxHelper() - Constructor for class io.vertx.rxjava.core.RxHelper
-
- sadd(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Add a member to a set
- sadd(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Add a member to a set
- saddMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Add one or more members to a set
- saddMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Add one or more members to a set
- save(String, JsonObject, Handler<AsyncResult<String>>) - Method in interface io.vertx.ext.mongo.MongoClient
-
Save a document in the specified collection
- save(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Synchronously save the dataset to disk
- save(String, JsonObject, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Save a document in the specified collection
- save(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Synchronously save the dataset to disk
- saveObservable(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Save a document in the specified collection
- saveWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<String>>) - Method in interface io.vertx.ext.mongo.MongoClient
-
Save a document in the specified collection with the specified write option
- saveWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Save a document in the specified collection with the specified write option
- saveWithOptionsObservable(String, JsonObject, WriteOption) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Save a document in the specified collection with the specified write option
- scan(String, ScanOptions, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
-
Incrementally iterate the keys space
- scan(String, ScanOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Incrementally iterate the keys space
- ScanOptions - Class in io.vertx.redis.op
-
- ScanOptions() - Constructor for class io.vertx.redis.op.ScanOptions
-
- ScanOptions(ScanOptions) - Constructor for class io.vertx.redis.op.ScanOptions
-
- ScanOptions(JsonObject) - Constructor for class io.vertx.redis.op.ScanOptions
-
- scard(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Get the number of members in a set
- scard(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get the number of members in a set
- ScheduledMetricsConsumer - Class in io.vertx.ext.dropwizard
-
TODO - support listening to more than one Measured
- ScheduledMetricsConsumer(Vertx) - Constructor for class io.vertx.ext.dropwizard.ScheduledMetricsConsumer
-
- ScheduledMetricsConsumer(Vertx, Measured) - Constructor for class io.vertx.ext.dropwizard.ScheduledMetricsConsumer
-
- scheduler(Vertx) - Static method in class io.vertx.rx.java.RxHelper
-
Create a scheduler for a
Vertx
object, actions are executed on the event loop.
- scheduler(Vertx) - Static method in class io.vertx.rxjava.core.RxHelper
-
Create a scheduler for a
Vertx
object, actions are executed on the event loop.
- schedulerHook(Vertx) - Static method in class io.vertx.rx.java.RxHelper
-
Create a scheduler hook for a
Vertx
object, the
RxJavaSchedulersHook.getIOScheduler()
uses a blocking scheduler.
- schedulerHook(Vertx) - Static method in class io.vertx.rxjava.core.RxHelper
-
Create a scheduler hook for a
Vertx
object.
- scriptExists(String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Check existence of script in the script cache.
- scriptExists(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Check existence of script in the script cache.
- scriptExistsMany(List<String>, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Check existence of scripts in the script cache.
- scriptExistsMany(List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Check existence of scripts in the script cache.
- scriptFlush(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Remove all the scripts from the script cache.
- scriptFlush(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Remove all the scripts from the script cache.
- scriptKill(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Kill the script currently in execution.
- scriptKill(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Kill the script currently in execution.
- scriptLoad(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Load the specified Lua script into the script cache.
- scriptLoad(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Load the specified Lua script into the script cache.
- sdiff(String, List<String>, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Subtract multiple sets
- sdiff(String, List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Subtract multiple sets
- sdiffstore(String, String, List<String>, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Subtract multiple sets and store the resulting set in a key
- sdiffstore(String, String, List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Subtract multiple sets and store the resulting set in a key
- select(int, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Change the selected database for the current connection
- select(int, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Change the selected database for the current connection
- send(Buffer, int, String, Handler<AsyncResult<DatagramSocket>>) - Method in interface io.vertx.core.datagram.DatagramSocket
-
- send(String, int, String, Handler<AsyncResult<DatagramSocket>>) - Method in interface io.vertx.core.datagram.DatagramSocket
-
- send(String, String, int, String, Handler<AsyncResult<DatagramSocket>>) - Method in interface io.vertx.core.datagram.DatagramSocket
-
- send(String, Object) - Method in interface io.vertx.core.eventbus.EventBus
-
Sends a message.
- send(String, Object, Handler<AsyncResult<Message<T>>>) - Method in interface io.vertx.core.eventbus.EventBus
-
- send(String, Object, DeliveryOptions) - Method in interface io.vertx.core.eventbus.EventBus
-
- send(String, Object, DeliveryOptions, Handler<AsyncResult<Message<T>>>) - Method in interface io.vertx.core.eventbus.EventBus
-
- send(Buffer, int, String, Handler<AsyncResult<DatagramSocket>>) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
-
- send(String, int, String, Handler<AsyncResult<DatagramSocket>>) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
-
- send(String, String, int, String, Handler<AsyncResult<DatagramSocket>>) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
-
- send(String, Object) - Method in class io.vertx.rxjava.core.eventbus.EventBus
-
Sends a message.
- send(String, Object, Handler<AsyncResult<Message<T>>>) - Method in class io.vertx.rxjava.core.eventbus.EventBus
-
- send(String, Object, DeliveryOptions) - Method in class io.vertx.rxjava.core.eventbus.EventBus
-
Like
EventBus
but specifying
options
that can be used to configure the delivery.
- send(String, Object, DeliveryOptions, Handler<AsyncResult<Message<T>>>) - Method in class io.vertx.rxjava.core.eventbus.EventBus
-
- sender() - Method in interface io.vertx.core.datagram.DatagramPacket
-
- sender(int, String) - Method in interface io.vertx.core.datagram.DatagramSocket
-
- sender(String) - Method in interface io.vertx.core.eventbus.EventBus
-
Create a message sender against the specified address.
- sender(String, DeliveryOptions) - Method in interface io.vertx.core.eventbus.EventBus
-
Like
EventBus.sender(String)
but specifying delivery options that will be used for configuring the delivery of
the message.
- sender() - Method in class io.vertx.rxjava.core.datagram.DatagramPacket
-
- sender(int, String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
-
- sender(String) - Method in class io.vertx.rxjava.core.eventbus.EventBus
-
Create a message sender against the specified address.
- sender(String, DeliveryOptions) - Method in class io.vertx.rxjava.core.eventbus.EventBus
-
- sendFile(String) - Method in interface io.vertx.core.http.HttpServerResponse
-
Ask the OS to stream a file as specified by filename
directly
from disk to the outgoing connection, bypassing userspace altogether
(where supported by the underlying operating system.
- sendFile(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.http.HttpServerResponse
-
- sendFile(String) - 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
-
- 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
-
- sendFileObservable(String) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
-
- sendFileObservable(String) - Method in class io.vertx.rxjava.core.net.NetSocket
-
- 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
-
- sendMail(MailMessage, Handler<AsyncResult<MailResult>>) - Method in interface io.vertx.ext.mail.MailClient
-
send a single mail via MailClient
- sendMail(MailMessage, Handler<AsyncResult<MailResult>>) - Method in interface io.vertx.ext.mail.MailService
-
- sendMail(MailMessage, Handler<AsyncResult<MailResult>>) - Method in class io.vertx.ext.mail.MailServiceVertxEBProxy
-
- sendMail(MailMessage, Handler<AsyncResult<MailResult>>) - Method in class io.vertx.rxjava.ext.mail.MailClient
-
send a single mail via MailClient
- sendMail(MailMessage, Handler<AsyncResult<MailResult>>) - Method in class io.vertx.rxjava.ext.mail.MailService
-
- sendMailObservable(MailMessage) - Method in class io.vertx.rxjava.ext.mail.MailClient
-
send a single mail via MailClient
- sendMailObservable(MailMessage) - Method in class io.vertx.rxjava.ext.mail.MailService
-
- sendObservable(Buffer, int, String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
-
- sendObservable(String, int, String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
-
- sendObservable(String, String, int, String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
-
- sendObservable(String, Object) - Method in class io.vertx.rxjava.core.eventbus.EventBus
-
- sendObservable(String, Object, DeliveryOptions) - Method in class io.vertx.rxjava.core.eventbus.EventBus
-
- SERVER - Static variable in class io.vertx.core.http.HttpHeaders
-
Server header name
- ServerOptionsBase - Class in io.vertx.core.net
-
- ServerOptionsBase() - Constructor for class io.vertx.core.net.ServerOptionsBase
-
- ServerWebSocket - Interface in io.vertx.core.http
-
Represents a server side WebSocket.
- ServerWebSocket - Class in io.vertx.rxjava.core.http
-
Represents a server side WebSocket.
- ServerWebSocket(ServerWebSocket) - Constructor for class io.vertx.rxjava.core.http.ServerWebSocket
-
- ServerWebSocketStream - Interface in io.vertx.core.http
-
- ServerWebSocketStream - Class in io.vertx.rxjava.core.http
-
- ServerWebSocketStream(ServerWebSocketStream) - Constructor for class io.vertx.rxjava.core.http.ServerWebSocketStream
-
- service() - Method in interface io.vertx.core.dns.SrvRecord
-
Returns the service's name (i.e.
- service() - Method in class io.vertx.rxjava.core.dns.SrvRecord
-
Returns the service's name (i.e.
- ServiceHelper - Class in io.vertx.core
-
A helper class for loading factories from the classpath and from the vert.x OSGi bundle.
- ServiceHelper() - Constructor for class io.vertx.core.ServiceHelper
-
- session() - Method in interface io.vertx.ext.web.RoutingContext
-
Get the session.
- Session - Interface in io.vertx.ext.web
-
Represents a browser session.
- session() - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
Get the session.
- Session - Class in io.vertx.rxjava.ext.web
-
Represents a browser session.
- Session(Session) - Constructor for class io.vertx.rxjava.ext.web.Session
-
- SessionHandler - Interface in io.vertx.ext.web.handler
-
A handler that maintains a
Session
for each browser session.
- SessionHandler - Class in io.vertx.rxjava.ext.web.handler
-
A handler that maintains a
Session
for each browser session.
- SessionHandler(SessionHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.SessionHandler
-
- SessionStore - Interface in io.vertx.ext.web.sstore
-
A session store is used to store sessions for an Vert.x-Web web app
- SessionStore - Class in io.vertx.rxjava.ext.web.sstore
-
A session store is used to store sessions for an Vert.x-Web web app
NOTE: This class has been automatically generated from the
original
non RX-ified interface using Vert.x codegen.
- SessionStore(SessionStore) - Constructor for class io.vertx.rxjava.ext.web.sstore.SessionStore
-
- set(String, String) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
-
- set(String, Iterable<String>) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
-
- set(CharSequence, CharSequence) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
-
- set(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
-
- set(String, String) - Method in interface io.vertx.core.MultiMap
-
Sets a value under the specified name.
- set(CharSequence, CharSequence) - Method in interface io.vertx.core.MultiMap
-
- set(String, Iterable<String>) - Method in interface io.vertx.core.MultiMap
-
Sets values for the specified name.
- set(CharSequence, Iterable<CharSequence>) - Method in interface io.vertx.core.MultiMap
-
- set(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
-
Set the string value of a key
- set(String, String) - Method in class io.vertx.rxjava.core.MultiMap
-
Sets a value under the specified name.
- set(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Set the string value of a key
- SET_COOKIE - Static variable in class io.vertx.core.http.HttpHeaders
-
Set-Cookie header name
- setAcceptableContentType(String) - Method in interface io.vertx.ext.web.RoutingContext
-
Set the acceptable content type.
- setAcceptableContentType(String) - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
Set the acceptable content type.
- setAcceptBacklog(int) - Method in class io.vertx.core.http.HttpServerOptions
-
- setAcceptBacklog(int) - Method in class io.vertx.core.net.NetServerOptions
-
Set the accept back log
- setAccessed() - Method in interface io.vertx.ext.web.Session
-
Mark the session as being accessed.
- setAccessed() - Method in class io.vertx.rxjava.ext.web.Session
-
Mark the session as being accessed.
- setAddr(String) - Method in class io.vertx.redis.op.KillFilter
-
Set ADDR filter
- setAddress(String) - Method in class io.vertx.ext.web.handler.sockjs.PermittedOptions
-
The exact address the message is being sent to.
- setAddressRegex(String) - Method in class io.vertx.ext.web.handler.sockjs.PermittedOptions
-
A regular expression that will be matched against the address.
- setAlgorithm(String) - Method in class io.vertx.ext.auth.jwt.JWTOptions
-
The algorithm to use, it should be one of the alias [HS256, HS384, HS512, RS256, RS384, RS512, ES256, ES384, ES512]
- setAll(MultiMap) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
-
- setAll(Map<String, String>) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
-
- setAll(MultiMap) - Method in interface io.vertx.core.MultiMap
-
Cleans this instance.
- setAll(Map<String, String>) - Method in interface io.vertx.core.MultiMap
-
Cleans and set all values of the given instance
- setAll(MultiMap) - Method in class io.vertx.rxjava.core.MultiMap
-
Cleans this instance.
- setAllowRcptErrors(boolean) - Method in class io.vertx.ext.mail.MailConfig
-
set if sending allows rcpt errors
- setAlwaysAsyncFS(boolean) - Method in interface io.vertx.ext.web.handler.StaticHandler
-
Set whether async filesystem access should always be used
- setAlwaysAsyncFS(boolean) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
-
Set whether async filesystem access should always be used
- setAttachment(List<MailAttachment>) - Method in class io.vertx.ext.mail.MailMessage
-
set the list of attachments of this mail
- setAttachment(MailAttachment) - Method in class io.vertx.ext.mail.MailMessage
-
set a single attachment of this mail the result of getAttachment when using
this method returns an unmodifiable list, if you want to be able to add
attachments later, please use
setAttachment(new ArrayList<MailAttachment>())
instead
- setAudience(List<String>) - Method in class io.vertx.ext.auth.jwt.JWTOptions
-
The target audience of this token
- setAudience(List<String>) - Method in interface io.vertx.ext.web.handler.JWTAuthHandler
-
Set the audience list
- setAudience(List<String>) - Method in class io.vertx.rxjava.ext.web.handler.JWTAuthHandler
-
Set the audience list
- setAuthenticationQuery(String) - Method in interface io.vertx.ext.auth.jdbc.JDBCAuth
-
Set the authentication query to use.
- setAuthenticationQuery(String) - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuth
-
Set the authentication query to use.
- setAuthMethods(String) - Method in class io.vertx.ext.mail.MailConfig
-
set string of allowed auth methods.
- setAuthProvider(AuthProvider) - Method in interface io.vertx.ext.auth.User
-
Set the auth provider for the User.
- setAuthProvider(AuthProvider) - Method in class io.vertx.rxjava.ext.auth.common.User
-
Set the auth provider for the User.
- setAuthProvider(AuthProvider) - Method in class io.vertx.rxjava.ext.auth.User
-
Set the auth provider for the User.
- setBcc(List<String>) - Method in class io.vertx.ext.mail.MailMessage
-
set list of bcc addresses
- setBcc(String) - Method in class io.vertx.ext.mail.MailMessage
-
helper method for single recipient
- setBinary(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
-
Set the binary string value of a key - without encoding as utf-8
- setBinary(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Set the binary string value of a key - without encoding as utf-8
- setbit(String, long, int, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Sets or clears the bit at offset in the string value stored at key
- setbit(String, long, int, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Sets or clears the bit at offset in the string value stored at key
- setBlockedThreadCheckInterval(long) - Method in class io.vertx.core.VertxOptions
-
Sets the value of blocked thread check period, in ms.
- setBody(Buffer) - Method in interface io.vertx.ext.web.RoutingContext
-
Set the body.
- setBody(Buffer) - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
Set the body.
- setBodyLimit(long) - Method in interface io.vertx.ext.web.handler.BodyHandler
-
Set the maximum body size -1 means unlimited
- setBodyLimit(long) - Method in class io.vertx.rxjava.ext.web.handler.BodyHandler
-
Set the maximum body size -1 means unlimited
- setBounceAddress(String) - Method in class io.vertx.ext.mail.MailMessage
-
set bounce address of this mail
- setBroadcast(boolean) - Method in class io.vertx.core.datagram.DatagramSocketOptions
-
Set if the socket can receive broadcast packets
- setBuffer(int, Buffer) - Method in interface io.vertx.core.buffer.Buffer
-
Sets the bytes at position pos
in the Buffer to the bytes represented by the Buffer b
.
- setBuffer(int, Buffer, int, int) - Method in interface io.vertx.core.buffer.Buffer
-
Sets the bytes at position pos
in the Buffer to the bytes represented by the Buffer b
on the given offset
and len
.
- setBuffer(int, Buffer) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Sets the bytes at position pos
in the Buffer to the bytes represented by the Buffer b
.
- setBuffer(int, Buffer, int, int) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Sets the bytes at position pos
in the Buffer to the bytes represented by the Buffer b
on the given offset
and len
.
- setBy(String) - Method in class io.vertx.redis.op.SortOptions
-
- setByte(int, byte) - Method in interface io.vertx.core.buffer.Buffer
-
Sets the byte
at position pos
in the Buffer to the value b
.
- setByte(int, byte) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Sets the byte
at position pos
in the Buffer to the value b
.
- setBytes(int, ByteBuffer) - Method in interface io.vertx.core.buffer.Buffer
-
Sets the bytes at position pos
in the Buffer to the bytes represented by the ByteBuffer b
.
- setBytes(int, byte[]) - Method in interface io.vertx.core.buffer.Buffer
-
Sets the bytes at position pos
in the Buffer to the bytes represented by the byte[] b
.
- setBytes(int, byte[], int, int) - Method in interface io.vertx.core.buffer.Buffer
-
Sets the given number of bytes at position pos
in the Buffer to the bytes represented by the byte[] b
.
- setCacheEntryTimeout(long) - Method in interface io.vertx.ext.web.handler.StaticHandler
-
Set the server cache entry timeout when caching is enabled
- setCacheEntryTimeout(long) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
-
Set the server cache entry timeout when caching is enabled
- setCachingEnabled(boolean) - Method in interface io.vertx.ext.web.handler.StaticHandler
-
Set whether cache header handling is enabled
- setCachingEnabled(boolean) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
-
Set whether cache header handling is enabled
- setCc(List<String>) - Method in class io.vertx.ext.mail.MailMessage
-
set list of cc addresses
- setCc(String) - Method in class io.vertx.ext.mail.MailMessage
-
helper method for single recipient
- setCertPath(String) - Method in class io.vertx.core.net.PemKeyCertOptions
-
Set the path to the certificate
- setCertValue(Buffer) - Method in class io.vertx.core.net.PemKeyCertOptions
-
Set the certificate as a buffer
- setChanged(boolean) - Method in interface io.vertx.ext.web.Cookie
-
Set the cookie as being changed.
- setChanged(boolean) - Method in class io.vertx.rxjava.ext.web.Cookie
-
Set the cookie as being changed.
- setChunked(boolean) - Method in interface io.vertx.core.http.HttpClientRequest
-
If chunked is true then the request will be set into HTTP chunked mode
- setChunked(boolean) - Method in interface io.vertx.core.http.HttpServerResponse
-
If chunked
is true
, this response will use HTTP chunked encoding, and each call to write to the body
will correspond to a new HTTP chunk sent on the wire.
- setChunked(boolean) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
-
If chunked is true then the request will be set into HTTP chunked mode
- setChunked(boolean) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
-
If chunked
is true
, this response will use HTTP chunked encoding, and each call to write to the body
will correspond to a new HTTP chunk sent on the wire.
- setClientAuthRequired(boolean) - Method in class io.vertx.core.http.HttpServerOptions
-
- setClientAuthRequired(boolean) - Method in class io.vertx.core.net.NetServerOptions
-
Set whether client auth is required
- setClustered(boolean) - Method in class io.vertx.core.VertxOptions
-
Set whether or not the Vert.x instance will be clustered.
- setClusterHost(String) - Method in class io.vertx.core.VertxOptions
-
Set the hostname to be used for clustering.
- setClusterManager(ClusterManager) - Method in class io.vertx.core.VertxOptions
-
Programmatically set the cluster manager to be used when clustering.
- setClusterPingInterval(long) - Method in class io.vertx.core.VertxOptions
-
Set the value of cluster ping interval, in ms.
- setClusterPingReplyInterval(long) - Method in class io.vertx.core.VertxOptions
-
Set the value of cluster ping reply interval, in ms.
- setClusterPort(int) - Method in class io.vertx.core.VertxOptions
-
Set the port to be used for clustering.
- setCodecName(String) - Method in class io.vertx.core.eventbus.DeliveryOptions
-
Set the codec name.
- setCompressionSupported(boolean) - Method in class io.vertx.core.http.HttpServerOptions
-
Set whether the server supports compression
- setConfig(JsonObject) - Method in class io.vertx.core.DeploymentOptions
-
Set the JSON configuration that will be passed to the verticle(s) when it's deployed
- setConfig(Config) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
-
Set the hazelcast config
- setConfigPath(String) - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
Set the path for a config file that contains options in JSON format, to be used to create a new options object.
- setConnectTimeout(int) - Method in class io.vertx.core.http.HttpClientOptions
-
- setConnectTimeout(int) - Method in class io.vertx.core.net.ClientOptionsBase
-
Set the connect timeout
- setConnectTimeout(int) - Method in class io.vertx.core.net.NetClientOptions
-
- setContentType(String) - Method in class io.vertx.ext.mail.MailAttachment
-
set the Content-Type
- setCount(int) - Method in class io.vertx.redis.op.ScanOptions
-
- setCreate(boolean) - Method in class io.vertx.core.file.OpenOptions
-
Set whether the file should be created if it does not already exist.
- setCreateNew(boolean) - Method in class io.vertx.core.file.OpenOptions
-
Set whether the file should be created and fail if it does exist already.
- setData(Buffer) - Method in class io.vertx.ext.mail.MailAttachment
-
set the data
- setDefaultHost(String) - Method in class io.vertx.core.http.HttpClientOptions
-
Set the default host name to be used by this client in requests if none is provided when making the request.
- setDefaultPort(int) - Method in class io.vertx.core.http.HttpClientOptions
-
Set the default port to be used by this client in requests if none is provided when making the request.
- setDeleteOnClose(boolean) - Method in class io.vertx.core.file.OpenOptions
-
Set whether the file should be deleted when it's closed, or the JVM is shutdown.
- setDescription(String) - Method in class io.vertx.ext.mail.MailAttachment
-
set the description field to be used in the attachment
- setDirectLoggedInOKURL(String) - Method in interface io.vertx.ext.web.handler.FormLoginHandler
-
Set the url to redirect to if the user logs in directly at the url of the form login handler
without being redirected here first
- setDirectLoggedInOKURL(String) - Method in class io.vertx.rxjava.ext.web.handler.FormLoginHandler
-
Set the url to redirect to if the user logs in directly at the url of the form login handler
without being redirected here first
- setDirectoryListing(boolean) - Method in interface io.vertx.ext.web.handler.StaticHandler
-
Set whether directory listing is enabled
- setDirectoryListing(boolean) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
-
Set whether directory listing is enabled
- setDirectoryTemplate(String) - Method in interface io.vertx.ext.web.handler.StaticHandler
-
Set the directory template to be used when directory listing
- setDirectoryTemplate(String) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
-
Set the directory template to be used when directory listing
- setDisposition(String) - Method in class io.vertx.ext.mail.MailAttachment
-
set the disposition field to be used in the attachment
- setDomain(String) - Method in interface io.vertx.ext.web.Cookie
-
Sets the domain of this cookie
- setDomain(String) - Method in class io.vertx.rxjava.ext.web.Cookie
-
Sets the domain of this cookie
- setDouble(int, double) - Method in interface io.vertx.core.buffer.Buffer
-
Sets the double
at position pos
in the Buffer to the value d
.
- setDouble(int, double) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Sets the double
at position pos
in the Buffer to the value d
.
- setDSync(boolean) - Method in class io.vertx.core.file.OpenOptions
-
Set whether every write to the file's content ill be written synchronously to the underlying hardware.
- setEnabled(boolean) - Method in class io.vertx.core.metrics.MetricsOptions
-
Set whether metrics will be enabled on the Vert.x instance.
- setEnabled(boolean) - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
- setEnableFSTuning(boolean) - Method in interface io.vertx.ext.web.handler.StaticHandler
-
Set whether async/sync filesystem tuning should enabled
- setEnableFSTuning(boolean) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
-
Set whether async/sync filesystem tuning should enabled
- setEventLoopPoolSize(int) - Method in class io.vertx.core.VertxOptions
-
Set the number of event loop threads to be used by the Vert.x instance.
- setEX(long) - Method in class io.vertx.redis.op.SetOptions
-
- setex(String, long, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Set the value and expiration of a key
- setex(String, long, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Set the value and expiration of a key
- setExpectMultipart(boolean) - Method in interface io.vertx.core.http.HttpServerRequest
-
Call this with true if you are expecting a multi-part body to be submitted in the request.
- setExpectMultipart(boolean) - Method in class io.vertx.rxjava.core.http.HttpServerRequest
-
Call this with true if you are expecting a multi-part body to be submitted in the request.
- setExpiresInMinutes(long) - Method in class io.vertx.ext.auth.jwt.JWTOptions
-
The expiration time for the token in minutes
- setExpiresInSeconds(long) - Method in class io.vertx.ext.auth.jwt.JWTOptions
-
The expiration time for the token in seconds
- setExtension(String) - Method in interface io.vertx.ext.web.templ.HandlebarsTemplateEngine
-
Set the extension for the engine
- setExtension(String) - Method in interface io.vertx.ext.web.templ.JadeTemplateEngine
-
Set the extension for the engine
- setExtension(String) - Method in interface io.vertx.ext.web.templ.MVELTemplateEngine
-
Set the extension for the engine
- setExtension(String) - Method in class io.vertx.rxjava.ext.web.templ.HandlebarsTemplateEngine
-
Set the extension for the engine
- setExtension(String) - Method in class io.vertx.rxjava.ext.web.templ.JadeTemplateEngine
-
Set the extension for the engine
- setExtension(String) - Method in class io.vertx.rxjava.ext.web.templ.MVELTemplateEngine
-
Set the extension for the engine
- setExtraClasspath(List<String>) - Method in class io.vertx.core.DeploymentOptions
-
Set any extra classpath to be used when deploying the verticle.
- setFields(JsonObject) - Method in class io.vertx.ext.mongo.FindOptions
-
Set the fields
- setFilesReadOnly(boolean) - Method in interface io.vertx.ext.web.handler.StaticHandler
-
Set whether files are read-only and will never change
- setFilesReadOnly(boolean) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
-
Set whether files are read-only and will never change
- setFixedHeaders(boolean) - Method in class io.vertx.ext.mail.MailMessage
-
set whether our own headers should be the only headers added to the message
- setFloat(int, float) - Method in interface io.vertx.core.buffer.Buffer
-
Sets the float
at position pos
in the Buffer to the value f
.
- setFloat(int, float) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Sets the float
at position pos
in the Buffer to the value f
.
- setFormat(String) - Method in class io.vertx.ext.unit.report.ReportOptions
-
Set the current reporter format.
- setFrom(String) - Method in class io.vertx.ext.mail.MailMessage
-
set from address of this mail
- setHa(boolean) - Method in class io.vertx.core.DeploymentOptions
-
Set whether the verticle(s) will be deployed as HA.
- setHAEnabled(boolean) - Method in class io.vertx.core.VertxOptions
-
Set whether HA will be enabled on the Vert.x instance.
- setHAGroup(String) - Method in class io.vertx.core.VertxOptions
-
Set the HA group to be used when HA is enabled.
- setHandler(Handler<AsyncResult<T>>) - Method in interface io.vertx.core.Future
-
Set a handler for the result.
- setHandler(Handler<AsyncResult<T>>) - Method in class io.vertx.rxjava.core.Future
-
Set a handler for the result.
- setHandlerObservable() - Method in class io.vertx.rxjava.core.Future
-
Set a handler for the result.
- setHashStrategy(JDBCHashStrategy) - Method in interface io.vertx.ext.auth.jdbc.JDBCAuth
-
Set the hash strategy to use.
- setHeaders(MultiMap) - Method in class io.vertx.core.eventbus.DeliveryOptions
-
Set message headers from a multi-map.
- setHeaders(MultiMap) - Method in class io.vertx.ext.mail.MailMessage
-
set the headers to be set before filling our headers
- setHeartbeatInterval(long) - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
-
- setHost(String) - Method in class io.vertx.core.http.HttpServerOptions
-
- setHost(String) - Method in class io.vertx.core.net.NetServerOptions
-
Set the host
- setHostname(String) - Method in class io.vertx.ext.mail.MailConfig
-
Set the hostname of the smtp server.
- setHtml(String) - Method in class io.vertx.ext.mail.MailMessage
-
set the html text of this mail
- setHttpOnly(boolean) - Method in interface io.vertx.ext.web.Cookie
-
Determines if this cookie is HTTP only.
- setHttpOnly(boolean) - Method in class io.vertx.rxjava.ext.web.Cookie
-
Determines if this cookie is HTTP only.
- setId(String) - Method in class io.vertx.redis.op.KillFilter
-
Set ID filter
- setIdleTimeout(int) - Method in class io.vertx.core.http.HttpClientOptions
-
- setIdleTimeout(int) - Method in class io.vertx.core.http.HttpServerOptions
-
- setIdleTimeout(int) - Method in class io.vertx.core.net.NetClientOptions
-
- setIdleTimeout(int) - Method in class io.vertx.core.net.NetServerOptions
-
- setIdleTimeout(int) - Method in class io.vertx.core.net.TCPSSLOptions
-
Set the idle timeout, in seconds.
- setIdleTimeout(int) - Method in class io.vertx.ext.mail.MailConfig
-
set the timeout for idle smtp connections (in seconds)
if not set, the default is 300 seconds
- setIgnoreExpiration(boolean) - Method in interface io.vertx.ext.web.handler.JWTAuthHandler
-
Set whether expiration is ignored
- setIgnoreExpiration(boolean) - Method in class io.vertx.rxjava.ext.web.handler.JWTAuthHandler
-
Set whether expiration is ignored
- setInboundPermitted(List<PermittedOptions>) - Method in class io.vertx.ext.web.handler.sockjs.BridgeOptions
-
- setIncludeHidden(boolean) - Method in interface io.vertx.ext.web.handler.StaticHandler
-
Set whether hidden files should be served
- setIncludeHidden(boolean) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
-
Set whether hidden files should be served
- setIndexPage(String) - Method in interface io.vertx.ext.web.handler.StaticHandler
-
Set the index page
- setIndexPage(String) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
-
Set the index page
- setInsertJSESSIONID(boolean) - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
-
- setInstances(int) - Method in class io.vertx.core.DeploymentOptions
-
Set the number of instances that should be deployed.
- setInt(int, int) - Method in interface io.vertx.core.buffer.Buffer
-
Sets the int
at position pos
in the Buffer to the value i
.
- setInt(int, int) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Sets the int
at position pos
in the Buffer to the value i
.
- setInternalBlockingPoolSize(int) - Method in class io.vertx.core.VertxOptions
-
Set the value of internal blocking pool size
- setIpV6(boolean) - Method in class io.vertx.core.datagram.DatagramSocketOptions
-
Set if IP v6 should be used
- setIsolatedClasses(List<String>) - Method in class io.vertx.core.DeploymentOptions
-
Set the isolated class names.
- setIsolationGroup(String) - Method in class io.vertx.core.DeploymentOptions
-
Set the isolation group that will be used when deploying the verticle(s)
- setIssuer(String) - Method in class io.vertx.ext.auth.jwt.JWTOptions
-
The issuer of this token
- setIssuer(String) - Method in interface io.vertx.ext.web.handler.JWTAuthHandler
-
Set the issuer
- setIssuer(String) - Method in class io.vertx.rxjava.ext.web.handler.JWTAuthHandler
-
Set the issuer
- setJmxDomain(String) - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
Set the JMX domain to use when JMX metrics are enabled.
- setJmxEnabled(boolean) - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
Set whether JMX will be enabled on the Vert.x instance.
- setKeepAlive(boolean) - Method in class io.vertx.core.http.HttpClientOptions
-
Set whether keep alive is enabled on the client
- setKeepAlive(boolean) - Method in class io.vertx.ext.mail.MailConfig
-
set if connection pool is enabled
default is true
- setKeyPath(String) - Method in class io.vertx.core.net.PemKeyCertOptions
-
Set the path to the key file
- setKeyStore(String) - Method in class io.vertx.ext.mail.MailConfig
-
get the key store filename to be used when opening SMTP connections
- setKeyStoreOptions(JksOptions) - Method in class io.vertx.core.http.HttpClientOptions
-
- setKeyStoreOptions(JksOptions) - Method in class io.vertx.core.http.HttpServerOptions
-
- setKeyStoreOptions(JksOptions) - Method in class io.vertx.core.net.NetClientOptions
-
- setKeyStoreOptions(JksOptions) - Method in class io.vertx.core.net.NetServerOptions
-
- setKeyStoreOptions(JksOptions) - Method in class io.vertx.core.net.TCPSSLOptions
-
Set the key/cert options in jks format, aka Java keystore.
- setKeyStorePassword(String) - Method in class io.vertx.ext.mail.MailConfig
-
get the key store password to be used when opening SMTP connections
- setKeyValue(Buffer) - Method in class io.vertx.core.net.PemKeyCertOptions
-
Set the key a a buffer
- setLibraryURL(String) - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
-
- setLimit(int) - Method in class io.vertx.ext.mongo.FindOptions
-
Set the limit
- setLimit(long, long) - Method in class io.vertx.redis.op.LimitOptions
-
- setLimit(long, long) - Method in class io.vertx.redis.op.SortOptions
-
- setLogin(LoginOption) - Method in class io.vertx.ext.mail.MailConfig
-
Set the login mode for the connection.
- setLong(int, long) - Method in interface io.vertx.core.buffer.Buffer
-
Sets the long
at position pos
in the Buffer to the value l
.
- setLong(int, long) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Sets the long
at position pos
in the Buffer to the value l
.
- setLoopbackModeDisabled(boolean) - Method in class io.vertx.core.datagram.DatagramSocketOptions
-
Set if loopback mode is disabled
- setMatch(JsonObject) - Method in class io.vertx.ext.web.handler.sockjs.PermittedOptions
-
This allows you to allow messages based on their structure.
- setMatch(String) - Method in class io.vertx.redis.op.ScanOptions
-
- setMaxAddressLength(int) - Method in class io.vertx.ext.web.handler.sockjs.BridgeOptions
-
- setMaxAge(long) - Method in interface io.vertx.ext.web.Cookie
-
Sets the maximum age of this cookie in seconds.
- setMaxAge(long) - Method in class io.vertx.rxjava.ext.web.Cookie
-
Sets the maximum age of this cookie in seconds.
- setMaxAgeSeconds(long) - Method in interface io.vertx.ext.web.handler.StaticHandler
-
Set value for max age in caching headers
- setMaxAgeSeconds(long) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
-
Set value for max age in caching headers
- setMaxAvgServeTimeNs(long) - Method in interface io.vertx.ext.web.handler.StaticHandler
-
Set the max serve time in ns, above which serves are considered slow
- setMaxAvgServeTimeNs(long) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
-
Set the max serve time in ns, above which serves are considered slow
- setMaxBufferedMessages(int) - Method in interface io.vertx.core.eventbus.MessageConsumer
-
Set the number of messages this registration will buffer when this stream is paused.
- setMaxBufferedMessages(int) - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
-
Set the number of messages this registration will buffer when this stream is paused.
- setMaxBytesStreaming(int) - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
-
- setMaxCacheSize(int) - Method in interface io.vertx.ext.web.handler.StaticHandler
-
Set the max cache size, when caching is enabled
- setMaxCacheSize(int) - Method in interface io.vertx.ext.web.templ.HandlebarsTemplateEngine
-
Set the max cache size for the engine
- setMaxCacheSize(int) - Method in interface io.vertx.ext.web.templ.JadeTemplateEngine
-
Set the max cache size for the engine
- setMaxCacheSize(int) - Method in interface io.vertx.ext.web.templ.MVELTemplateEngine
-
Set the max cache size for the engine
- setMaxCacheSize(int) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
-
Set the max cache size, when caching is enabled
- setMaxCacheSize(int) - Method in class io.vertx.rxjava.ext.web.templ.HandlebarsTemplateEngine
-
Set the max cache size for the engine
- setMaxCacheSize(int) - Method in class io.vertx.rxjava.ext.web.templ.JadeTemplateEngine
-
Set the max cache size for the engine
- setMaxCacheSize(int) - Method in class io.vertx.rxjava.ext.web.templ.MVELTemplateEngine
-
Set the max cache size for the engine
- setMaxEventLoopExecuteTime(long) - Method in class io.vertx.core.VertxOptions
-
Sets the value of max event loop execute time, in ns.
- setMaxHandlersPerSocket(int) - Method in class io.vertx.ext.web.handler.sockjs.BridgeOptions
-
- setMaxPoolSize(int) - Method in class io.vertx.core.http.HttpClientOptions
-
Set the maximum pool size for connections
- setMaxPoolSize(int) - Method in class io.vertx.ext.mail.MailConfig
-
set the max allowed number of open connections to the mail server
if not set the default is 10
- setMaxWebsocketFrameSize(int) - Method in class io.vertx.core.http.HttpClientOptions
-
Set the max websocket frame size
- setMaxWebsocketFrameSize(int) - Method in class io.vertx.core.http.HttpServerOptions
-
Set the maximum websocket frames size
- setMaxWorkerExecuteTime(long) - Method in class io.vertx.core.VertxOptions
-
Sets the value of max worker execute time, in ns.
- setMergeFormAttributes(boolean) - Method in interface io.vertx.ext.web.handler.BodyHandler
-
Set whether form attributes will be added to the request parameters
- setMergeFormAttributes(boolean) - Method in class io.vertx.rxjava.ext.web.handler.BodyHandler
-
Set whether form attributes will be added to the request parameters
- setMessageID(String) - Method in class io.vertx.ext.mail.MailResult
-
- setMetricsOptions(MetricsOptions) - Method in class io.vertx.core.VertxOptions
-
Set the metrics options
- setMode(String) - Method in interface io.vertx.ext.web.templ.ThymeleafTemplateEngine
-
Set the mode for the engine
- setMode(String) - Method in class io.vertx.rxjava.ext.web.templ.ThymeleafTemplateEngine
-
Set the mode for the engine
- setMulti(boolean) - Method in class io.vertx.ext.mongo.UpdateOptions
-
Set whether multi is enabled
- setMulticastNetworkInterface(String) - Method in class io.vertx.core.datagram.DatagramSocketOptions
-
Set the multicast network interface address
- setMulticastTimeToLive(int) - Method in class io.vertx.core.datagram.DatagramSocketOptions
-
Set the multicast ttl value
- setMultiThreaded(boolean) - Method in class io.vertx.core.DeploymentOptions
-
Set whether the verticle(s) should be deployed as a multi-threaded worker verticle
- setNagHttps(boolean) - Method in interface io.vertx.ext.web.handler.SessionHandler
-
Set whether a nagging log warning should be written if the session handler is accessed over HTTP, not
HTTPS
- setNagHttps(boolean) - Method in class io.vertx.rxjava.ext.web.handler.SessionHandler
-
Set whether a nagging log warning should be written if the session handler is accessed over HTTP, not
HTTPS
- setName(String) - Method in class io.vertx.ext.mail.MailAttachment
-
set the name
- setNoTimestamp(boolean) - Method in class io.vertx.ext.auth.jwt.JWTOptions
-
Disable the generation of issued at claim
- setNX(boolean) - Method in class io.vertx.redis.op.SetOptions
-
- setnx(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Set the value of a key, only if the key does not exist
- setnx(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Set the value of a key, only if the key does not exist
- SetOptions - Class in io.vertx.redis.op
-
- SetOptions() - Constructor for class io.vertx.redis.op.SetOptions
-
- SetOptions(SetOptions) - Constructor for class io.vertx.redis.op.SetOptions
-
- SetOptions(JsonObject) - Constructor for class io.vertx.redis.op.SetOptions
-
- setOutboundPermitted(List<PermittedOptions>) - Method in class io.vertx.ext.web.handler.sockjs.BridgeOptions
-
- setOutput(Handler<Buffer>) - Method in interface io.vertx.core.parsetools.RecordParser
-
- setOutput(Handler<Buffer>) - Method in class io.vertx.rxjava.core.parsetools.RecordParser
-
- setOwnHostname(String) - Method in class io.vertx.ext.mail.MailConfig
-
set the hostname to be used for HELO/EHLO and the Message-ID
- setPassword(String) - Method in class io.vertx.core.net.JksOptions
-
Set the password for the key store
- setPassword(String) - Method in class io.vertx.core.net.PfxOptions
-
Set the password
- setPassword(String) - Method in class io.vertx.ext.mail.MailConfig
-
Set the password for the login.
- setPasswordParam(String) - Method in interface io.vertx.ext.web.handler.FormLoginHandler
-
Set the name of the form param used to submit the password
- setPasswordParam(String) - Method in class io.vertx.rxjava.ext.web.handler.FormLoginHandler
-
Set the name of the form param used to submit the password
- setPath(String) - Method in class io.vertx.core.net.JksOptions
-
Set the path to the key store
- setPath(String) - Method in class io.vertx.core.net.PfxOptions
-
Set the path
- setPath(String) - Method in interface io.vertx.ext.web.Cookie
-
Sets the path of this cookie.
- setPath(String) - Method in class io.vertx.rxjava.ext.web.Cookie
-
Sets the path of this cookie.
- setPemKeyCertOptions(PemKeyCertOptions) - Method in class io.vertx.core.http.HttpClientOptions
-
- setPemKeyCertOptions(PemKeyCertOptions) - Method in class io.vertx.core.http.HttpServerOptions
-
- setPemKeyCertOptions(PemKeyCertOptions) - Method in class io.vertx.core.net.NetClientOptions
-
- setPemKeyCertOptions(PemKeyCertOptions) - Method in class io.vertx.core.net.NetServerOptions
-
- setPemKeyCertOptions(PemKeyCertOptions) - Method in class io.vertx.core.net.TCPSSLOptions
-
Set the key/cert store options in pem format.
- setPemTrustOptions(PemTrustOptions) - Method in class io.vertx.core.http.HttpClientOptions
-
- setPemTrustOptions(PemTrustOptions) - Method in class io.vertx.core.http.HttpServerOptions
-
- setPemTrustOptions(PemTrustOptions) - Method in class io.vertx.core.net.NetClientOptions
-
- setPemTrustOptions(PemTrustOptions) - Method in class io.vertx.core.net.NetServerOptions
-
- setPemTrustOptions(PemTrustOptions) - Method in class io.vertx.core.net.TCPSSLOptions
-
Set the trust options in pem format
- setPeriodic(long, Handler<Long>) - Method in interface io.vertx.core.Vertx
-
Set a periodic timer to fire every delay
milliseconds, at which point handler
will be called with
the id of the timer.
- setPeriodic(long, Handler<Long>) - Method in class io.vertx.rxjava.core.Vertx
-
Set a periodic timer to fire every delay
milliseconds, at which point handler
will be called with
the id of the timer.
- setPermissions(List<String>) - Method in class io.vertx.ext.auth.jwt.JWTOptions
-
The permissions of this token.
- setPermissionsQuery(String) - Method in interface io.vertx.ext.auth.jdbc.JDBCAuth
-
Set the permissions query to use.
- setPermissionsQuery(String) - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuth
-
Set the permissions query to use.
- setPerms(String) - Method in class io.vertx.core.file.OpenOptions
-
Set the permissions string
- setPfxKeyCertOptions(PfxOptions) - Method in class io.vertx.core.http.HttpClientOptions
-
- setPfxKeyCertOptions(PfxOptions) - Method in class io.vertx.core.http.HttpServerOptions
-
- setPfxKeyCertOptions(PfxOptions) - Method in class io.vertx.core.net.NetClientOptions
-
- setPfxKeyCertOptions(PfxOptions) - Method in class io.vertx.core.net.NetServerOptions
-
- setPfxKeyCertOptions(PfxOptions) - Method in class io.vertx.core.net.TCPSSLOptions
-
Set the key/cert options in pfx format.
- setPfxTrustOptions(PfxOptions) - Method in class io.vertx.core.http.HttpClientOptions
-
- setPfxTrustOptions(PfxOptions) - Method in class io.vertx.core.http.HttpServerOptions
-
- setPfxTrustOptions(PfxOptions) - Method in class io.vertx.core.net.NetClientOptions
-
- setPfxTrustOptions(PfxOptions) - Method in class io.vertx.core.net.NetServerOptions
-
- setPfxTrustOptions(PfxOptions) - Method in class io.vertx.core.net.TCPSSLOptions
-
Set the trust options in pfx format
- setPingTimeout(long) - Method in class io.vertx.ext.web.handler.sockjs.BridgeOptions
-
- setPipelining(boolean) - Method in class io.vertx.core.http.HttpClientOptions
-
Set whether pipe-lining is enabled on the client
- setPort(int) - Method in class io.vertx.core.http.HttpServerOptions
-
- setPort(int) - Method in class io.vertx.core.net.NetServerOptions
-
Set the port
- setPort(int) - Method in class io.vertx.ext.mail.MailConfig
-
Set the port of the smtp server.
- setPX(long) - Method in class io.vertx.redis.op.SetOptions
-
- setQuorumSize(int) - Method in class io.vertx.core.VertxOptions
-
Set the quorum size to be used when HA is enabled.
- setrange(String, int, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Overwrite part of a string at key starting at the specified offset
- setrange(String, int, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Overwrite part of a string at key starting at the specified offset
- setRead(boolean) - Method in class io.vertx.core.file.OpenOptions
-
Set whether the file is to be opened for reading
- setReadPos(long) - Method in interface io.vertx.core.file.AsyncFile
-
Sets the position from which data will be read from when using the file as a
ReadStream
.
- setReadPos(long) - Method in class io.vertx.rxjava.core.file.AsyncFile
-
Sets the position from which data will be read from when using the file as a
ReadStream
.
- setReceiveBufferSize(int) - Method in class io.vertx.core.datagram.DatagramSocketOptions
-
- setReceiveBufferSize(int) - Method in class io.vertx.core.http.HttpClientOptions
-
- setReceiveBufferSize(int) - Method in class io.vertx.core.http.HttpServerOptions
-
- setReceiveBufferSize(int) - Method in class io.vertx.core.net.NetClientOptions
-
- setReceiveBufferSize(int) - Method in class io.vertx.core.net.NetServerOptions
-
- setReceiveBufferSize(int) - Method in class io.vertx.core.net.NetworkOptions
-
Set the TCP receive buffer size
- setRecipients(List<String>) - Method in class io.vertx.ext.mail.MailResult
-
- setReconnectAttempts(int) - Method in class io.vertx.core.net.NetClientOptions
-
Set the value of reconnect attempts
- setReconnectInterval(long) - Method in class io.vertx.core.net.NetClientOptions
-
Set the reconnect interval
- setRegistryName(String) - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
Set the name used for registering the metrics in the Dropwizard shared registry.
- setReplyTimeout(long) - Method in class io.vertx.ext.web.handler.sockjs.BridgeOptions
-
- setReporters(List<ReportOptions>) - Method in class io.vertx.ext.unit.report.ReportingOptions
-
Replace the current list of reporters with a new one.
- setReporters(List<ReportOptions>) - Method in class io.vertx.ext.unit.TestOptions
-
- setRequiredAuthority(String) - Method in class io.vertx.ext.web.handler.sockjs.PermittedOptions
-
Declare a specific authority that user must have in order to allow messages
- setReturnURLParam(String) - Method in interface io.vertx.ext.web.handler.FormLoginHandler
-
Set the name of the session attrioute used to specify the return url
- setReturnURLParam(String) - Method in class io.vertx.rxjava.ext.web.handler.FormLoginHandler
-
Set the name of the session attrioute used to specify the return url
- setReuseAddress(boolean) - Method in class io.vertx.core.datagram.DatagramSocketOptions
-
- setReuseAddress(boolean) - Method in class io.vertx.core.http.HttpClientOptions
-
- setReuseAddress(boolean) - Method in class io.vertx.core.http.HttpServerOptions
-
- setReuseAddress(boolean) - Method in class io.vertx.core.net.NetClientOptions
-
- setReuseAddress(boolean) - Method in class io.vertx.core.net.NetServerOptions
-
- setReuseAddress(boolean) - Method in class io.vertx.core.net.NetworkOptions
-
Set the value of reuse address
- setRolePrefix(String) - Method in interface io.vertx.ext.auth.jdbc.JDBCAuth
-
Set the role prefix to distinguish from permissions when checking for isPermitted requests.
- setRolePrefix(String) - Method in interface io.vertx.ext.auth.shiro.ShiroAuth
-
Set the role prefix to distinguish from permissions when checking for isPermitted requests.
- setRolePrefix(String) - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuth
-
Set the role prefix to distinguish from permissions when checking for isPermitted requests.
- setRolePrefix(String) - Method in class io.vertx.rxjava.ext.auth.shiro.ShiroAuth
-
Set the role prefix to distinguish from permissions when checking for isPermitted requests.
- setRolesQuery(String) - Method in interface io.vertx.ext.auth.jdbc.JDBCAuth
-
Set the roles query to use.
- setRolesQuery(String) - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuth
-
Set the roles query to use.
- setSecure(boolean) - Method in interface io.vertx.ext.web.Cookie
-
Sets the security getStatus of this cookie
- setSecure(boolean) - Method in class io.vertx.rxjava.ext.web.Cookie
-
Sets the security getStatus of this cookie
- setSendBufferSize(int) - Method in class io.vertx.core.datagram.DatagramSocketOptions
-
- setSendBufferSize(int) - Method in class io.vertx.core.http.HttpClientOptions
-
- setSendBufferSize(int) - Method in class io.vertx.core.http.HttpServerOptions
-
- setSendBufferSize(int) - Method in class io.vertx.core.net.NetClientOptions
-
- setSendBufferSize(int) - Method in class io.vertx.core.net.NetServerOptions
-
- setSendBufferSize(int) - Method in class io.vertx.core.net.NetworkOptions
-
Set the TCP send buffer size
- setSendTimeout(long) - Method in class io.vertx.core.eventbus.DeliveryOptions
-
Set the send timeout.
- setSession(Session) - Method in interface io.vertx.ext.web.RoutingContext
-
Set the session.
- setSession(Session) - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
Set the session.
- setSessionCookieName(String) - Method in interface io.vertx.ext.web.handler.SessionHandler
-
Set the session cookie name
- setSessionCookieName(String) - Method in class io.vertx.rxjava.ext.web.handler.SessionHandler
-
Set the session cookie name
- setSessionTimeout(long) - Method in interface io.vertx.ext.web.handler.SessionHandler
-
Set the session timeout
- setSessionTimeout(long) - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
-
- setSessionTimeout(long) - Method in class io.vertx.rxjava.ext.web.handler.SessionHandler
-
Set the session timeout
- setShort(int, short) - Method in interface io.vertx.core.buffer.Buffer
-
Sets the short
at position pos
in the Buffer to the value s
.
- setShort(int, short) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Sets the short
at position pos
in the Buffer to the value s
.
- setSkip(int) - Method in class io.vertx.ext.mongo.FindOptions
-
Set the skip
- setSkipme(boolean) - Method in class io.vertx.redis.op.KillFilter
-
Set SKIPME filter
- setSoLinger(int) - Method in class io.vertx.core.http.HttpClientOptions
-
- setSoLinger(int) - Method in class io.vertx.core.http.HttpServerOptions
-
- setSoLinger(int) - Method in class io.vertx.core.net.NetClientOptions
-
- setSoLinger(int) - Method in class io.vertx.core.net.NetServerOptions
-
- setSoLinger(int) - Method in class io.vertx.core.net.TCPSSLOptions
-
Set whether SO_linger keep alive is enabled
- setSort(JsonObject) - Method in class io.vertx.ext.mongo.FindOptions
-
Set the sort document
- setSparse(boolean) - Method in class io.vertx.core.file.OpenOptions
-
Set whether a hint should be provided that the file to created is sparse
- setSsl(boolean) - Method in class io.vertx.core.http.HttpClientOptions
-
- setSsl(boolean) - Method in class io.vertx.core.http.HttpServerOptions
-
- setSsl(boolean) - Method in class io.vertx.core.net.NetClientOptions
-
- setSsl(boolean) - Method in class io.vertx.core.net.NetServerOptions
-
- setSsl(boolean) - Method in class io.vertx.core.net.TCPSSLOptions
-
Set whether SSL/TLS is enabled
- setSsl(boolean) - Method in class io.vertx.ext.mail.MailConfig
-
Set the sslOnConnect mode for the connection.
- setStarttls(StartTLSOptions) - Method in class io.vertx.ext.mail.MailConfig
-
Set the tls security mode for the connection.
- setStatusCode(int) - Method in interface io.vertx.core.http.HttpServerResponse
-
Set the status code.
- setStatusCode(int) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
-
Set the status code.
- setStatusMessage(String) - Method in interface io.vertx.core.http.HttpServerResponse
-
Set the status message
- setStatusMessage(String) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
-
Set the status message
- setStore(String) - Method in class io.vertx.redis.op.SortOptions
-
- setString(int, String) - Method in interface io.vertx.core.buffer.Buffer
-
Sets the bytes at position pos
in the Buffer to the value of str
encoded in UTF-8.
- setString(int, String, String) - Method in interface io.vertx.core.buffer.Buffer
-
Sets the bytes at position pos
in the Buffer to the value of str
encoded in encoding enc
.
- setString(int, String) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Sets the bytes at position pos
in the Buffer to the value of str
encoded in UTF-8.
- setString(int, String, String) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Sets the bytes at position pos
in the Buffer to the value of str
encoded in encoding enc
.
- setSubject(String) - Method in class io.vertx.ext.auth.jwt.JWTOptions
-
The subject of this token
- setSubject(String) - Method in class io.vertx.ext.mail.MailMessage
-
set the subject of this mail
- setSync(boolean) - Method in class io.vertx.core.file.OpenOptions
-
Set whether every write to the file's content and meta-data will be written synchronously to the underlying hardware.
- setTcpKeepAlive(boolean) - Method in class io.vertx.core.http.HttpClientOptions
-
- setTcpKeepAlive(boolean) - Method in class io.vertx.core.http.HttpServerOptions
-
- setTcpKeepAlive(boolean) - Method in class io.vertx.core.net.NetClientOptions
-
- setTcpKeepAlive(boolean) - Method in class io.vertx.core.net.NetServerOptions
-
- setTcpKeepAlive(boolean) - Method in class io.vertx.core.net.TCPSSLOptions
-
Set whether TCP keep alive is enabled
- setTcpNoDelay(boolean) - Method in class io.vertx.core.http.HttpClientOptions
-
- setTcpNoDelay(boolean) - Method in class io.vertx.core.http.HttpServerOptions
-
- setTcpNoDelay(boolean) - Method in class io.vertx.core.net.NetClientOptions
-
- setTcpNoDelay(boolean) - Method in class io.vertx.core.net.NetServerOptions
-
- setTcpNoDelay(boolean) - Method in class io.vertx.core.net.TCPSSLOptions
-
Set whether TCP no delay is enabled
- setText(String) - Method in class io.vertx.ext.mail.MailMessage
-
set the plain text of this mail
- setTimeout(long) - Method in interface io.vertx.core.http.HttpClientRequest
-
Set's the amount of time after which if a response is not received
TimeoutException
will be sent to the exception handler of this request.
- setTimeout(long) - Method in class io.vertx.ext.unit.TestOptions
-
Set the test timeout.
- setTimeout(long) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
-
Set's the amount of time after which if a response is not received
TimeoutException
will be sent to the exception handler of this request.
- setTimer(long, Handler<Long>) - Method in interface io.vertx.core.Vertx
-
Set a one-shot timer to fire after delay
milliseconds, at which point handler
will be called with
the id of the timer.
- setTimer(long, Handler<Long>) - Method in class io.vertx.rxjava.core.Vertx
-
Set a one-shot timer to fire after delay
milliseconds, at which point handler
will be called with
the id of the timer.
- setTo(List<String>) - Method in class io.vertx.ext.mail.MailMessage
-
set list of to addresses
- setTo(String) - Method in class io.vertx.ext.mail.MailMessage
-
helper method for single recipient
- setTo(String) - Method in class io.vertx.ext.unit.report.ReportOptions
-
Set the current reporter name.
- setTrafficClass(int) - Method in class io.vertx.core.datagram.DatagramSocketOptions
-
- setTrafficClass(int) - Method in class io.vertx.core.http.HttpClientOptions
-
- setTrafficClass(int) - Method in class io.vertx.core.http.HttpServerOptions
-
- setTrafficClass(int) - Method in class io.vertx.core.net.NetClientOptions
-
- setTrafficClass(int) - Method in class io.vertx.core.net.NetServerOptions
-
- setTrafficClass(int) - Method in class io.vertx.core.net.NetworkOptions
-
Set the value of traffic class
- setTruncateExisting(boolean) - Method in class io.vertx.core.file.OpenOptions
-
Set whether the file should be truncated to zero length on opening if it exists and is opened for write
- setTrustAll(boolean) - Method in class io.vertx.core.http.HttpClientOptions
-
- setTrustAll(boolean) - Method in class io.vertx.core.net.ClientOptionsBase
-
Set whether all server certificates should be trusted
- setTrustAll(boolean) - Method in class io.vertx.core.net.NetClientOptions
-
- setTrustAll(boolean) - Method in class io.vertx.ext.mail.MailConfig
-
set whether to trust all certificates on ssl connect the option is also
applied to STARTTLS operation
- setTrustStoreOptions(JksOptions) - Method in class io.vertx.core.http.HttpClientOptions
-
- setTrustStoreOptions(JksOptions) - Method in class io.vertx.core.http.HttpServerOptions
-
- setTrustStoreOptions(JksOptions) - Method in class io.vertx.core.net.NetClientOptions
-
- setTrustStoreOptions(JksOptions) - Method in class io.vertx.core.net.NetServerOptions
-
- setTrustStoreOptions(JksOptions) - Method in class io.vertx.core.net.TCPSSLOptions
-
Set the trust options in jks format, aka Java trustore
- setTryUseCompression(boolean) - Method in class io.vertx.core.http.HttpClientOptions
-
Set whether compression is enabled
- setType(MatchType) - Method in class io.vertx.ext.dropwizard.Match
-
Set the type of matching to apply.
- setType(KillFilter.Type) - Method in class io.vertx.redis.op.KillFilter
-
Set TYPE filter
- setUploadsDirectory(String) - Method in interface io.vertx.ext.web.handler.BodyHandler
-
Set the uploads directory to use
- setUploadsDirectory(String) - Method in class io.vertx.rxjava.ext.web.handler.BodyHandler
-
Set the uploads directory to use
- setUpsert(boolean) - Method in class io.vertx.ext.mongo.UpdateOptions
-
Set whether upsert is enabled
- setUseEventLoop(Boolean) - Method in class io.vertx.ext.unit.TestOptions
-
Configure the execution to use an event loop when there is no one existing.
- setUsePooledBuffers(boolean) - Method in class io.vertx.core.http.HttpClientOptions
-
- setUsePooledBuffers(boolean) - Method in class io.vertx.core.http.HttpServerOptions
-
- setUsePooledBuffers(boolean) - Method in class io.vertx.core.net.NetClientOptions
-
- setUsePooledBuffers(boolean) - Method in class io.vertx.core.net.NetServerOptions
-
- setUsePooledBuffers(boolean) - Method in class io.vertx.core.net.TCPSSLOptions
-
Set whether Netty pooled buffers are enabled
- setUser(User) - Method in interface io.vertx.ext.web.RoutingContext
-
Set the user.
- setUser(User) - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
Set the user.
- setUsername(String) - Method in class io.vertx.ext.mail.MailConfig
-
Set the username for the login.
- setUsernameParam(String) - Method in interface io.vertx.ext.web.handler.FormLoginHandler
-
Set the name of the form param used to submit the username
- setUsernameParam(String) - Method in class io.vertx.rxjava.ext.web.handler.FormLoginHandler
-
Set the name of the form param used to submit the username
- setValue(Buffer) - Method in class io.vertx.core.net.JksOptions
-
Set the key store as a buffer
- setValue(Buffer) - Method in class io.vertx.core.net.PfxOptions
-
Set the store as a buffer
- setValue(String) - Method in class io.vertx.ext.dropwizard.Match
-
Set the matched value.
- setValue(String) - Method in interface io.vertx.ext.web.Cookie
-
Sets the value of this cookie
- setValue(String) - Method in class io.vertx.rxjava.ext.web.Cookie
-
Sets the value of this cookie
- setVerifyHost(boolean) - Method in class io.vertx.core.http.HttpClientOptions
-
Set whether hostname verification is enabled
- setVertx(Vertx) - Method in interface io.vertx.core.spi.cluster.ClusterManager
-
- setVertx(Vertx) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
-
- setWarningExceptionTime(long) - Method in class io.vertx.core.VertxOptions
-
Set the threshold value above this, the blocked warning contains a stack trace.
- setWebRoot(String) - Method in interface io.vertx.ext.web.handler.StaticHandler
-
Set the web root
- setWebRoot(String) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
-
Set the web root
- setWebsocketSubProtocol(String) - Method in class io.vertx.core.http.HttpServerOptions
-
Set the websocket subprotocols supported by the server.
- setWithOptions(String, String, SetOptions, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
-
Set the string value of a key
- setWithOptions(String, String, SetOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Set the string value of a key
- setWorker(boolean) - Method in class io.vertx.core.DeploymentOptions
-
Set whether the verticle(s) should be deployed as a worker verticle
- setWorkerPoolSize(int) - Method in class io.vertx.core.VertxOptions
-
Set the maximum number of worker threads to be used by the Vert.x instance.
- setWrite(boolean) - Method in class io.vertx.core.file.OpenOptions
-
Set whether the file is to be opened for writing
- setWriteOption(WriteOption) - Method in class io.vertx.ext.mongo.UpdateOptions
-
Set the write option
- setWritePos(long) - Method in interface io.vertx.core.file.AsyncFile
-
Sets the position from which data will be written when using the file as a
WriteStream
.
- setWritePos(long) - Method in class io.vertx.rxjava.core.file.AsyncFile
-
Sets the position from which data will be written when using the file as a
WriteStream
.
- setWriteQueueMaxSize(int) - Method in interface io.vertx.core.datagram.PacketWritestream
-
- setWriteQueueMaxSize(int) - Method in interface io.vertx.core.eventbus.MessageProducer
-
- setWriteQueueMaxSize(int) - Method in interface io.vertx.core.file.AsyncFile
-
- setWriteQueueMaxSize(int) - Method in interface io.vertx.core.http.HttpClientRequest
-
- setWriteQueueMaxSize(int) - Method in interface io.vertx.core.http.HttpServerResponse
-
- setWriteQueueMaxSize(int) - Method in interface io.vertx.core.http.ServerWebSocket
-
- setWriteQueueMaxSize(int) - Method in interface io.vertx.core.http.WebSocket
-
- setWriteQueueMaxSize(int) - Method in interface io.vertx.core.http.WebSocketBase
-
- setWriteQueueMaxSize(int) - Method in interface io.vertx.core.net.NetSocket
-
- setWriteQueueMaxSize(int) - Method in interface io.vertx.core.streams.Pump
-
Set the write queue max size to maxSize
- setWriteQueueMaxSize(int) - Method in interface io.vertx.core.streams.WriteStream
-
Set the maximum size of the write queue to maxSize
.
- setWriteQueueMaxSize(int) - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
-
- setWriteQueueMaxSize(int) - Method in class io.vertx.rxjava.core.datagram.PacketWritestream
-
- setWriteQueueMaxSize(int) - Method in class io.vertx.rxjava.core.eventbus.MessageProducer
-
- setWriteQueueMaxSize(int) - Method in class io.vertx.rxjava.core.file.AsyncFile
-
- setWriteQueueMaxSize(int) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
-
- setWriteQueueMaxSize(int) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
-
- setWriteQueueMaxSize(int) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
-
- setWriteQueueMaxSize(int) - Method in class io.vertx.rxjava.core.http.WebSocket
-
- setWriteQueueMaxSize(int) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
-
- setWriteQueueMaxSize(int) - Method in class io.vertx.rxjava.core.net.NetSocket
-
- setWriteQueueMaxSize(int) - Method in class io.vertx.rxjava.core.streams.Pump
-
Set the write queue max size to maxSize
- setWriteQueueMaxSize(int) - Method in interface io.vertx.rxjava.core.streams.WriteStream
-
Set the maximum size of the write queue to maxSize
.
- setWriteQueueMaxSize(int) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
-
- setXX(boolean) - Method in class io.vertx.redis.op.SetOptions
-
- Shareable - Interface in io.vertx.core.shareddata
-
A marker interface which allows you to put arbitrary objects into a
LocalMap
.
- SharedData - Interface in io.vertx.core.shareddata
-
Shared data allows you to share data safely between different parts of your application in a safe way.
- sharedData() - Method in interface io.vertx.core.Vertx
-
Get the shared data object.
- SharedData - Class in io.vertx.rxjava.core.shareddata
-
Shared data allows you to share data safely between different parts of your application in a safe way.
- SharedData(SharedData) - Constructor for class io.vertx.rxjava.core.shareddata.SharedData
-
- sharedData() - Method in class io.vertx.rxjava.core.Vertx
-
Get the shared data object.
- ShiroAuth - Interface in io.vertx.ext.auth.shiro
-
Factory interface for creating Apache Shiro based
AuthProvider
instances.
- ShiroAuth - Class in io.vertx.rxjava.ext.auth.shiro
-
Factory interface for creating Apache Shiro based
AuthProvider
instances.
- ShiroAuth(ShiroAuth) - Constructor for class io.vertx.rxjava.ext.auth.shiro.ShiroAuth
-
- ShiroAuthRealmType - Enum in io.vertx.ext.auth.shiro
-
The type of the Shiro auth realm
- ShutdownOptions - Enum in io.vertx.redis.op
-
- SingleOnSubscribeAdapter<T> - Class in io.vertx.rx.java
-
- SingleOnSubscribeAdapter() - Constructor for class io.vertx.rx.java.SingleOnSubscribeAdapter
-
- sinter(List<String>, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Intersect multiple sets
- sinter(List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Intersect multiple sets
- sinterstore(String, List<String>, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Intersect multiple sets and store the resulting set in a key
- sinterstore(String, List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Intersect multiple sets and store the resulting set in a key
- sismember(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Determine if a given value is a member of a set
- sismember(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Determine if a given value is a member of a set
- size() - Method in interface io.vertx.core.file.FileProps
-
The size of the file, in bytes
- size() - Method in class io.vertx.core.http.CaseInsensitiveHeaders
-
- size() - Method in interface io.vertx.core.http.HttpServerFileUpload
-
The size of the upload may not be available until it is all read.
- size() - Method in class io.vertx.core.json.JsonArray
-
Get the number of values in this JSON array
- size() - Method in class io.vertx.core.json.JsonObject
-
Get the number of entries in the JSON object
- size() - Method in interface io.vertx.core.MultiMap
-
Return the number of keys.
- size(Handler<AsyncResult<Integer>>) - Method in interface io.vertx.core.shareddata.AsyncMap
-
Provide the number of entries in the map
- size() - Method in interface io.vertx.core.shareddata.LocalMap
-
Get the size of the map
- size() - Method in interface io.vertx.ext.web.FileUpload
-
- size(Handler<AsyncResult<Integer>>) - Method in interface io.vertx.ext.web.sstore.SessionStore
-
Get the number of sessions in the store
- size() - Method in class io.vertx.rxjava.core.file.FileProps
-
The size of the file, in bytes
- size() - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
-
The size of the upload may not be available until it is all read.
- size() - Method in class io.vertx.rxjava.core.MultiMap
-
Return the number of keys.
- size(Handler<AsyncResult<Integer>>) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
-
Provide the number of entries in the map
- size() - Method in class io.vertx.rxjava.core.shareddata.LocalMap
-
Get the size of the map
- size() - Method in class io.vertx.rxjava.ext.web.FileUpload
-
- size(Handler<AsyncResult<Integer>>) - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
-
Get the number of sessions in the store
- sizeObservable() - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
-
Provide the number of entries in the map
- sizeObservable() - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
-
Get the number of sessions in the store
- slaveof(String, int, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Make the server a slave of another instance
- slaveof(String, int, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Make the server a slave of another instance
- slaveofNoone(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Make this server a master
- slaveofNoone(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Make this server a master
- SLF4JLogDelegate - Class in io.vertx.core.logging
-
- SLF4JLogDelegateFactory - Class in io.vertx.core.logging
-
- SLF4JLogDelegateFactory() - Constructor for class io.vertx.core.logging.SLF4JLogDelegateFactory
-
- slice() - Method in interface io.vertx.core.buffer.Buffer
-
Returns a slice of this buffer.
- slice(int, int) - Method in interface io.vertx.core.buffer.Buffer
-
Returns a slice of this buffer.
- slice() - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Returns a slice of this buffer.
- slice(int, int) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Returns a slice of this buffer.
- slowlogGet(int, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Read the Redis slow queries log
- slowlogGet(int, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Read the Redis slow queries log
- slowlogLen(Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Get the length of the Redis slow queries log
- slowlogLen(Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get the length of the Redis slow queries log
- slowlogReset(Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
-
Reset the Redis slow queries log
- slowlogReset(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Reset the Redis slow queries log
- smembers(String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Get all the members in a set
- smembers(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get all the members in a set
- smove(String, String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Move a member from one set to another
- smove(String, String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Move a member from one set to another
- socket() - Method in interface io.vertx.ext.web.handler.sockjs.BridgeEvent
-
Get the SockJSSocket instance corresponding to the event
- socket() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.BridgeEvent
-
Get the SockJSSocket instance corresponding to the event
- SocketAddress - Interface in io.vertx.core.net
-
The address of a socket
- SocketAddress - Class in io.vertx.rxjava.core.net
-
The address of a socket
NOTE: This class has been automatically generated from the
original
non RX-ified interface using Vert.x codegen.
- SocketAddress(SocketAddress) - Constructor for class io.vertx.rxjava.core.net.SocketAddress
-
- socketHandler(Handler<SockJSSocket>) - Method in interface io.vertx.ext.web.handler.sockjs.SockJSHandler
-
Set a SockJS socket handler.
- socketHandler(Handler<SockJSSocket>) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSHandler
-
Set a SockJS socket handler.
- SockJSHandler - Interface in io.vertx.ext.web.handler.sockjs
-
A handler that allows you to handle SockJS connections from clients.
- SockJSHandler - Class in io.vertx.rxjava.ext.web.handler.sockjs
-
A handler that allows you to handle SockJS connections from clients.
- SockJSHandler(SockJSHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.sockjs.SockJSHandler
-
- SockJSHandlerOptions - Class in io.vertx.ext.web.handler.sockjs
-
Options for configuring a SockJS handler
- SockJSHandlerOptions(SockJSHandlerOptions) - Constructor for class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
-
- SockJSHandlerOptions() - Constructor for class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
-
- SockJSHandlerOptions(JsonObject) - Constructor for class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
-
- SockJSSocket - Interface in io.vertx.ext.web.handler.sockjs
-
You interact with SockJS clients through instances of SockJS socket.
- SockJSSocket - Class in io.vertx.rxjava.ext.web.handler.sockjs
-
You interact with SockJS clients through instances of SockJS socket.
- SockJSSocket(SockJSSocket) - Constructor for class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
-
- sort(String, SortOptions, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Sort the elements in a list, set or sorted set
- sort(String, SortOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Sort the elements in a list, set or sorted set
- SortOptions - Class in io.vertx.redis.op
-
- SortOptions() - Constructor for class io.vertx.redis.op.SortOptions
-
- SortOptions(SortOptions) - Constructor for class io.vertx.redis.op.SortOptions
-
- SortOptions(JsonObject) - Constructor for class io.vertx.redis.op.SortOptions
-
- specificDurationUnits(Map<String, TimeUnit>) - Method in class io.vertx.ext.dropwizard.reporters.JmxReporter.Builder
-
Use specific
TimeUnit
s for the duration of the metrics with these names.
- specificRateUnits(Map<String, TimeUnit>) - Method in class io.vertx.ext.dropwizard.reporters.JmxReporter.Builder
-
Use specific
TimeUnit
s for the rate of the metrics with these names.
- spop(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Remove and return a random member from a set
- spop(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Remove and return a random member from a set
- spopMany(String, int, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Remove and return random members from a set
- spopMany(String, int, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Remove and return random members from a set
- srandmember(String, int, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Get one or multiple random members from a set
- srandmember(String, int, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get one or multiple random members from a set
- srem(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Remove one member from a set
- srem(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Remove one member from a set
- sremMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Remove one or more members from a set
- sremMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Remove one or more members from a set
- SrvRecord - Interface in io.vertx.core.dns
-
Represent a Service-Record (SRV) which was resolved for a domain.
- SrvRecord - Class in io.vertx.rxjava.core.dns
-
Represent a Service-Record (SRV) which was resolved for a domain.
- SrvRecord(SrvRecord) - Constructor for class io.vertx.rxjava.core.dns.SrvRecord
-
- sscan(String, String, ScanOptions, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
-
Incrementally iterate Set elements
- sscan(String, String, ScanOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Incrementally iterate Set elements
- stackTrace() - Method in interface io.vertx.ext.unit.report.Failure
-
- stackTrace() - Method in class io.vertx.rxjava.ext.unit.report.Failure
-
- start(Future<Void>) - Method in class io.vertx.core.AbstractVerticle
-
Start the verticle.
- start() - Method in class io.vertx.core.AbstractVerticle
-
If your verticle does a simple, synchronous start-up then override this method and put your start-up
code in there.
- start() - Method in interface io.vertx.core.streams.Pump
-
Start the Pump.
- start(Future<Void>) - Method in interface io.vertx.core.Verticle
-
Start the verticle instance.
- start() - Method in class io.vertx.ext.dropwizard.reporters.JmxReporter
-
Starts the reporter.
- start(long, TimeUnit, BiConsumer<String, Object>) - Method in class io.vertx.ext.dropwizard.ScheduledMetricsConsumer
-
- start() - Method in class io.vertx.ext.mail.MailServiceVerticle
-
- start() - Method in class io.vertx.rxjava.core.streams.Pump
-
Start the Pump.
- Starter - Class in io.vertx.core
-
A main()
class that can be used to deploy verticles.
- Starter() - Constructor for class io.vertx.core.Starter
-
- StartTLSOptions - Enum in io.vertx.ext.mail
-
possible options for a secure connection using TLS
either DISABLED, OPTIONAL or REQUIRED
- StaticHandler - Interface in io.vertx.ext.web.handler
-
A handler for serving static resources from the file system or classpath.
- StaticHandler - Class in io.vertx.rxjava.ext.web.handler
-
A handler for serving static resources from the file system or classpath.
- StaticHandler(StaticHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.StaticHandler
-
- statusCode() - Method in interface io.vertx.core.http.HttpClientResponse
-
- statusCode() - Method in interface io.vertx.ext.web.RoutingContext
-
If the context is being routed to failure handlers after a failure has been triggered by calling
RoutingContext.fail(int)
then this will return that status code.
- statusCode() - Method in class io.vertx.rxjava.core.http.HttpClientResponse
-
- statusCode() - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
If the context is being routed to failure handlers after a failure has been triggered by calling
RoutingContext.fail(int)
then this will return that status code.
- statusMessage() - Method in interface io.vertx.core.http.HttpClientResponse
-
- statusMessage() - Method in class io.vertx.rxjava.core.http.HttpClientResponse
-
- stop(Future<Void>) - Method in class io.vertx.core.AbstractVerticle
-
Stop the verticle.
- stop() - Method in class io.vertx.core.AbstractVerticle
-
If your verticle has simple synchronous clean-up tasks to complete then override this method and put your clean-up
code in there.
- stop() - Method in interface io.vertx.core.streams.Pump
-
Stop the Pump.
- stop(Future<Void>) - Method in interface io.vertx.core.Verticle
-
Stop the verticle instance.
- stop() - Method in class io.vertx.ext.dropwizard.reporters.JmxReporter
-
Stops the reporter.
- stop() - Method in class io.vertx.ext.dropwizard.ScheduledMetricsConsumer
-
- stop() - Method in class io.vertx.ext.mail.MailServiceVerticle
-
- stop() - Method in class io.vertx.rxjava.core.streams.Pump
-
Stop the Pump.
- stream() - Method in class io.vertx.core.json.JsonArray
-
Get a Stream over the entries in the JSON array
- stream() - Method in class io.vertx.core.json.JsonObject
-
Get a stream of the entries in the JSON object.
- StreamBase - Interface in io.vertx.core.streams
-
Base interface for a stream.
- StreamBase - Interface in io.vertx.rxjava.core.streams
-
Base interface for a stream.
- streamToFileSystem(String) - Method in interface io.vertx.core.http.HttpServerFileUpload
-
Stream the content of this upload to the given file on storage.
- streamToFileSystem(String) - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
-
Stream the content of this upload to the given file on storage.
- strlen(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Get the length of the value stored in a key
- strlen(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get the length of the value stored in a key
- subRef - Variable in class io.vertx.rx.java.SingleOnSubscribeAdapter
-
- subscribe(List<String>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
-
Listen for messages published to the given channels
- subscribe(List<String>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Listen for messages published to the given channels
- succeeded() - Method in interface io.vertx.core.AsyncResult
-
Did it succeed?
- succeeded() - Method in interface io.vertx.ext.unit.report.TestResult
-
Did it succeed?
- succeeded() - Method in class io.vertx.rxjava.ext.unit.report.TestResult
-
Did it succeed?
- succeededFuture() - Static method in interface io.vertx.core.Future
-
Create a succeeded future with a null result
- succeededFuture(T) - Static method in interface io.vertx.core.Future
-
Created a succeeded future with the specified result.
- succeededFuture() - Static method in class io.vertx.rxjava.core.Future
-
Create a succeeded future with a null result
- succeededFuture(T) - Static method in class io.vertx.rxjava.core.Future
-
Created a succeeded future with the specified result.
- sunion(List<String>, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Add multiple sets
- sunion(List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Add multiple sets
- sunionstore(String, List<String>, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Add multiple sets and store the resulting set in a key
- sunionstore(String, List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Add multiple sets and store the resulting set in a key
- symlink(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
-
Create a symbolic link on the file system from link
to existing
, asynchronously.
- symlink(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
-
Create a symbolic link on the file system from link
to existing
, asynchronously.
- symlinkBlocking(String, String) - Method in interface io.vertx.core.file.FileSystem
-
- symlinkBlocking(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
-
- symlinkObservable(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
-
Create a symbolic link on the file system from link
to existing
, asynchronously.
- sync(Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
-
Internal command used for replication
- sync(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Internal command used for replication
- systemCodecID() - Method in interface io.vertx.core.eventbus.MessageCodec
-
Used to identify system codecs.
- warn(Object) - Method in class io.vertx.core.logging.JULLogDelegate
-
- warn(Object, Throwable) - Method in class io.vertx.core.logging.JULLogDelegate
-
- warn(Object) - Method in class io.vertx.core.logging.Log4jLogDelegate
-
- warn(Object, Throwable) - Method in class io.vertx.core.logging.Log4jLogDelegate
-
- warn(Object) - Method in class io.vertx.core.logging.Logger
-
- warn(Object, Throwable) - Method in class io.vertx.core.logging.Logger
-
- warn(Object) - Method in class io.vertx.core.logging.SLF4JLogDelegate
-
- warn(Object, Throwable) - Method in class io.vertx.core.logging.SLF4JLogDelegate
-
- warn(Object) - Method in interface io.vertx.core.spi.logging.LogDelegate
-
- warn(Object, Throwable) - Method in interface io.vertx.core.spi.logging.LogDelegate
-
- watch(List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Watch the given keys to determine execution of the MULTI/EXEC block
- watch(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Watch the given keys to determine execution of the MULTI/EXEC block
- webSession() - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
-
- webSession() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
-
- websocket(int, String, String, Handler<WebSocket>) - Method in interface io.vertx.core.http.HttpClient
-
Connect a WebSocket to the specified port, host and relative request URI
- websocket(String, String, Handler<WebSocket>) - Method in interface io.vertx.core.http.HttpClient
-
Connect a WebSocket to the host and relative request URI and default port
- websocket(int, String, String, MultiMap, Handler<WebSocket>) - Method in interface io.vertx.core.http.HttpClient
-
Connect a WebSocket to the specified port, host and relative request URI, and with the specified headers
- websocket(String, String, MultiMap, Handler<WebSocket>) - Method in interface io.vertx.core.http.HttpClient
-
Connect a WebSocket to the specified host,relative request UR, and default port and with the specified headers
- websocket(int, String, String, MultiMap, WebsocketVersion, Handler<WebSocket>) - Method in interface io.vertx.core.http.HttpClient
-
Connect a WebSocket to the specified port, host and relative request URI, with the specified headers and using
the specified version of WebSockets
- websocket(String, String, MultiMap, WebsocketVersion, Handler<WebSocket>) - Method in interface io.vertx.core.http.HttpClient
-
Connect a WebSocket to the specified host, relative request URI and default port with the specified headers and using
the specified version of WebSockets
- websocket(int, String, String, MultiMap, WebsocketVersion, String, Handler<WebSocket>) - Method in interface io.vertx.core.http.HttpClient
-
Connect a WebSocket to the specified port, host and relative request URI, with the specified headers, using
the specified version of WebSockets, and the specified websocket sub protocols
- websocket(String, String, MultiMap, WebsocketVersion, String, Handler<WebSocket>) - Method in interface io.vertx.core.http.HttpClient
-
Connect a WebSocket to the specified host, relative request URI and default port, with the specified headers, using
the specified version of WebSockets, and the specified websocket sub protocols
- websocket(String, Handler<WebSocket>) - Method in interface io.vertx.core.http.HttpClient
-
Connect a WebSocket at the relative request URI using the default host and port
- websocket(String, MultiMap, Handler<WebSocket>) - Method in interface io.vertx.core.http.HttpClient
-
Connect a WebSocket at the relative request URI using the default host and port and the specified headers
- websocket(String, MultiMap, WebsocketVersion, Handler<WebSocket>) - Method in interface io.vertx.core.http.HttpClient
-
Connect a WebSocket at the relative request URI using the default host and port, the specified headers and the
specified version of WebSockets
- websocket(String, MultiMap, WebsocketVersion, String, Handler<WebSocket>) - Method in interface io.vertx.core.http.HttpClient
-
Connect a WebSocket at the relative request URI using the default host and port, the specified headers, the
specified version of WebSockets and the specified sub protocols
- WEBSOCKET - Static variable in class io.vertx.core.http.HttpHeaders
-
WebSocket header value
- WebSocket - Interface in io.vertx.core.http
-
Represents a client-side WebSocket.
- websocket(int, String, String, Handler<WebSocket>) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Connect a WebSocket to the specified port, host and relative request URI
- websocket(String, String, Handler<WebSocket>) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Connect a WebSocket to the host and relative request URI and default port
- websocket(int, String, String, MultiMap, Handler<WebSocket>) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Connect a WebSocket to the specified port, host and relative request URI, and with the specified headers
- websocket(String, String, MultiMap, Handler<WebSocket>) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Connect a WebSocket to the specified host,relative request UR, and default port and with the specified headers
- websocket(int, String, String, MultiMap, WebsocketVersion, Handler<WebSocket>) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Connect a WebSocket to the specified port, host and relative request URI, with the specified headers and using
the specified version of WebSockets
- websocket(String, String, MultiMap, WebsocketVersion, Handler<WebSocket>) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Connect a WebSocket to the specified host, relative request URI and default port with the specified headers and using
the specified version of WebSockets
- websocket(int, String, String, MultiMap, WebsocketVersion, String, Handler<WebSocket>) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Connect a WebSocket to the specified port, host and relative request URI, with the specified headers, using
the specified version of WebSockets, and the specified websocket sub protocols
- websocket(String, String, MultiMap, WebsocketVersion, String, Handler<WebSocket>) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Connect a WebSocket to the specified host, relative request URI and default port, with the specified headers, using
the specified version of WebSockets, and the specified websocket sub protocols
- websocket(String, Handler<WebSocket>) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Connect a WebSocket at the relative request URI using the default host and port
- websocket(String, MultiMap, Handler<WebSocket>) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Connect a WebSocket at the relative request URI using the default host and port and the specified headers
- websocket(String, MultiMap, WebsocketVersion, Handler<WebSocket>) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Connect a WebSocket at the relative request URI using the default host and port, the specified headers and the
specified version of WebSockets
- websocket(String, MultiMap, WebsocketVersion, String, Handler<WebSocket>) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Connect a WebSocket at the relative request URI using the default host and port, the specified headers, the
specified version of WebSockets and the specified sub protocols
- WebSocket - Class in io.vertx.rxjava.core.http
-
Represents a client-side WebSocket.
- WebSocket(WebSocket) - Constructor for class io.vertx.rxjava.core.http.WebSocket
-
- WebSocketBase - Interface in io.vertx.core.http
-
Base WebSocket implementation.
- WebSocketBase - Interface in io.vertx.rxjava.core.http
-
Base WebSocket implementation.
- WebSocketFrame - Interface in io.vertx.core.http
-
A WebSocket frame that represents either text or binary data.
- WebSocketFrame - Class in io.vertx.rxjava.core.http
-
A WebSocket frame that represents either text or binary data.
- WebSocketFrame(WebSocketFrame) - Constructor for class io.vertx.rxjava.core.http.WebSocketFrame
-
- WebSocketFrameFactory - Interface in io.vertx.core.spi
-
- websocketHandler(Handler<ServerWebSocket>) - Method in interface io.vertx.core.http.HttpServer
-
Set the websocket handler for the server to wsHandler
.
- websocketHandler() - Method in interface io.vertx.core.http.HttpServer
-
- websocketHandler(Handler<ServerWebSocket>) - Method in class io.vertx.rxjava.core.http.HttpServer
-
Set the websocket handler for the server to wsHandler
.
- websocketStream(int, String, String) - Method in interface io.vertx.core.http.HttpClient
-
Create a WebSocket stream to the specified port, host and relative request URI
- websocketStream(String, String) - Method in interface io.vertx.core.http.HttpClient
-
Create a WebSocket stream to the specified host, relative request URI and default port
- websocketStream(int, String, String, MultiMap) - Method in interface io.vertx.core.http.HttpClient
-
Create a WebSocket stream to the specified port, host and relative request URI, and with the specified headers
- websocketStream(String, String, MultiMap) - Method in interface io.vertx.core.http.HttpClient
-
Create a WebSocket stream to the specified host, relative request URI and default port and with the specified headers
- websocketStream(int, String, String, MultiMap, WebsocketVersion) - Method in interface io.vertx.core.http.HttpClient
-
Create a WebSocket stream to the specified port, host and relative request URI, with the specified headers and using
the specified version of WebSockets
- websocketStream(String, String, MultiMap, WebsocketVersion) - Method in interface io.vertx.core.http.HttpClient
-
Create a WebSocket stream to the specified host, relative request URI and default port and with the specified headers and using
the specified version of WebSockets
- websocketStream(int, String, String, MultiMap, WebsocketVersion, String) - Method in interface io.vertx.core.http.HttpClient
-
Create a WebSocket stream to the specified port, host and relative request URI, with the specified headers, using
the specified version of WebSockets, and the specified websocket sub protocols
- websocketStream(String, String, MultiMap, WebsocketVersion, String) - Method in interface io.vertx.core.http.HttpClient
-
Create a WebSocket stream to the specified host, relative request URI and default port, with the specified headers, using
the specified version of WebSockets, and the specified websocket sub protocols
- websocketStream(String) - Method in interface io.vertx.core.http.HttpClient
-
Create a WebSocket stream at the relative request URI using the default host and port and the specified headers
- websocketStream(String, MultiMap) - Method in interface io.vertx.core.http.HttpClient
-
Create a WebSocket stream at the relative request URI using the default host and port and the specified headers
- websocketStream(String, MultiMap, WebsocketVersion) - Method in interface io.vertx.core.http.HttpClient
-
Create a WebSocket stream at the relative request URI using the default host and port, the specified headers and the
specified version of WebSockets
- websocketStream(String, MultiMap, WebsocketVersion, String) - Method in interface io.vertx.core.http.HttpClient
-
Create a WebSocket stream at the relative request URI using the default host and port, the specified headers, the
specified version of WebSockets and the specified sub protocols
- websocketStream() - Method in interface io.vertx.core.http.HttpServer
-
Return the websocket stream for the server.
- WebSocketStream - Interface in io.vertx.core.http
-
- websocketStream(int, String, String) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create a WebSocket stream to the specified port, host and relative request URI
- websocketStream(String, String) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create a WebSocket stream to the specified host, relative request URI and default port
- websocketStream(int, String, String, MultiMap) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create a WebSocket stream to the specified port, host and relative request URI, and with the specified headers
- websocketStream(String, String, MultiMap) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create a WebSocket stream to the specified host, relative request URI and default port and with the specified headers
- websocketStream(int, String, String, MultiMap, WebsocketVersion) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create a WebSocket stream to the specified port, host and relative request URI, with the specified headers and using
the specified version of WebSockets
- websocketStream(String, String, MultiMap, WebsocketVersion) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create a WebSocket stream to the specified host, relative request URI and default port and with the specified headers and using
the specified version of WebSockets
- websocketStream(int, String, String, MultiMap, WebsocketVersion, String) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create a WebSocket stream to the specified port, host and relative request URI, with the specified headers, using
the specified version of WebSockets, and the specified websocket sub protocols
- websocketStream(String, String, MultiMap, WebsocketVersion, String) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create a WebSocket stream to the specified host, relative request URI and default port, with the specified headers, using
the specified version of WebSockets, and the specified websocket sub protocols
- websocketStream(String) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create a WebSocket stream at the relative request URI using the default host and port and the specified headers
- websocketStream(String, MultiMap) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create a WebSocket stream at the relative request URI using the default host and port and the specified headers
- websocketStream(String, MultiMap, WebsocketVersion) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create a WebSocket stream at the relative request URI using the default host and port, the specified headers and the
specified version of WebSockets
- websocketStream(String, MultiMap, WebsocketVersion, String) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create a WebSocket stream at the relative request URI using the default host and port, the specified headers, the
specified version of WebSockets and the specified sub protocols
- websocketStream() - Method in class io.vertx.rxjava.core.http.HttpServer
-
Return the websocket stream for the server.
- WebSocketStream - Class in io.vertx.rxjava.core.http
-
- WebSocketStream(WebSocketStream) - Constructor for class io.vertx.rxjava.core.http.WebSocketStream
-
- WebsocketVersion - Enum in io.vertx.core.http
-
Represents the WebSocket version
- webUser() - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
-
- webUser() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
-
- weight() - Method in interface io.vertx.core.dns.SrvRecord
-
Returns the weight of this service record.
- weight() - Method in class io.vertx.rxjava.core.dns.SrvRecord
-
Returns the weight of this service record.
- withAfterClasses(Statement) - Method in class io.vertx.ext.unit.junit.VertxUnitRunner
-
- withAfters(FrameworkMethod, Object, Statement) - Method in class io.vertx.ext.unit.junit.VertxUnitRunner
-
- withBeforeClasses(Statement) - Method in class io.vertx.ext.unit.junit.VertxUnitRunner
-
- withBefores(FrameworkMethod, Object, Statement) - Method in class io.vertx.ext.unit.junit.VertxUnitRunner
-
- write(Buffer) - Method in interface io.vertx.core.datagram.PacketWritestream
-
- write(T) - Method in interface io.vertx.core.eventbus.MessageProducer
-
- write(Buffer) - Method in interface io.vertx.core.file.AsyncFile
-
- write(Buffer, long, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.AsyncFile
-
Write a
Buffer
to the file at position
position
in the file, asynchronously.
- write(Buffer) - Method in interface io.vertx.core.http.HttpClientRequest
-
- write(String) - Method in interface io.vertx.core.http.HttpClientRequest
-
Write a
String
to the request body, encoded as UTF-8.
- write(String, String) - Method in interface io.vertx.core.http.HttpClientRequest
-
Write a
String
to the request body, encoded using the encoding
enc
.
- write(Buffer) - Method in interface io.vertx.core.http.HttpServerResponse
-
- write(String, String) - Method in interface io.vertx.core.http.HttpServerResponse
-
Write a
String
to the response body, encoded using the encoding
enc
.
- write(String) - Method in interface io.vertx.core.http.HttpServerResponse
-
Write a
String
to the response body, encoded in UTF-8.
- write(Buffer) - Method in interface io.vertx.core.http.ServerWebSocket
-
- write(Buffer) - Method in interface io.vertx.core.http.WebSocket
-
- write(Buffer) - Method in interface io.vertx.core.http.WebSocketBase
-
- write(Buffer) - Method in interface io.vertx.core.net.NetSocket
-
- write(String) - Method in interface io.vertx.core.net.NetSocket
-
Write a
String
to the connection, encoded in UTF-8.
- write(String, String) - Method in interface io.vertx.core.net.NetSocket
-
Write a
String
to the connection, encoded using the encoding
enc
.
- write(T) - Method in interface io.vertx.core.streams.WriteStream
-
Write some data to the stream.
- write(Buffer) - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
-
- write(Buffer) - Method in class io.vertx.rxjava.core.datagram.PacketWritestream
-
- write(T) - Method in class io.vertx.rxjava.core.eventbus.MessageProducer
-
- write(Buffer) - Method in class io.vertx.rxjava.core.file.AsyncFile
-
- write(Buffer, long, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.AsyncFile
-
Write a
Buffer
to the file at position
position
in the file, asynchronously.
- write(Buffer) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
-
- write(String) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
-
Write a
String
to the request body, encoded as UTF-8.
- write(String, String) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
-
Write a
String
to the request body, encoded using the encoding
enc
.
- write(Buffer) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
-
- write(String, String) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
-
Write a
String
to the response body, encoded using the encoding
enc
.
- write(String) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
-
Write a
String
to the response body, encoded in UTF-8.
- write(Buffer) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
-
- write(Buffer) - Method in class io.vertx.rxjava.core.http.WebSocket
-
- write(Buffer) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
-
- write(Buffer) - Method in class io.vertx.rxjava.core.net.NetSocket
-
- write(String) - Method in class io.vertx.rxjava.core.net.NetSocket
-
Write a
String
to the connection, encoded in UTF-8.
- write(String, String) - Method in class io.vertx.rxjava.core.net.NetSocket
-
Write a
String
to the connection, encoded using the encoding
enc
.
- write(T) - Method in interface io.vertx.rxjava.core.streams.WriteStream
-
Write some data to the stream.
- write(Buffer) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
-
- writeBinaryMessage(Buffer) - Method in interface io.vertx.core.http.ServerWebSocket
-
- writeBinaryMessage(Buffer) - Method in interface io.vertx.core.http.WebSocket
-
- writeBinaryMessage(Buffer) - Method in interface io.vertx.core.http.WebSocketBase
-
Writes a (potentially large) piece of binary data to the connection.
- writeBinaryMessage(Buffer) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
-
- writeBinaryMessage(Buffer) - Method in class io.vertx.rxjava.core.http.WebSocket
-
- writeBinaryMessage(Buffer) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
-
Writes a (potentially large) piece of binary data to the connection.
- writeFile(String, Buffer, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
-
Creates the file, and writes the specified Buffer data
to the file represented by the path path
,
asynchronously.
- writeFile(String, Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
-
Creates the file, and writes the specified Buffer data
to the file represented by the path path
,
asynchronously.
- writeFileBlocking(String, Buffer) - Method in interface io.vertx.core.file.FileSystem
-
- writeFileBlocking(String, Buffer) - Method in class io.vertx.rxjava.core.file.FileSystem
-
- writeFileObservable(String, Buffer) - Method in class io.vertx.rxjava.core.file.FileSystem
-
Creates the file, and writes the specified Buffer data
to the file represented by the path path
,
asynchronously.
- writeFinalBinaryFrame(Buffer) - Method in interface io.vertx.core.http.ServerWebSocket
-
- writeFinalBinaryFrame(Buffer) - Method in interface io.vertx.core.http.WebSocket
-
- writeFinalBinaryFrame(Buffer) - Method in interface io.vertx.core.http.WebSocketBase
-
Write a final WebSocket binary frame to the connection
- writeFinalBinaryFrame(Buffer) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
-
- writeFinalBinaryFrame(Buffer) - Method in class io.vertx.rxjava.core.http.WebSocket
-
- writeFinalBinaryFrame(Buffer) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
-
Write a final WebSocket binary frame to the connection
- writeFinalTextFrame(String) - Method in interface io.vertx.core.http.ServerWebSocket
-
- writeFinalTextFrame(String) - Method in interface io.vertx.core.http.WebSocket
-
- writeFinalTextFrame(String) - Method in interface io.vertx.core.http.WebSocketBase
-
Write a final WebSocket text frame to the connection
- writeFinalTextFrame(String) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
-
- writeFinalTextFrame(String) - Method in class io.vertx.rxjava.core.http.WebSocket
-
- writeFinalTextFrame(String) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
-
Write a final WebSocket text frame to the connection
- writeFrame(WebSocketFrame) - Method in interface io.vertx.core.http.ServerWebSocket
-
- writeFrame(WebSocketFrame) - Method in interface io.vertx.core.http.WebSocket
-
- writeFrame(WebSocketFrame) - Method in interface io.vertx.core.http.WebSocketBase
-
Write a WebSocket frame to the connection
- writeFrame(WebSocketFrame) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
-
- writeFrame(WebSocketFrame) - Method in class io.vertx.rxjava.core.http.WebSocket
-
- writeFrame(WebSocketFrame) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
-
Write a WebSocket frame to the connection
- writeHandlerID() - Method in interface io.vertx.core.net.NetSocket
-
When a NetSocket
is created it automatically registers an event handler with the event bus, the ID of that
handler is given by writeHandlerID
.
- writeHandlerID() - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
-
When a SockJSSocket
is created it automatically registers an event handler with the event bus, the ID of that
handler is given by writeHandlerID
.
- writeHandlerID() - Method in class io.vertx.rxjava.core.net.NetSocket
-
When a NetSocket
is created it automatically registers an event handler with the event bus, the ID of that
handler is given by writeHandlerID
.
- writeHandlerID() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
-
When a SockJSSocket
is created it automatically registers an event handler with the event bus, the ID of that
handler is given by writeHandlerID
.
- writeObservable(Buffer, long) - Method in class io.vertx.rxjava.core.file.AsyncFile
-
Write a
Buffer
to the file at position
position
in the file, asynchronously.
- WriteOption - Enum in io.vertx.ext.mongo
-
Enum representing the mongoDB Java Driver's com.mongodb.WriteConcern
- writeQueueFull() - Method in interface io.vertx.core.streams.WriteStream
-
- writeQueueFull() - Method in class io.vertx.rxjava.core.datagram.PacketWritestream
-
- writeQueueFull() - Method in class io.vertx.rxjava.core.eventbus.MessageProducer
-
- writeQueueFull() - Method in class io.vertx.rxjava.core.file.AsyncFile
-
- writeQueueFull() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
-
- writeQueueFull() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
-
- writeQueueFull() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
-
- writeQueueFull() - Method in class io.vertx.rxjava.core.http.WebSocket
-
- writeQueueFull() - Method in interface io.vertx.rxjava.core.http.WebSocketBase
-
- writeQueueFull() - Method in class io.vertx.rxjava.core.net.NetSocket
-
- writeQueueFull() - Method in interface io.vertx.rxjava.core.streams.WriteStream
-
- writeQueueFull() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
-
- WriteStream<T> - Interface in io.vertx.core.streams
-
Represents a stream of data that can be written to.
- WriteStream<T> - Interface in io.vertx.rxjava.core.streams
-
Represents a stream of data that can be written to.
- writeToBuffer(Buffer) - Method in class io.vertx.core.json.JsonArray
-
- writeToBuffer(Buffer) - Method in class io.vertx.core.json.JsonObject
-
- writeToBuffer(Buffer) - Method in class io.vertx.ext.auth.AbstractUser
-