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

A

abort(String, Map<String, String>, Handler<Map<String, Object>>) - Method in StompClientConnection
Aborts a transaction.
abortHandler(Handler<ServerFrame>) - Method in StompServerHandler
Configures the action to execute when a ABORT frame is received.
accept(HttpServerRequest) - Method in Router
This method is used to provide a request to the router.
acceptableLocales() - Method in RoutingContext
Returns the locales for the current request.
AccessToken - Class in io.vertx.groovy.ext.auth.oauth2
AccessToken extension to the User interface
AccessToken(Object) - Constructor in AccessToken
ack(StompServerConnection, Map<String, Object>) - Method in Destination
Handles a ACK frame.
ack(String, String, Handler<Map<String, Object>>) - Method in StompClientConnection
Sends an acknowledgement for the given frame.
ackHandler(Handler<ServerFrame>) - Method in StompServerHandler
Configures the action to execute when a ACK frame is received.
Acknowledgement - Class in io.vertx.groovy.ext.stomp
Structure passed to acknowledgement handler called when a ACK or NACK frame is received.
Acknowledgement(Object) - Constructor in Acknowledgement
actualPort() - Method in StompServer
Gets the port on which the server is listening.
actualPort() - Method in TermServer
The actual port the server is listening on.
addAuthorities(Set<String>) - Method in AuthHandler
addAuthorities(Set<String>) - Method in AuthHandlerImpl
Add a set of required authorities for this auth handler
addAuthorities(Set<String>) - Method in BasicAuthHandler
Add a set of required authorities for this auth handler
addAuthorities(Set<String>) - Method in JWTAuthHandler
Add a set of required authorities for this auth handler
addAuthorities(Set<String>) - Method in OAuth2AuthHandler
Add a set of required authorities for this auth handler
addAuthorities(Set<String>) - Method in RedirectAuthHandler
Add a set of required authorities for this auth handler
addAuthority(String) - Method in AuthHandler
addAuthority(String) - Method in AuthHandlerImpl
Add a required authority for this auth handler
addAuthority(String) - Method in BasicAuthHandler
Add a required authority for this auth handler
addAuthority(String) - Method in JWTAuthHandler
Add a required authority for this auth handler
addAuthority(String) - Method in OAuth2AuthHandler
Add a required authority for this auth handler
addAuthority(String) - Method in RedirectAuthHandler
Add a required authority for this auth handler
addBodyEndHandler(Handler<Void>) - Method in RoutingContext
Add a handler that will be called just before the response body has been completely written.
addCookie(Cookie) - Method in RoutingContext
Add a cookie.
addHeadersEndHandler(Handler<Void>) - Method in RoutingContext
Add a handler that will be called just before headers are written to the response.
after(Handler<TestContext>) - Method in TestSuite
Set a callback executed after the tests.
afterEach(Handler<TestContext>) - Method in TestSuite
Set a callback executed after each test and before the suite after callback.
allowCredentials(boolean) - Method in CorsHandler
Set whether credentials are allowed
allowedHeader(String) - Method in CorsHandler
Add an allowed header
allowedHeaders(Set<String>) - Method in CorsHandler
Add a set of allowed headers
allowedMethod(HttpMethod) - Method in CorsHandler
Add an allowed method
api(HttpMethod, String, Map<String, Object>, Handler<AsyncResult<Map<String, Object>>>) - Method in OAuth2Auth
Call OAuth2 APIs.
append(String, String, Handler<AsyncResult<Long>>) - Method in RedisClient
Append a value to a key
args() - Method in CommandProcess
@return
Returns:
the actual string arguments of the command
argsTokens() - Method in CommandProcess
@return
Returns:
the unparsed arguments tokens
assertEquals(Object, Object, String) - Method in TestContext
Assert the expected argument is equals to the actual argument.
assertFalse(boolean, String) - Method in TestContext
Assert the specified condition is false.
assertInRange(double, double, double, String) - Method in TestContext
Asserts that the expected double argument is equals to the actual double argument within a positive delta.
assertNotEquals(Object, Object, String) - Method in TestContext
Assert the first argument is not equals to the second argument.
assertNotNull(Object, String) - Method in TestContext
Assert the expected argument is not null.
assertNull(Object, String) - Method in TestContext
Assert the expected argument is null.
assertTrue(boolean, String) - Method in TestContext
Assert the specified condition is true.
Async - Class in io.vertx.groovy.ext.unit
An asynchronous exit point for a test.
Async(Object) - Constructor in Async
async(int) - Method in TestContext
Create and returns a new async object, the returned async controls the completion of the test.
auth(String, Handler<AsyncResult<String>>) - Method in RedisClient
Authenticate to the server
authenticate(Map<String, Object>, Handler<AsyncResult<User>>) - Method in AuthProvider
Authenticate a user.
AuthHandler - Interface in io.vertx.groovy.ext.web.handler
Base interface for auth handlers.
AuthHandlerImpl - Class in io.vertx.groovy.ext.web.handler
AuthHandlerImpl(Object) - Constructor in AuthHandlerImpl
authorizeURL(Map<String, Object>) - Method in OAuth2Auth
Generate a redirect URL to the authN/Z backend.
AuthProvider - Class in io.vertx.groovy.ext.auth.common
User-facing interface for authenticating users.
AuthProvider(AuthProvider) - Constructor in AuthProvider
authProvider(AuthProvider) - Method in StompServerHandler
Configures the to be used to authenticate the user.
authProvider(AuthProvider) - Method in TermServer
Set an auth provider to use, any provider configured in options will override this provider.
authURI(String, String) - Method in OAuth2AuthHandler
Build the authorization URL.
await(long) - Method in Completion
Cause the current thread to wait until this completion completes with a configurable timeout.
awaitSuccess(long) - Method in Completion
Cause the current thread to wait until this completion completes and succeeds with a configurable timeout.

B

backgroundHandler(Handler<Void>) - Method in CommandProcess
Set a background handler, this handler is called when the command is running and put to background.
baseCommands(Vertx) - Method in CommandResolver
@return the base commands of Vert.x Shell.
BasicAuthHandler - Class in io.vertx.groovy.ext.web.handler
An auth handler that provides HTTP Basic Authentication support.
BasicAuthHandler(Object) - Constructor in BasicAuthHandler
before(Handler<TestContext>) - Method in TestSuite
Set a callback executed before the tests.
beforeEach(Handler<TestContext>) - Method in TestSuite
Set a callback executed before each test and after the suite before callback.
beginHandler(Handler<ServerFrame>) - Method in StompServerHandler
Configures the action to execute when a BEGIN frame is received.
beginTime() - Method in TestResult
The time at which the test began in millis.
beginTX(String, Map<String, String>, Handler<Map<String, Object>>) - Method in StompClientConnection
Begins a transaction.
bgrewriteaof(Handler<AsyncResult<String>>) - Method in RedisClient
Asynchronously rewrite the append-only file
bgsave(Handler<AsyncResult<String>>) - Method in RedisClient
Asynchronously save the dataset to disk
bitcount(String, Handler<AsyncResult<Long>>) - Method in RedisClient
Count set bits in a string
bitcountRange(String, long, long, Handler<AsyncResult<Long>>) - Method in RedisClient
Count set bits in a string
bitop(BitOperation, String, List<String>, Handler<AsyncResult<Long>>) - Method in RedisClient
Perform bitwise operations between strings
bitpos(String, int, Handler<AsyncResult<Long>>) - Method in RedisClient
Find first bit set or clear in a string
bitposFrom(String, int, int, Handler<AsyncResult<Long>>) - Method in RedisClient
Find first bit set or clear in a string
bitposRange(String, int, int, int, Handler<AsyncResult<Long>>) - Method in RedisClient
Find first bit set or clear in a string
blockingHandler(Handler<RoutingContext>, boolean) - Method in Route
Specify a blocking request handler for the route.
blpop(String, int, Handler<AsyncResult<List<Object>>>) - Method in RedisClient
Remove and get the first element in a list, or block until one is available
blpopMany(List<String>, int, Handler<AsyncResult<List<Object>>>) - Method in RedisClient
Remove and get the first element in any of the lists, or block until one is available
BodyHandler - Class in io.vertx.groovy.ext.web.handler
A handler which gathers the entire request body and sets it on the .
BodyHandler(Object) - Constructor in BodyHandler
bridge(Vertx, Map<String, Object>) - Method in Destination
bridge(Map<String, Object>, Handler<BridgeEvent>) - Method in SockJSHandler
Like SockJSHandler.bridge but specifying a handler that will receive bridge events.
bridge(Map<String, Object>) - Method in StompServerHandler
Configures the STOMP server to act as a bridge with the Vert.x event bus.
BridgeEvent - Class in io.vertx.groovy.ext.web.handler.sockjs
Represents an event that occurs on the event bus bridge.
BridgeEvent(Object) - Constructor in BridgeEvent
brpop(String, int, Handler<AsyncResult<List<Object>>>) - Method in RedisClient
Remove and get the last element in a list, or block until one is available
brpoplpush(String, String, int, Handler<AsyncResult<String>>) - Method in RedisClient
Pop a value from a list, push it to another list and return it; or block until one is available
brpopMany(List<String>, int, Handler<AsyncResult<List<Object>>>) - Method in RedisClient
Remove and get the last element in any of the lists, or block until one is available
build(Vertx) - Method in CommandBuilder
Build the command

C

call(String, Handler<AsyncResult<Map<String, Object>>>) - Method in SQLConnection
Calls the given SQL PROCEDURE which returns the result from the procedure.
callWithParams(String, List<Object>, List<Object>, Handler<AsyncResult<Map<String, Object>>>) - Method in SQLConnection
Calls the given SQL PROCEDURE which returns the result from the procedure.
charSet() - Method in FileUpload
@return
Returns:
the charset of the upload
clear() - Method in Router
Remove all the routes from this router
clear(Handler<AsyncResult<Boolean>>) - Method in SessionStore
Remove all sessions from the store
clearCache() - Method in User
The User object will cache any roles or permissions that it knows it has to avoid hitting the underlying auth provider each time.
clearUser() - Method in RoutingContext
Clear the current user object in the context.
cli() - Method in Command
@return
Returns:
the command line interface, can be null
clientGetname(Handler<AsyncResult<String>>) - Method in RedisClient
Get the current connection name
clientKill(Map<String, Object>, Handler<AsyncResult<Long>>) - Method in RedisClient
Kill the connection of a client
clientList(Handler<AsyncResult<String>>) - Method in RedisClient
Get the list of client connections
clientPause(long, Handler<AsyncResult<String>>) - Method in RedisClient
Stop processing commands from clients for some time
clientSetname(String, Handler<AsyncResult<String>>) - Method in RedisClient
Set the current connection name
CliToken - Class in io.vertx.groovy.ext.shell.cli
A parsed token in the command line interface.
CliToken(Object) - Constructor in CliToken
close() - Method in JDBCClient
Close the client
close() - Method in JobController
Close the shell session and terminate all the underlying jobs.
close() - Method in MailClient
close() - Method in MailService
close() - Method in MongoClient
Close the client and release its resources
close(Handler<AsyncResult<Void>>) - Method in RedisClient
Close the client - when it is fully closed the handler will be called.
close() - Method in SessionStore
Close the store
close() - Method in Shell
Close the shell.
close(Handler<AsyncResult<Void>>) - Method in ShellServer
Close the shell server, this is an asynchronous close.
close() - Method in SockJSSocket
Close it
close() - Method in SQLConnection
Closes the connection.
close() - Method in StompClient
Closes the client.
close() - Method in StompClientConnection
Closes the connection without sending the DISCONNECT frame.
close() - Method in StompServer
Closes the server.
close() - Method in StompServerConnection
Closes the connection with the client.
close() - Method in TcpEventBusBridge
Close the current socket.
close() - Method in Term
Close the connection to terminal.
close(Handler<AsyncResult<Void>>) - Method in TermServer
Like TermServer.close but supplying a handler that will be notified when close is complete.
closeHandler(Handler<StompClientConnection>) - Method in StompClientConnection
Sets a handler notified when the STOMP connection is closed.
closeHandler(Handler<StompServerConnection>) - Method in StompServerHandler
Configures the action to execute when a connection with the client is closed.
closeHandler(Handler<Void>) - Method in Term
Set a handler that will be called when the terminal is closed.
clusterAddslots(List<Long>, Handler<AsyncResult<Void>>) - Method in RedisClient
Assign new hash slots to receiving node.
clusterCountFailureReports(String, Handler<AsyncResult<Long>>) - Method in RedisClient
Return the number of failure reports active for a given node.
clusterCountkeysinslot(long, Handler<AsyncResult<Long>>) - Method in RedisClient
Return the number of local keys in the specified hash slot.
clusterDelslots(long, Handler<AsyncResult<Void>>) - Method in RedisClient
Set hash slots as unbound in receiving node.
clusterDelslotsMany(List<Long>, Handler<AsyncResult<Void>>) - Method in RedisClient
Set hash slots as unbound in receiving node.
ClusteredSessionStore - Class in io.vertx.groovy.ext.web.sstore
A session store which stores sessions in a distributed map so they are available across the cluster.
ClusteredSessionStore(Object) - Constructor in ClusteredSessionStore
clusterFailover(Handler<AsyncResult<Void>>) - Method in RedisClient
Forces a slave to perform a manual failover of its master.
clusterFailOverWithOptions(FailoverOptions, Handler<AsyncResult<Void>>) - Method in RedisClient
Forces a slave to perform a manual failover of its master.
clusterForget(String, Handler<AsyncResult<Void>>) - Method in RedisClient
Remove a node from the nodes table.
clusterGetkeysinslot(long, long, Handler<AsyncResult<List<Object>>>) - Method in RedisClient
Return local key names in the specified hash slot.
clusterInfo(Handler<AsyncResult<List<Object>>>) - Method in RedisClient
Provides info about Redis Cluster node state.
clusterKeyslot(String, Handler<AsyncResult<Long>>) - Method in RedisClient
Returns the hash slot of the specified key.
clusterMeet(String, long, Handler<AsyncResult<Void>>) - Method in RedisClient
Force a node cluster to handshake with another node.
clusterNodes(Handler<AsyncResult<List<Object>>>) - Method in RedisClient
Get Cluster config for the node.
clusterReplicate(String, Handler<AsyncResult<Void>>) - Method in RedisClient
Reconfigure a node as a slave of the specified master node.
clusterReset(Handler<AsyncResult<Void>>) - Method in RedisClient
Reset a Redis Cluster node.
clusterResetWithOptions(ResetOptions, Handler<AsyncResult<Void>>) - Method in RedisClient
Reset a Redis Cluster node.
clusterSaveconfig(Handler<AsyncResult<Void>>) - Method in RedisClient
Forces the node to save cluster state on disk.
clusterSetConfigEpoch(long, Handler<AsyncResult<Void>>) - Method in RedisClient
Set the configuration epoch in a new node.
clusterSetslot(long, SlotCmd, Handler<AsyncResult<Void>>) - Method in RedisClient
Bind an hash slot to a specific node.
clusterSetslotWithNode(long, SlotCmd, String, Handler<AsyncResult<Void>>) - Method in RedisClient
Bind an hash slot to a specific node.
clusterSlaves(String, Handler<AsyncResult<List<Object>>>) - Method in RedisClient
List slave nodes of the specified master node.
clusterSlots(Handler<AsyncResult<List<Object>>>) - Method in RedisClient
Get array of Cluster slot to node mappings
Command - Class in io.vertx.groovy.ext.shell.command
A Vert.x Shell command, it can be created from any language using the CommandBuilder.command or from a Java class using Command.create
Command(Object) - Constructor in Command
command(CLI) - Method in CommandBuilder
Create a new commmand with its io.vertx.groovy.core.cli.CLI descriptor.
command(Handler<AsyncResult<List<Object>>>) - Method in RedisClient
Get array of Redis command details
CommandBuilder - Class in io.vertx.groovy.ext.shell.command
A build for Vert.x Shell command.
CommandBuilder(Object) - Constructor in CommandBuilder
commandCount(Handler<AsyncResult<Long>>) - Method in RedisClient
Get total number of Redis commands
commandGetkeys(Handler<AsyncResult<List<Object>>>) - Method in RedisClient
Extract keys given a full Redis command
commandInfo(List<String>, Handler<AsyncResult<List<Object>>>) - Method in RedisClient
Get array of specific Redis command details
commandLine() - Method in CommandProcess
@return
Returns:
the command line object or null
CommandProcess - Class in io.vertx.groovy.ext.shell.command
The command process provides interaction with the process of the command provided by Vert.x Shell.
CommandProcess(Object) - Constructor in CommandProcess
CommandRegistry - Class in io.vertx.groovy.ext.shell.command
A registry that contains the commands known by a shell.
CommandRegistry(Object) - Constructor in CommandRegistry
CommandResolver - Class in io.vertx.groovy.ext.shell.command
A resolver for commands, so the shell can discover commands.
CommandResolver(Object) - Constructor in CommandResolver
commands() - Method in CommandResolver
@return
Returns:
the current commands
commit(Handler<AsyncResult<Void>>) - Method in SQLConnection
Commits all changes made since the previous commit/rollback.
commit(String, Map<String, String>, Handler<Map<String, Object>>) - Method in StompClientConnection
Commits a transaction.
commitHandler(Handler<ServerFrame>) - Method in StompServerHandler
Configures the action to execute when a COMMIT frame is received.
complete() - Method in Async
Signals the asynchronous operation is done, this method must be called with a count greater than 0, otherwise it throw an IllegalStateException to signal the error.
complete(Completion) - Method in Command
Perform command completion, when the command is done completing it should call or )} method to signal completion is done.
complete(String, boolean) - Method in Completion
End the completion with a value that will be inserted to complete the line.
Completion - Class in io.vertx.groovy.ext.unit
A completion object that emits completion notifications either succeeded or failed.
Completion(Object) - Constructor in Completion
completionHandler(Handler<Completion>) - Method in CommandBuilder
Set the command completion handler, the completion handler when the user asks for contextual command line completion, usually hitting the tab key.
computeHash(String, User) - Method in HashStrategy
Compute the hashed password given the unhashed password and the user
configGet(String, Handler<AsyncResult<List<Object>>>) - Method in RedisClient
Get the value of a configuration parameter
configResetstat(Handler<AsyncResult<String>>) - Method in RedisClient
Reset the stats returned by INFO
configRewrite(Handler<AsyncResult<String>>) - Method in RedisClient
Rewrite the configuration file with the in memory configuration
configSet(String, String, Handler<AsyncResult<String>>) - Method in RedisClient
Set a configuration parameter to the given value
configureHeartbeat(long, long, Handler<StompServerConnection>) - Method in StompServerConnection
Configures the heartbeat.
connect(String) - Method in Router
Add a route that matches a HTTP CONNECT request and the specified path
connect(Handler<AsyncResult<StompClientConnection>>) - Method in StompClient
Connects to the server using the host and port configured in the client's options.
connectHandler(Handler<ServerFrame>) - Method in StompServerHandler
Configures the action to execute when a CONNECT frame is received.
connection() - Method in ServerFrame
@return
Returns:
the connection
connectionDroppedHandler(Handler<StompClientConnection>) - Method in StompClientConnection
Sets a handler notified when the server does not respond to a ping request in time.
connectWithRegex(String) - Method in Router
Add a route that matches a HTTP CONNECT request and the specified path regex
consumes(String) - Method in Route
Add a content type consumed by this route.
contentTransferEncoding() - Method in FileUpload
Returns:
the content transfer encoding of the upload - this describes how the upload was encoded in the form submission.
contentType() - Method in FileUpload
@return
Returns:
the content type (MIME type) of the upload
Cookie - Class in io.vertx.groovy.ext.web
Represents an HTTP Cookie.
Cookie(Object) - Constructor in Cookie
cookieCount() - Method in RoutingContext
Returns:
the number of cookies.
CookieHandler - Class in io.vertx.groovy.ext.web.handler
A handler which decodes cookies from the request, makes them available in the and writes them back in the response.
CookieHandler(Object) - Constructor in CookieHandler
cookies() - Method in RoutingContext
Returns:
a set of all the cookies.
CorsHandler - Class in io.vertx.groovy.ext.web.handler
A handler which implements server side http://www.w3.org/TR/cors/[CORS] support for Vert.x-Web.
CorsHandler(Object) - Constructor in CorsHandler
count() - Method in Async
@return
Returns:
the current count
count(String, Map<String, Object>, Handler<AsyncResult<Long>>) - Method in MongoClient
Count matching documents in a collection.
countDown() - Method in Async
Count down the async.
country() - Method in Locale
Returns the country as reported by the HTTP client.
create(AuthProvider, String) - Method in BasicAuthHandler
Create a basic auth handler, specifying realm
create(String) - Method in BodyHandler
Create a body handler and use the given upload directory.
create(Vertx, long) - Method in ClusteredSessionStore
Create a session store.
create(Vertx) - Method in CommandRegistry
Create a new registry.
create() - Method in CookieHandler
Create a cookie handler
create(String) - Method in CorsHandler
Create a CORS handler
create(String) - Method in CSRFHandler
Instantiate a new CSRFHandlerImpl with a secret
create(Vertx, String) - Method in DestinationFactory
Creates a destination for the given address.
create(String) - Method in ErrorHandler
Create an error handler
create(Vertx, Handler<TestSuiteReport>) - Method in EventBusCollector
create(long) - Method in FaviconHandler
Create a handler with the specified max cache time
create(AuthProvider, String, String, String, String) - Method in FormLoginHandler
Create a handler
create() - Method in HandlebarsTemplateEngine
Create a template engine using defaults
create() - Method in JadeTemplateEngine
Create a template engine using defaults
create(JDBCClient) - Method in JDBCAuth
Create a JDBC auth provider implementation
create(Vertx, Map<String, Object>) - Method in JWTAuth
Create a JWT auth provider
create(AuthProvider, String) - Method in JWTAuthHandler
Create a JWT auth handler
create(String, String, String) - Method in Locale
create(Vertx, String, long) - Method in LocalSessionStore
Create a session store
create(boolean, LoggerFormat) - Method in LoggerHandler
Create a handler with he specified format
create(Vertx) - Method in MetricsService
Creates a metric service for a given io.vertx.groovy.core.Vertx instance.
create(MongoClient, Map<String, Object>) - Method in MongoAuth
Creates an instance of MongoAuth by using the given and configuration object.
create() - Method in MVELTemplateEngine
Create a template engine using defaults
create(Vertx, OAuth2FlowType) - Method in OAuth2Auth
Create a OAuth2 auth provider
create(AuthProvider, String) - Method in OAuth2AuthHandler
Create a JWT auth handler
create(String) - Method in Pty
Create a new pseudo terminal.
create(AuthProvider, String, String) - Method in RedirectAuthHandler
Create a handler
create(Vertx, Map<String, Object>) - Method in RedisClient
create() - Method in ResponseTimeHandler
Create a handler
create() - Method in Session
Create a new empty session.
create(SessionStore) - Method in SessionHandler
Create a session handler
create(Vertx) - Method in ShellServer
Create a new shell server with specific options.
create(Vertx, Map<String, Object>) - Method in ShellService
Create a new shell service.
create(Vertx, Map<String, Object>) - Method in ShiroAuth
Create a Shiro auth provider
create(Vertx, Map<String, Object>) - Method in SockJSHandler
Create a SockJS handler
create(Vertx, String) - Method in SockJSTermHandler
create(String) - Method in StaticHandler
Create a handler, specifying web-root
create(Vertx, Map<String, Object>) - Method in StompClient
Creates a StompClient using the default implementation.
create(Vertx) - Method in StompServer
Creates a StompServer based on the default Stomp Server implementation, and use the default options.
create(Vertx) - Method in StompServerHandler
Creates an instance of StompServerHandler using the default (compliant) implementation.
create(Vertx, Map<String, Object>, Map<String, Object>) - Method in TcpEventBusBridge
create(TemplateEngine, String, String) - Method in TemplateHandler
Create a handler
create(String, Handler<TestContext>) - Method in TestCase
Create a test case.
create(String) - Method in TestSuite
Create and return a new test suite.
create() - Method in ThymeleafTemplateEngine
Create a template engine using defaults
create(long) - Method in TimeoutHandler
Create a handler
create(AuthProvider) - Method in UserSessionHandler
Create a new handler
create(String, Handler<RoutingContext>) - Method in VirtualHostHandler
Create a handler
createBlank(String) - Method in CliToken
Create a new blank token.
createCollection(String, Handler<AsyncResult<Void>>) - Method in MongoClient
Create a new collection
createErrorFrame(String, Map<String, String>, String) - Method in Frames
createEventBusProxy(Vertx, String) - Method in MailService
create a proxy of MailService that delegates to the mail service running somewhere else via the event bus
createHttpTermServer(Vertx, Router, Map<String, Object>) - Method in TermServer
Create a term server for the HTTP protocol, using an existing router.
createJob(Process, String) - Method in JobController
Create a job wrapping a process.
createJob(String) - Method in Shell
createNonShared(Vertx, Map<String, Object>) - Method in JDBCClient
Create a JDBC client which maintains its own data source.
createNonShared(Vertx, Map<String, Object>) - Method in MailClient
createNonShared(Vertx, Map<String, Object>) - Method in MongoClient
Create a Mongo client which maintains its own data source.
createProcess(List<CliToken>) - Method in Command
Create a new process with the passed arguments.
createReceiptFrame(String, Map<String, String>) - Method in Frames
createRunnerForTestWithParameters(TestWithParameters) - Method in VertxUnitRunnerWithParametersFactory
createSession(long) - Method in SessionStore
Create a new session
createShared(Vertx, Map<String, Object>) - Method in JDBCClient
Like JDBCClient.createShared but with the default data source name
createShared(Vertx, Map<String, Object>) - Method in MailClient
createShared(Vertx, Map<String, Object>) - Method in MongoClient
Like MongoClient.createShared but with the default data source name
createShell() - Method in ShellServer
Create a new shell, the returned shell should be closed explicitely.
createSSHTermServer(Vertx, Map<String, Object>) - Method in TermServer
Create a term server for the SSH protocol.
createTelnetTermServer(Vertx, Map<String, Object>) - Method in TermServer
Create a term server for the Telnet protocol.
createText(String) - Method in CliToken
Create a text token.
CSRFHandler - Class in io.vertx.groovy.ext.web.handler
This handler adds a CSRF token to requests which mutate state.
CSRFHandler(Object) - Constructor in CSRFHandler
currentRoute() - Method in RoutingContext
Returns:
the current route this context is being routed through.

D

dbsize(Handler<AsyncResult<Long>>) - Method in RedisClient
Return the number of keys in the selected database
debugObject(String, Handler<AsyncResult<String>>) - Method in RedisClient
Get debugging information about a key
debugSegfault(Handler<AsyncResult<String>>) - Method in RedisClient
Make the server crash
decr(String, Handler<AsyncResult<Long>>) - Method in RedisClient
Decrement the integer value of a key by one
decrby(String, long, Handler<AsyncResult<Long>>) - Method in RedisClient
Decrement the integer value of a key by the given number
del(String, Handler<AsyncResult<Long>>) - Method in RedisClient
Delete a key
delete(String) - Method in Router
Add a route that matches a HTTP DELETE request and the specified path
delete(String, Handler<AsyncResult<Boolean>>) - Method in SessionStore
Delete the session with the specified ID
deleteWithRegex(String) - Method in Router
Add a route that matches a HTTP DELETE request and the specified path regex
deliver(int) - Method in SignalHandler
delMany(List<String>, Handler<AsyncResult<Long>>) - Method in RedisClient
Delete many keys
Destination - Class in io.vertx.groovy.ext.stomp
Represents a STOMP destination.
Destination(Object) - Constructor in Destination
DestinationFactory - Class in io.vertx.groovy.ext.stomp
Interface implemented to customize the destination creation.
DestinationFactory(Object) - Constructor in DestinationFactory
destinationFactory(DestinationFactory) - Method in StompServerHandler
Configures the DestinationFactory used to create Destination objects.
destroy() - Method in Session
Destroy the session
disable() - Method in Route
Disable this route.
discard(Handler<AsyncResult<String>>) - Method in RedisClient
Discard all commands issued after MULTI
disconnect(Map<String, Object>, Handler<Map<String, Object>>) - Method in StompClientConnection
Disconnects the client.
disconnectHandler(Handler<ServerFrame>) - Method in StompServerHandler
Configures the action to execute when a DISCONNECT frame is received.
dispatch(StompServerConnection, Map<String, Object>) - Method in Destination
Dispatches the given frame.
distinct(String, String, String, Handler<AsyncResult<List<Object>>>) - Method in MongoClient
Gets the distinct values of the specified field name.
distinctBatch(String, String, String, Handler<AsyncResult<Map<String, Object>>>) - Method in MongoClient
Gets the distinct values of the specified field name.
doInvokeTestMethod(FrameworkMethod, Object, TestContext) - Method in VertxUnitRunner
doValidateTestMethod(FrameworkMethod) - Method in VertxUnitRunner
drainHandler(Handler<Void>) - Method in SockJSSocket
dropCollection(String, Handler<AsyncResult<Void>>) - Method in MongoClient
Drop a collection
dump(String, Handler<AsyncResult<String>>) - Method in RedisClient
Return a serialized version of the value stored at the specified key.
durationTime() - Method in TestResult
How long the test lasted in millis.

E

echo(String, Handler<AsyncResult<String>>) - Method in RedisClient
Echo the given string
echo(String) - Method in Term
Echo some text in the terminal, escaped if necessary.
enable() - Method in Route
Enable this route.
encode() - Method in Cookie
Encode the cookie to a string.
end(int) - Method in CommandProcess
End the process.
end() - Method in SockJSSocket
endHandler(Handler<Void>) - Method in CommandProcess
Set an end handler, this handler is called when the command is ended, for instance the command is running and the shell closes.
endHandler(Handler<Void>) - Method in SockJSSocket
endHandler(Handler<TestResult>) - Method in TestCaseReport
Set a callback for completion, the specified handler is invoked when the test exec has completed.
endHandler(Handler<Void>) - Method in TestSuiteReport
ErrorHandler - Class in io.vertx.groovy.ext.web.handler
A pretty error handler for rendering error pages.
ErrorHandler(Object) - Constructor in ErrorHandler
errorHandler(Handler<Map<String, Object>>) - Method in StompClientConnection
Sets a handler notified when an ERROR frame is received by the client.
eval(String, List<String>, List<String>, Handler<AsyncResult<List<Object>>>) - Method in RedisClient
Execute a Lua script server side.
evalsha(String, List<String>, List<String>, Handler<AsyncResult<List<Object>>>) - Method in RedisClient
Execute a Lua script server side.
EventBusCollector - Class in io.vertx.groovy.ext.unit.collect
The event bus collector listen to events on the Vert.x event bus and translate them into reports.
EventBusCollector(Object) - Constructor in EventBusCollector
exceptionHandler(Handler<Throwable>) - Method in Router
Specify a handler for any unhandled exceptions on this router.
exceptionHandler(Handler<Throwable>) - Method in SockJSSocket
exceptionHandler(Handler<Throwable>) - Method in TestSuiteReport
Set an exception handler, the exception handler reports the test suite errors, it can be called mulitple times before the test ends.
exec(Handler<AsyncResult<List<Object>>>) - Method in RedisClient
Execute all commands issued after MULTI
execute(String, Handler<AsyncResult<Void>>) - Method in SQLConnection
Executes the given SQL statement
exists(String, Handler<AsyncResult<Long>>) - Method in RedisClient
Determine if a key exists
exitCode() - Method in Process
@return
Returns:
the process exit code when the status is otherwise null
expire(String, int, Handler<AsyncResult<Long>>) - Method in RedisClient
Set a key's time to live in seconds
expireat(String, long, Handler<AsyncResult<Long>>) - Method in RedisClient
Set the expiration for a key as a UNIX timestamp
expired() - Method in AccessToken
Check if the access token is expired or not.
exposedHeader(String) - Method in CorsHandler
Add an exposed header
exposedHeaders(Set<String>) - Method in CorsHandler
Add a set of exposed headers

F

fail(Throwable) - Method in RoutingContext
Fail the context with the specified throwable.
fail(Throwable) - Method in TestContext
Throw a failure with the specified failure cause.
failed() - Method in RoutingContext
Returns:
true if the context is being routed to failure handlers.
failed() - Method in TestResult
Did it fail?
Failure - Class in io.vertx.groovy.ext.unit.report
A failure provides the details of a failure that happened during the execution of a test case.
Failure(Object) - Constructor in Failure
failure() - Method in RoutingContext
If the context is being routed to failure handlers after a failure has been triggered by calling RoutingContext.fail then this will return that throwable.
failure() - Method in TestResult
An exception describing failure, null if the test succeeded.
failureHandler(Handler<RoutingContext>) - Method in Route
Specify a failure handler for the route.
FaviconHandler - Class in io.vertx.groovy.ext.web.handler
A handler that serves favicons.
FaviconHandler(Object) - Constructor in FaviconHandler
fileName() - Method in FileUpload
@return
Returns:
the file name of the upload as provided in the form submission
FileUpload - Class in io.vertx.groovy.ext.web
Represents a file-upload from an HTTP multipart form submission.
FileUpload(Object) - Constructor in FileUpload
fileUploads() - Method in RoutingContext
Returns:
a set of fileuploads (if any) for the request.
find(String, Map<String, Object>, Handler<AsyncResult<List<Map<String, Object>>>>) - Method in MongoClient
Find matching documents in the specified collection
findBatch(String, Map<String, Object>, Handler<AsyncResult<Map<String, Object>>>) - Method in MongoClient
Find matching documents in the specified collection.
findBatchWithOptions(String, Map<String, Object>, Map<String, Object>, Handler<AsyncResult<Map<String, Object>>>) - Method in MongoClient
Find matching documents in the specified collection, specifying options.
findOne(String, Map<String, Object>, Map<String, Object>, Handler<AsyncResult<Map<String, Object>>>) - Method in MongoClient
Find a single matching document in the specified collection
findWithOptions(String, Map<String, Object>, Map<String, Object>, Handler<AsyncResult<List<Map<String, Object>>>>) - Method in MongoClient
Find matching documents in the specified collection, specifying options
flushall(Handler<AsyncResult<String>>) - Method in RedisClient
Remove all keys from all databases
flushdb(Handler<AsyncResult<String>>) - Method in RedisClient
Remove all keys from the current database
foregroundHandler(Handler<Void>) - Method in CommandProcess
Set a foreground handler, this handler is called when the command is running and put to foreground.
foregroundJob() - Method in JobController
@return
Returns:
the current foreground job
FormLoginHandler - Class in io.vertx.groovy.ext.web.handler
Handler that handles login from a form on a custom login page.
FormLoginHandler(Object) - Constructor in FormLoginHandler
frame() - Method in ServerFrame
@return the received frame
Frames - Class in io.vertx.groovy.ext.stomp
Utility methods to build common frames() - Method in Acknowledgement
Returns:
the list of frames that have been acknowledged / not-acknowledged.
Frames(Object) - Constructor in Frames

G

generateToken(Map<String, Object>, Map<String, Object>) - Method in JWTAuth
Generate a new JWT token.
get(String, Handler<AsyncResult<String>>) - Method in RedisClient
Get the value of a key
get(String) - Method in Router
Add a route that matches a HTTP GET request and the specified path
get(String) - Method in RoutingContext
Get some data from the context.
get(String) - Method in Session
Get some data from the session
get(String, Handler<AsyncResult<Session>>) - Method in SessionStore
Get the session with the specified ID
get(String) - Method in TestContext
Get some data from the context.
getAcceptableContentType() - Method in RoutingContext
If the route specifies produces matches, e.g. produces `text/html` and `text/plain`, and the `accept` header matches one or more of these then this returns the most acceptable match.
getBaseName(Measured) - Method in MetricsService
@param measured the measure object
getBinary(String, Handler<AsyncResult<Buffer>>) - Method in RedisClient
Get the value of a key - without decoding as utf-8
getbit(String, long, Handler<AsyncResult<Long>>) - Method in RedisClient
Returns the bit value at offset in the string value stored at key
getBody() - Method in RoutingContext
Returns:
Get the entire HTTP request body as a .
getBodyAsJson() - Method in RoutingContext
Returns:
Get the entire HTTP request body as a .
getBodyAsString(String) - Method in RoutingContext
Get the entire HTTP request body as a string, assuming the specified encoding.
getCollectionName() - Method in MongoAuth
The name of the collection used to store User objects inside.
getCollections(Handler<AsyncResult<List<String>>>) - Method in MongoClient
Get a list of all collections in the database.
getCommand(String) - Method in CommandResolver
Returns a single command by its name.
getConnection(Handler<AsyncResult<SQLConnection>>) - Method in JDBCClient
Returns a connection that can be used to perform SQL operations on.
getCookie(String) - Method in RoutingContext
Get the cookie with the specified name.
getDelegate() - Method in AccessToken
getDelegate() - Method in Acknowledgement
getDelegate() - Method in Async
getDelegate() - Method in AuthHandler
getDelegate() - Method in AuthHandlerImpl
getDelegate() - Method in AuthProvider
getDelegate() - Method in BasicAuthHandler
getDelegate() - Method in BodyHandler
getDelegate() - Method in BridgeEvent
getDelegate() - Method in CliToken
getDelegate() - Method in ClusteredSessionStore
getDelegate() - Method in Command
getDelegate() - Method in CommandBuilder
getDelegate() - Method in CommandProcess
getDelegate() - Method in CommandRegistry
getDelegate() - Method in CommandResolver
getDelegate() - Method in Completion
getDelegate() - Method in Cookie
getDelegate() - Method in CookieHandler
getDelegate() - Method in CorsHandler
getDelegate() - Method in CSRFHandler
getDelegate() - Method in Destination
getDelegate() - Method in DestinationFactory
getDelegate() - Method in ErrorHandler
getDelegate() - Method in EventBusCollector
getDelegate() - Method in Failure
getDelegate() - Method in FaviconHandler
getDelegate() - Method in FileUpload
getDelegate() - Method in FormLoginHandler
getDelegate() - Method in Frames
getDelegate() - Method in HandlebarsTemplateEngine
getDelegate() - Method in HashStrategy
getDelegate() - Method in JadeTemplateEngine
getDelegate() - Method in JDBCAuth
getDelegate() - Method in JDBCClient
getDelegate() - Method in Job
getDelegate() - Method in JobController
getDelegate() - Method in JWTAuth
getDelegate() - Method in JWTAuthHandler
getDelegate() - Method in Locale
getDelegate() - Method in LocalSessionStore
getDelegate() - Method in LoggerHandler
getDelegate() - Method in MailClient
getDelegate() - Method in MailService
getDelegate() - Method in MetricsService
getDelegate() - Method in MongoAuth
getDelegate() - Method in MongoClient
getDelegate() - Method in MVELTemplateEngine
getDelegate() - Method in OAuth2Auth
getDelegate() - Method in OAuth2AuthHandler
getDelegate() - Method in Process
getDelegate() - Method in Pty
getDelegate() - Method in RedirectAuthHandler
getDelegate() - Method in RedisClient
getDelegate() - Method in ResponseTimeHandler
getDelegate() - Method in Route
getDelegate() - Method in Router
getDelegate() - Method in RoutingContext
getDelegate() - Method in ServerFrame
getDelegate() - Method in Session
getDelegate() - Method in SessionHandler
getDelegate() - Method in SessionStore
getDelegate() - Method in Shell
getDelegate() - Method in ShellServer
getDelegate() - Method in ShellService
getDelegate() - Method in ShiroAuth
getDelegate() - Method in SignalHandler
getDelegate() - Method in SockJSHandler
getDelegate() - Method in SockJSSocket
getDelegate() - Method in SockJSTermHandler
getDelegate() - Method in SQLConnection
getDelegate() - Method in StaticHandler
getDelegate() - Method in StompClient
getDelegate() - Method in StompClientConnection
getDelegate() - Method in StompServer
getDelegate() - Method in StompServerConnection
getDelegate() - Method in StompServerHandler
getDelegate() - Method in TcpEventBusBridge
getDelegate() - Method in TemplateEngine
getDelegate() - Method in TemplateHandler
getDelegate() - Method in Term
getDelegate() - Method in TermServer
getDelegate() - Method in TestCase
getDelegate() - Method in TestCaseReport
getDelegate() - Method in TestCompletion
getDelegate() - Method in TestContext
getDelegate() - Method in TestResult
getDelegate() - Method in TestSuite
getDelegate() - Method in TestSuiteReport
getDelegate() - Method in ThymeleafTemplateEngine
getDelegate() - Method in TimeoutHandler
getDelegate() - Method in Tty
getDelegate() - Method in User
getDelegate() - Method in UserSessionHandler
getDelegate() - Method in VirtualHostHandler
getDestination(String) - Method in StompServerHandler
Gets the destination with the given name.
getDestinations() - Method in StompServerHandler
Returns:
the list of destination managed by the STOMP server.
getDomain() - Method in Cookie
@return
Returns:
the domain for the cookie
getHashStrategy() - Method in MongoAuth
The HashStrategy which is used by the current instance
getJob(int) - Method in JobController
Returns an active job in this session by its .
getMetricsSnapshot(String) - Method in MetricsService
Will return the metrics that begins with the baseName, null if no metrics is available.
getName() - Method in Cookie
@return
Returns:
the name of this cookie
getOrCreateDestination(String) - Method in StompServerHandler
Gets a Destination object if existing, or create a new one.
getPasswordCredentialField() - Method in MongoAuth
Get the name of the field to be used as property for the password of credentials in the method AuthProvider.authenticate.
getPasswordField() - Method in MongoAuth
Get the name of the field to be used for the password Defaults to MongoAuth
getPath() - Method in Cookie
@return the path for this cookie
getPath() - Method in Route
@return
Returns:
the path prefix (if any) for this route
getPermissionField() - Method in MongoAuth
Get the name of the field to be used for the permissions.
getrange(String, long, long, Handler<AsyncResult<String>>) - Method in RedisClient
Get a substring of the string stored at a key
getRoleField() - Method in MongoAuth
Get the name of the field to be used for the roles.
getRoutes() - Method in Router
@return
Returns:
a list of all the routes on this router
getSalt(User) - Method in HashStrategy
Retrieve the salt.
getSaltField() - Method in MongoAuth
Get the name of the field to be used for the salt.
getSaltStyle() - Method in HashStrategy
Get the defined io.vertx.groovy.ext.auth.mongo.HashSaltStyle of the current instance
getSession() - Method in Process
@return
Returns:
the process session
getset(String, String, Handler<AsyncResult<String>>) - Method in RedisClient
Set the string value of a key and return its old value
getShared(Vertx) - Method in CommandRegistry
Get the shared registry for the Vert.x instance.
getStoredPwd(User) - Method in HashStrategy
Retrieve the password from the user, or as clear text or as hashed version, depending on the definition
getSubscriptions(StompServerConnection) - Method in Destination
Gets all subscription ids for the given destination hold by the given client
getToken(Map<String, Object>, Handler<AsyncResult<AccessToken>>) - Method in OAuth2Auth
Returns the Access Token object.
getTty() - Method in Process
@return
Returns:
the process tty
getUsernameCredentialField() - Method in MongoAuth
Get the name of the field to be used as property for the username in the method AuthProvider.authenticate.
getUsernameField() - Method in MongoAuth
Get the name of the field to be used for the username.
getValue() - Method in Cookie
@return
Returns:
the value of this cookie
getWithRegex(String) - Method in Router
Add a route that matches a HTTP GET request and the specified path regex

H

handle(RoutingContext) - Method in AuthHandler
handle(RoutingContext) - Method in AuthHandlerImpl
handle(RoutingContext) - Method in BasicAuthHandler
handle(RoutingContext) - Method in BodyHandler
handle(RoutingContext) - Method in CookieHandler
handle(RoutingContext) - Method in CorsHandler
handle(RoutingContext) - Method in CSRFHandler
handle(RoutingContext) - Method in ErrorHandler
handle(RoutingContext) - Method in FaviconHandler
handle(RoutingContext) - Method in FormLoginHandler
handle(RoutingContext) - Method in JWTAuthHandler
handle(RoutingContext) - Method in LoggerHandler
handle(RoutingContext) - Method in OAuth2AuthHandler
handle(RoutingContext) - Method in RedirectAuthHandler
handle(RoutingContext) - Method in ResponseTimeHandler
handle(RoutingContext) - Method in SessionHandler
handle(RoutingContext) - Method in SockJSHandler
handle(SockJSSocket) - Method in SockJSTermHandler
handle(RoutingContext) - Method in StaticHandler
handle(ServerFrame) - Method in StompServerHandler
handle(RoutingContext) - Method in TemplateHandler
handle(RoutingContext) - Method in TimeoutHandler
handle(RoutingContext) - Method in UserSessionHandler
handle(RoutingContext) - Method in VirtualHostHandler
HandlebarsTemplateEngine - Class in io.vertx.groovy.ext.web.templ
A template engine that uses the Handlebars library.
HandlebarsTemplateEngine(Object) - Constructor in HandlebarsTemplateEngine
handleContext(RoutingContext) - Method in Router
Used to route a context to the router.
handleFailure(RoutingContext) - Method in Router
Used to route a failure to the router.
handler(Handler<AsyncResult<T>>) - Method in Completion
Completion handler to receive a completion signal when this completions completes.
handler(Handler<RoutingContext>) - Method in Route
Specify a request handler for the route.
handler(Handler<Buffer>) - Method in SockJSSocket
handler(StompServerHandler) - Method in StompServer
Configures the StompServerHandler.
handler() - Method in StompServerConnection
@return
Returns:
the STOMP server handler dealing with this connection
handler(Handler<TestCaseReport>) - Method in TestSuiteReport
handleReceipt(Map<String, Object>, StompServerConnection) - Method in Frames
HashStrategy - Class in io.vertx.groovy.ext.auth.mongo
Determines how the hashing is computed in the implementation You can implement this to provide a different hashing strategy to the default.
HashStrategy(Object) - Constructor in HashStrategy
hasPermission(String, Handler<AsyncResult<Boolean>>) - Method in User
Does the user have the specified permission?
hdel(String, String, Handler<AsyncResult<Long>>) - Method in RedisClient
Delete one or more hash fields
hdelMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in RedisClient
Delete one or more hash fields
head(String) - Method in Router
Add a route that matches a HTTP HEAD request and the specified path
headers() - Method in 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 @return
headWithRegex(String) - Method in Router
Add a route that matches a HTTP HEAD request and the specified path regex
height() - Method in Tty
@return
Returns:
the current height, i.e the number of columns or if unknown
hexists(String, String, Handler<AsyncResult<Long>>) - Method in RedisClient
Determine if a hash field exists
hget(String, String, Handler<AsyncResult<String>>) - Method in RedisClient
Get the value of a hash field
hgetall(String, Handler<AsyncResult<Map<String, Object>>>) - Method in RedisClient
Get all the fields and values in a hash
hincrby(String, String, long, Handler<AsyncResult<Long>>) - Method in RedisClient
Increment the integer value of a hash field by the given number
hincrbyfloat(String, String, double, Handler<AsyncResult<String>>) - Method in RedisClient
Increment the float value of a hash field by the given amount
hkeys(String, Handler<AsyncResult<List<Object>>>) - Method in RedisClient
Get all the fields in a hash
hlen(String, Handler<AsyncResult<Long>>) - Method in RedisClient
Get the number of fields in a hash
hmget(String, List<String>, Handler<AsyncResult<List<Object>>>) - Method in RedisClient
Get the values of all the given hash fields
hmset(String, Map<String, Object>, Handler<AsyncResult<String>>) - Method in RedisClient
Set multiple hash fields to multiple values
hscan(String, String, Map<String, Object>, Handler<AsyncResult<List<Object>>>) - Method in RedisClient
Incrementally iterate hash fields and associated values
hset(String, String, String, Handler<AsyncResult<Long>>) - Method in RedisClient
Set the string value of a hash field
hsetnx(String, String, String, Handler<AsyncResult<Long>>) - Method in RedisClient
Set the value of a hash field, only if the field does not exist
hvals(String, Handler<AsyncResult<List<Object>>>) - Method in RedisClient
Get all the values in a hash

I

id() - Method in Job
@return
Returns:
the job id
id() - Method in Session
Returns:
The unique ID of the session.
incr(String, Handler<AsyncResult<Long>>) - Method in RedisClient
Increment the integer value of a key by one
incrby(String, long, Handler<AsyncResult<Long>>) - Method in RedisClient
Increment the integer value of a key by the given amount
incrbyfloat(String, double, Handler<AsyncResult<String>>) - Method in RedisClient
Increment the float value of a key by the given amount
info(Handler<AsyncResult<Map<String, Object>>>) - Method in RedisClient
Get information and statistics about the server
infoSection(String, Handler<AsyncResult<Map<String, Object>>>) - Method in RedisClient
Get information and statistics about the server
insert(String, Map<String, Object>, Handler<AsyncResult<String>>) - Method in MongoClient
Insert a document in the specified collection
insertUser(String, String, List<String>, List<String>, Handler<AsyncResult<String>>) - Method in MongoAuth
Insert a new user into mongo in the convenient way
insertWithOptions(String, Map<String, Object>, WriteOption, Handler<AsyncResult<String>>) - Method in MongoClient
Insert a document in the specified collection with the specified write option
installTestApplications(Router, Vertx) - Method in SockJSHandler
Install SockJS test applications on a router - used when running the SockJS test suite
interrupt() - Method in Job
Attempt to interrupt the job.
interrupt(Handler<Void>) - Method in Process
Attempt to interrupt the process.
interruptHandler(Handler<Void>) - Method in CommandProcess
Set an interrupt handler, this handler is called when the command is interrupted, for instance user press Ctrl-C.
interruptHandler(SignalHandler) - Method in Term
Set an interrupt signal handler on the term.
isAuthorised(String, Handler<AsyncResult<Boolean>>) - Method in User
Is the user authorised to
isBlank() - Method in CliToken
@return
Returns:
true when it's a blank token
isChanged() - Method in Cookie
Has the cookie been changed?
isCompleted() - Method in Completion
@return
Returns:
true if this completion is completed
isDestroyed() - Method in Session
Returns:
has the session been destroyed?
isError() - Method in Failure
@return
Returns:
true if the failure is an error failure otherwise it is an assertion failure
isFailed() - Method in Completion
@return
Returns:
true if the this completion is completed and failed
isForeground() - Method in CommandProcess
@return
Returns:
true if the command is running in foreground
isListening() - Method in StompServer
Checks whether or not the server is listening.
isSucceeded() - Method in Completion
@return
Returns:
true if the this completion is completed succeeded
isText() - Method in CliToken
@return
Returns:
true when it's a text token

J

JadeTemplateEngine - Class in io.vertx.groovy.ext.web.templ
A template engine that uses Jade.
JadeTemplateEngine(Object) - Constructor in JadeTemplateEngine
JDBCAuth - Class in io.vertx.groovy.ext.auth.jdbc
Factory interface for creating AuthProvider instances that use the Vert.x JDBC client
JDBCAuth(Object) - Constructor in JDBCAuth
JDBCClient - Class in io.vertx.groovy.ext.jdbc
An asynchronous client interface for interacting with a JDBC compliant database
JDBCClient(Object) - Constructor in JDBCClient
Job - Class in io.vertx.groovy.ext.shell.system
A job executed in a JobController, grouping one or several process.
Job(Object) - Constructor in Job
JobController - Class in io.vertx.groovy.ext.shell.system
The job controller.
JobController(Object) - Constructor in JobController
jobController() - Method in Shell
@return
Returns:
the shell's job controller
jobs() - Method in JobController
@return
Returns:
the active jobs
JWTAuth - Class in io.vertx.groovy.ext.auth.jwt
Factory interface for creating JWT based AuthProvider instances.
JWTAuth(Object) - Constructor in JWTAuth
JWTAuthHandler - Class in io.vertx.groovy.ext.web.handler
An auth handler that provides JWT Authentication support.
JWTAuthHandler(Object) - Constructor in JWTAuthHandler

K

keys(String, Handler<AsyncResult<List<Object>>>) - Method in RedisClient
Find all keys matching the given pattern

L

language() - Method in Locale
Returns the language as reported by the HTTP client.
last() - Method in Route
Specify this is the last route for the router.
lastAccessed() - Method in Session
@return
Returns:
the time the session was last accessed
lastAccessedTime() - Method in Term
@return
Returns:
the last time this term received input
lastsave(Handler<AsyncResult<Long>>) - Method in RedisClient
Get the UNIX time stamp of the last successful save to disk
lastStopped() - Method in Job
@return
Returns:
when the job was last stopped
lindex(String, int, Handler<AsyncResult<String>>) - Method in RedisClient
Get an element from a list by its index
line() - Method in Job
@return
Returns:
the execution line of the job, i.e the shell command line that launched this job
lineTokens() - Method in Completion
@return
Returns:
the current line being completed as preparsed tokens
linsert(String, InsertOptions, String, String, Handler<AsyncResult<Long>>) - Method in RedisClient
Insert an element before or after another element in a list
listen(Handler<AsyncResult<Void>>) - Method in ShellServer
Start the shell service, this is an asynchronous start.
listen(int, String, Handler<AsyncResult<StompServer>>) - Method in StompServer
Connects the STOMP server to the given port / interface.
listen(int, Handler<AsyncResult<TcpEventBusBridge>>) - Method in TcpEventBusBridge
Listen on specific port
listen(Handler<AsyncResult<TermServer>>) - Method in TermServer
Bind the term server, the TermServer.termHandler must be set before.
llen(String, Handler<AsyncResult<Long>>) - Method in RedisClient
Get the length of a list
localAddress() - Method in SockJSSocket
Return the local address for this socket @return
Locale - Class in io.vertx.groovy.ext.web
Locale(Object) - Constructor in Locale
LocalSessionStore - Class in io.vertx.groovy.ext.web.sstore
A session store which is only available on a single node.
LocalSessionStore(Object) - Constructor in LocalSessionStore
LoggerHandler - Class in io.vertx.groovy.ext.web.handler
A handler which logs request information to the Vert.x logger.
LoggerHandler(Object) - Constructor in LoggerHandler
lpop(String, Handler<AsyncResult<String>>) - Method in RedisClient
Remove and get the first element in a list
lpush(String, String, Handler<AsyncResult<Long>>) - Method in RedisClient
Prepend one value to a list
lpushMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in RedisClient
Prepend one or multiple values to a list
lpushx(String, String, Handler<AsyncResult<Long>>) - Method in RedisClient
Prepend a value to a list, only if the list exists
lrange(String, long, long, Handler<AsyncResult<List<Object>>>) - Method in RedisClient
Get a range of elements from a list
lrem(String, long, String, Handler<AsyncResult<Long>>) - Method in RedisClient
Remove elements from a list
lset(String, long, String, Handler<AsyncResult<String>>) - Method in RedisClient
Set the value of an element in a list by its index
ltrim(String, long, long, Handler<AsyncResult<String>>) - Method in RedisClient
Trim a list to the specified range

M

MailClient - Class in io.vertx.groovy.ext.mail
MailClient(Object) - Constructor in MailClient
MailService - Class in io.vertx.groovy.ext.mail
@author Tim Fox
MailService(Object) - Constructor in MailService
matches(String) - Method in Destination
Checks whether or not the given address matches with the current destination.
maxAgeSeconds(int) - Method in CorsHandler
Set how long the browser should cache the information
message() - Method in Failure
@return
Returns:
the error message
method(HttpMethod) - Method in Route
Add an HTTP method for this route.
metricsNames() - Method in MetricsService
@return
Returns:
the known metrics names by this service
MetricsService - Class in io.vertx.groovy.ext.dropwizard
The metrics service mainly allows to return a snapshot of measured objects.
MetricsService(Object) - Constructor in MetricsService
mget(String, Handler<AsyncResult<List<Object>>>) - Method in RedisClient
Get the value of the given key
mgetMany(List<String>, Handler<AsyncResult<List<Object>>>) - Method in RedisClient
Get the values of all the given keys
migrate(String, int, String, int, long, Map<String, Object>, Handler<AsyncResult<String>>) - Method in RedisClient
Atomically transfer a key from a Redis instance to another one.
MongoAuth - Class in io.vertx.groovy.ext.auth.mongo
An extension of AuthProvider which is using as store
MongoAuth(Object) - Constructor in MongoAuth
MongoClient - Class in io.vertx.groovy.ext.mongo
A Vert.x service used to interact with MongoDB server instances.
MongoClient(Object) - Constructor in MongoClient
monitor(Handler<AsyncResult<Void>>) - Method in RedisClient
Listen for all requests received by the server in real time
mountPoint() - Method in RoutingContext
Returns:
the mount point for this router.
mountSubRouter(String, Router) - Method in Router
Mount a sub router on this router
move(String, int, Handler<AsyncResult<Long>>) - Method in RedisClient
Move a key to another database
mset(Map<String, Object>, Handler<AsyncResult<String>>) - Method in RedisClient
Set multiple keys to multiple values
msetnx(Map<String, Object>, Handler<AsyncResult<Long>>) - Method in RedisClient
Set multiple keys to multiple values, only if none of the keys exist
multi(Handler<AsyncResult<String>>) - Method in RedisClient
Mark the start of a transaction block
MVELTemplateEngine - Class in io.vertx.groovy.ext.web.templ
A template engine that uses the Handlebars library.
MVELTemplateEngine(Object) - Constructor in MVELTemplateEngine

N

nack(StompServerConnection, Map<String, Object>) - Method in Destination
Handles a NACK frame.
nack(String, String, Handler<Map<String, Object>>) - Method in StompClientConnection
Sends a non-acknowledgement for the given frame.
nackHandler(Handler<ServerFrame>) - Method in StompServerHandler
Configures the action to execute when a NACK frame is received.
name() - Method in Command
@return
Returns:
the command name
name() - Method in FileUpload
@return
Returns:
the name of the upload as provided in the form submission
name() - Method in TestCaseReport
@return
Returns:
the test case name
name() - Method in TestResult
The test description, may be null if none was provided.
name() - Method in TestSuiteReport
@return
Returns:
the test suite name
next() - Method in RoutingContext
Tell the router to route this context to the next matching route (if any).
normalisedPath() - Method in RoutingContext
Return the normalised path for the request.
numberOfSubscriptions() - Method in Destination
Gets the number of subscriptions attached to the current Destination.

O

OAuth2Auth - Class in io.vertx.groovy.ext.auth.oauth2
Factory interface for creating OAuth2 based AuthProvider instances.
OAuth2Auth(Object) - Constructor in OAuth2Auth
OAuth2AuthHandler - Class in io.vertx.groovy.ext.web.handler
An auth handler that provides OAuth2 Authentication support.
OAuth2AuthHandler(Object) - Constructor in OAuth2AuthHandler
object(String, ObjectCmd, Handler<AsyncResult<Void>>) - Method in RedisClient
Inspect the internals of Redis objects
onAck(StompServerConnection, Map<String, Object>, List<Map<String, Object>>) - Method in StompServerHandler
Method called by single message (client-individual policy) or a set of message (client policy) are acknowledged.
onAckHandler(Handler<Acknowledgement>) - Method in StompServerHandler
Configures the action to execute when messages are acknowledged.
onAuthenticationRequest(StompServer, String, String, Handler<AsyncResult<Boolean>>) - Method in StompServerHandler
Called when the client connects to a server requiring authentication.
onClose(StompServerConnection) - Method in StompServerHandler
Called when the connection is closed.
onNack(StompServerConnection, Map<String, Object>, List<Map<String, Object>>) - Method in StompServerHandler
Method called by single message (client-individual policy) or a set of message (client policy) are not acknowledged.
onNackHandler(Handler<Acknowledgement>) - Method in StompServerHandler
Configures the action to execute when messages are not acknowledged.
onServerActivity() - Method in StompServerConnection
Notifies the connection about server activity (the server has sent a frame).
options(String) - Method in Router
Add a route that matches a HTTP OPTIONS request and the specified path
options() - Method in StompClient
@return the client's options.
options() - Method in StompServer
@return the server options
optionsWithRegex(String) - Method in Router
Add a route that matches a HTTP OPTIONS request and the specified path regex
order(int) - Method in Route
Specify the order for this route.

P

patch(String) - Method in Router
Add a route that matches a HTTP PATCH request and the specified path
patchWithRegex(String) - Method in Router
Add a route that matches a HTTP PATCH request and the specified path regex
path(String) - Method in Route
Set the path prefix for this route.
pathRegex(String) - Method in Route
Set the path prefix as a regular expression.
pause() - Method in SockJSSocket
pause() - Method in TestSuiteReport
persist(String, Handler<AsyncResult<Long>>) - Method in RedisClient
Remove the expiration from a key
pexpire(String, long, Handler<AsyncResult<Long>>) - Method in RedisClient
Set a key's time to live in milliseconds
pexpireat(String, long, Handler<AsyncResult<Long>>) - Method in RedisClient
Set the expiration for a key as a UNIX timestamp specified in milliseconds
pfadd(String, String, Handler<AsyncResult<Long>>) - Method in RedisClient
Adds the specified element to the specified HyperLogLog.
pfaddMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in RedisClient
Adds the specified elements to the specified HyperLogLog.
pfcount(String, Handler<AsyncResult<Long>>) - Method in RedisClient
Return the approximated cardinality of the set observed by the HyperLogLog at key.
pfcountMany(List<String>, Handler<AsyncResult<Long>>) - Method in 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 RedisClient
Merge N different HyperLogLogs into a single one.
ping() - Method in Frames
ping(Handler<AsyncResult<String>>) - Method in RedisClient
Ping the server
ping() - Method in StompServerConnection
Sends a `PING` frame to the client.
pingHandler(Handler<StompClientConnection>) - Method in StompClientConnection
Sets a handler that let customize the behavior when a ping needs to be sent to the server.
pingHandler(Handler<StompServerConnection>) - Method in StompServerHandler
Allows customizing the action to do when the server needs to send a `PING` to the client.
post(String) - Method in Router
Add a route that matches a HTTP POST request and the specified path
postWithRegex(String) - Method in Router
Add a route that matches a HTTP POST request and the specified path regex
preferredLocale() - Method in RoutingContext
Helper to return the user preferred locale.
principal() - Method in User
Get the underlying principal for the User.
Process - Class in io.vertx.groovy.ext.shell.system
A process managed by the shell.
process() - Method in Job
@return
Returns:
the first process in the job
Process(Object) - Constructor in Process
processHandler(Handler<CommandProcess>) - Method in CommandBuilder
Set the command process handler, the process handler is called when the command is executed.
produces(String) - Method in Route
Add a content type produced by this route.
psetex(String, long, String, Handler<AsyncResult<Void>>) - Method in RedisClient
Set the value and expiration in milliseconds of a key
psubscribe(String, Handler<AsyncResult<List<Object>>>) - Method in RedisClient
Listen for messages published to channels matching the given pattern
psubscribeMany(List<String>, Handler<AsyncResult<List<Object>>>) - Method in RedisClient
Listen for messages published to channels matching the given patterns
pttl(String, Handler<AsyncResult<Long>>) - Method in RedisClient
Get the time to live for a key in milliseconds
Pty - Class in io.vertx.groovy.ext.shell.term
A pseudo terminal used for controlling a Tty.
Pty(Object) - Constructor in Pty
publish(String, String, Handler<AsyncResult<Long>>) - Method in RedisClient
Post a message to a channel
pubsubChannels(String, Handler<AsyncResult<List<Object>>>) - Method in RedisClient
Lists the currently active channels - only those matching the pattern
pubsubNumpat(Handler<AsyncResult<Long>>) - Method in RedisClient
Returns the number of subscriptions to patterns (that are performed using the PSUBSCRIBE command)
pubsubNumsub(List<String>, Handler<AsyncResult<List<Object>>>) - Method in RedisClient
Returns the number of subscribers (not counting clients subscribed to patterns) for the specified channels
punsubscribe(List<String>, Handler<AsyncResult<Void>>) - Method in RedisClient
Stop listening for messages posted to channels matching the given patterns
put(String) - Method in Router
Add a route that matches a HTTP PUT request and the specified path
put(String, Object) - Method in RoutingContext
Put some arbitrary data in the context.
put(String, Object) - Method in Session
Put some data in a session
put(Session, Handler<AsyncResult<Boolean>>) - Method in SessionStore
Add a session with the specified ID
put(String, Object) - Method in TestContext
Put some data in the context.
putWithRegex(String) - Method in Router
Add a route that matches a HTTP PUT request and the specified path regex

Q

query(String, Handler<AsyncResult<Map<String, Object>>>) - Method in SQLConnection
Executes the given SQL SELECT statement which returns the results of the query.
queryWithParams(String, List<Object>, Handler<AsyncResult<Map<String, Object>>>) - Method in SQLConnection
Executes the given SQL SELECT prepared statement which returns the results of the query.
queue(Vertx, String) - Method in Destination

R

randomkey(Handler<AsyncResult<String>>) - Method in RedisClient
Return a random key from the keyspace
raw() - Method in CliToken
@return
Returns:
the raw token value, that may contain unescaped chars, for instance
rawLine() - Method in Completion
@return
Returns:
the current line being completed in raw format, i.e without any char escape performed
rawMessage() - Method in BridgeEvent
Get the raw JSON message for the event.
readline(String, Handler<String>, Handler<Completion>) - Method in Term
Prompt the user a line of text, providing a completion handler to handle user's completion.
RedirectAuthHandler - Class in io.vertx.groovy.ext.web.handler
An auth handler that's used to handle auth by redirecting user to a custom login page.
RedirectAuthHandler(Object) - Constructor in RedirectAuthHandler
RedisClient - Class in io.vertx.groovy.redis
RedisClient(Object) - Constructor in RedisClient
refresh(Handler<AsyncResult<Void>>) - Method in AccessToken
Refresh the access token
register(String) - Method in EventBusCollector
Register the collector as a consumer of the event bus with the specified address.
registerCommand(Command, Handler<AsyncResult<Command>>) - Method in CommandRegistry
Register a command
registerCommandResolver(CommandResolver) - Method in ShellServer
Register a command resolver for this server.
registerCommands(List<Command>, Handler<AsyncResult<List<Command>>>) - Method in CommandRegistry
Register a list of commands.
registerTermServer(TermServer) - Method in ShellServer
Register a term server to this shell server, the term server lifecycle methods are managed by this shell server.
remoteAddress() - Method in SockJSSocket
Return the remote address for this socket @return
remove(String, Map<String, Object>, Handler<AsyncResult<Void>>) - Method in MongoClient
Remove matching documents from a collection
remove() - Method in Route
Remove this route from the router
remove(String) - Method in Session
Remove some data from the session
remove(String) - Method in TestContext
Remove some data from the context.
removeBodyEndHandler(int) - Method in RoutingContext
Remove a body end handler
removeCookie(String) - Method in RoutingContext
Remove a cookie.
removeHeadersEndHandler(int) - Method in RoutingContext
Remove a headers end handler
removeOne(String, Map<String, Object>, Handler<AsyncResult<Void>>) - Method in MongoClient
Remove a single matching document from a collection
removeOneWithOptions(String, Map<String, Object>, WriteOption, Handler<AsyncResult<Void>>) - Method in MongoClient
Remove a single matching document from a collection with the specified write option
removeWithOptions(String, Map<String, Object>, WriteOption, Handler<AsyncResult<Void>>) - Method in MongoClient
Remove matching documents from a collection with the specified write option
rename(String, String, Handler<AsyncResult<String>>) - Method in RedisClient
Rename a key
renamenx(String, String, Handler<AsyncResult<Long>>) - Method in RedisClient
Rename a key, only if the new key does not exist
render(RoutingContext, String, Handler<AsyncResult<Buffer>>) - Method in TemplateEngine
Render
replace(String, Map<String, Object>, Map<String, Object>, Handler<AsyncResult<Void>>) - Method in MongoClient
Replace matching documents in the specified collection
replaceWithOptions(String, Map<String, Object>, Map<String, Object>, Map<String, Object>, Handler<AsyncResult<Void>>) - Method in MongoClient
Replace matching documents in the specified collection, specifying options
request() - Method in RoutingContext
@return
Returns:
the HTTP request object
reroute(HttpMethod, String) - Method in RoutingContext
Restarts the current router with a new method and path.
resizehandler(Handler<Void>) - Method in CommandProcess
resizehandler(Handler<Void>) - Method in Term
resizehandler(Handler<Void>) - Method in Tty
Set a resize handler, the handler is called when the tty size changes.
resolve(Future<T>) - Method in Completion
Completes the future upon completion, otherwise fails it.
response() - Method in RoutingContext
@return
Returns:
the HTTP response object
ResponseTimeHandler - Class in io.vertx.groovy.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(Object) - Constructor in ResponseTimeHandler
restore(String, long, String, Handler<AsyncResult<String>>) - Method in RedisClient
Create a key using the provided serialized value, previously obtained using DUMP.
resume(boolean) - Method in Job
Resume the job.
resume(boolean, Handler<Void>) - Method in Process
Suspend the process.
resume() - Method in SockJSSocket
resume() - Method in TestSuiteReport
resumeHandler(Handler<Void>) - Method in CommandProcess
Set a resume handler, this handler is called when the command is resumed, for instance user types bg or fg to resume the command.
retryTimeout() - Method in SessionStore
The retry timeout value in milli seconds used by the session handler when it retrieves a value from the store.
revoke(String, Handler<AsyncResult<Void>>) - Method in AccessToken
Revoke access or refresh token
role(Handler<AsyncResult<List<Object>>>) - Method in RedisClient
Return the role of the instance in the context of replication
rollback(Handler<AsyncResult<Void>>) - Method in SQLConnection
Rolls back all changes made since the previous commit/rollback.
Route - Class in io.vertx.groovy.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(Object) - Constructor in Route
route(String) - Method in Router
Add a route that matches the specified path
Router - Class in io.vertx.groovy.ext.web
A router receives request from an io.vertx.groovy.core.http.HttpServer and routes it to the first matching Route that it contains.
Router(Object) - Constructor in Router
routeWithRegex(String) - Method in Router
Add a route that matches the specified path regex
RoutingContext - Class in io.vertx.groovy.ext.web
Represents the context for the handling of a request in Vert.x-Web.
RoutingContext(Object) - Constructor in RoutingContext
rpop(String, Handler<AsyncResult<String>>) - Method in RedisClient
Remove and get the last element in a list
rpoplpush(String, String, Handler<AsyncResult<String>>) - Method in RedisClient
Remove the last element in a list, append it to another list and return it
rpush(String, String, Handler<AsyncResult<Long>>) - Method in RedisClient
Append one or multiple values to a list
rpushMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in RedisClient
Append one or multiple values to a list
rpushx(String, String, Handler<AsyncResult<Long>>) - Method in RedisClient
Append a value to a list, only if the list exists
run() - Method in Job
Run the job, before running the job a must be set.
run(boolean, Handler<Void>) - Method in Process
Run the process.
run(Vertx, Map<String, Object>) - Method in TestSuite
Run the testsuite with the specified options and the specified vertx instance.
runCommand(String, Map<String, Object>, Handler<AsyncResult<Map<String, Object>>>) - Method in MongoClient
Run an arbitrary MongoDB command.

S

sadd(String, String, Handler<AsyncResult<Long>>) - Method in RedisClient
Add a member to a set
saddMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in RedisClient
Add one or more members to a set
save(String, Map<String, Object>, Handler<AsyncResult<String>>) - Method in MongoClient
Save a document in the specified collection
save(Handler<AsyncResult<String>>) - Method in RedisClient
Synchronously save the dataset to disk
saveWithOptions(String, Map<String, Object>, WriteOption, Handler<AsyncResult<String>>) - Method in MongoClient
Save a document in the specified collection with the specified write option
scan(String, Map<String, Object>, Handler<AsyncResult<List<Object>>>) - Method in RedisClient
Incrementally iterate the keys space
scard(String, Handler<AsyncResult<Long>>) - Method in RedisClient
Get the number of members in a set
scriptExists(String, Handler<AsyncResult<List<Object>>>) - Method in RedisClient
Check existence of script in the script cache.
scriptExistsMany(List<String>, Handler<AsyncResult<List<Object>>>) - Method in RedisClient
Check existence of scripts in the script cache.
scriptFlush(Handler<AsyncResult<String>>) - Method in RedisClient
Remove all the scripts from the script cache.
scriptKill(Handler<AsyncResult<String>>) - Method in RedisClient
Kill the script currently in execution.
scriptLoad(String, Handler<AsyncResult<String>>) - Method in RedisClient
Load the specified Lua script into the script cache.
sdiff(String, List<String>, Handler<AsyncResult<List<Object>>>) - Method in RedisClient
Subtract multiple sets
sdiffstore(String, String, List<String>, Handler<AsyncResult<Long>>) - Method in RedisClient
Subtract multiple sets and store the resulting set in a key
select(int, Handler<AsyncResult<String>>) - Method in RedisClient
Change the selected database for the current connection
send(String, Map<String, String>, Buffer, Handler<Map<String, Object>>) - Method in StompClientConnection
Sends a SEND frame to the server to the given destination.
sendHandler(Handler<ServerFrame>) - Method in StompServerHandler
Configures the action to execute when a SEND frame is received.
sendMail(Map<String, Object>, Handler<AsyncResult<Map<String, Object>>>) - Method in MailClient
sendMail(Map<String, Object>, Handler<AsyncResult<Map<String, Object>>>) - Method in MailService
server() - Method in ShellService
@return
Returns:
the shell server
server() - Method in StompClientConnection
Returns:
the server name.
server() - Method in StompServerConnection
Returns:
the STOMP server serving this connection.
ServerFrame - Class in io.vertx.groovy.ext.stomp
Structure passed to server handler when receiving a frame.
ServerFrame(Object) - Constructor in ServerFrame
Session - Class in io.vertx.groovy.ext.shell.session
A shell session.
session() - Method in CommandProcess
@return
Returns:
the shell session
session() - Method in Completion
Returns:
the shell current session, useful for accessing data like the current path for file completion, etc...
session() - Method in RoutingContext
Get the session.
Session(Object) - Constructor in Session
session() - Method in Shell
@return
Returns:
the current shell session
session() - Method in StompClientConnection
Returns:
the session id.
session() - Method in StompServerConnection
@return
Returns:
the STOMP session id computed when the client has established the connection to the server
SessionHandler - Class in io.vertx.groovy.ext.web.handler
A handler that maintains a Session for each browser session.
SessionHandler(Object) - Constructor in SessionHandler
SessionStore - Class in io.vertx.groovy.ext.web.sstore
A session store is used to store sessions for an Vert.x-Web web app
SessionStore(Object) - Constructor in SessionStore
set(String, String, Handler<AsyncResult<Void>>) - Method in RedisClient
Set the string value of a key
setAcceptableContentType(String) - Method in RoutingContext
Set the acceptable content type.
setAccessed() - Method in Session
Mark the session as being accessed.
setAllowRootFileSystemAccess(boolean) - Method in StaticHandler
Enable/Disable access to the root of the filesystem
setAlwaysAsyncFS(boolean) - Method in StaticHandler
Set whether async filesystem access should always be used
setAudience(List<String>) - Method in JWTAuthHandler
Set the audience list
setAuthenticationQuery(String) - Method in JDBCAuth
Set the authentication query to use.
setAuthProvider(AuthProvider) - Method in User
Set the auth provider for the User.
setAutoCommit(boolean, Handler<AsyncResult<Void>>) - Method in SQLConnection
Sets the auto commit flag for this connection.
setBinary(String, Buffer, Handler<AsyncResult<Void>>) - Method in RedisClient
Set the binary string value of a key - without encoding as utf-8
setBinaryWithOptions(String, Buffer, Map<String, Object>, Handler<AsyncResult<Void>>) - Method in RedisClient
Set the string value of a key
setbit(String, long, int, Handler<AsyncResult<Long>>) - Method in RedisClient
Sets or clears the bit at offset in the string value stored at key
setBody(Buffer) - Method in RoutingContext
Set the body.
setBodyLimit(long) - Method in BodyHandler
Set the maximum body size -1 means unlimited
setCacheEntryTimeout(long) - Method in StaticHandler
Set the server cache entry timeout when caching is enabled
setCachingEnabled(boolean) - Method in StaticHandler
Set whether cache header handling is enabled
setChanged(boolean) - Method in Cookie
Set the cookie as being changed.
setCollectionName(String) - Method in MongoAuth
Set the name of the collection to be used.
setCookieHttpOnlyFlag(boolean) - Method in SessionHandler
Sets whether the 'HttpOnly' flag should be set for the session cookie.
setCookieName(String) - Method in CSRFHandler
Set the cookie name.
setCookieSecureFlag(boolean) - Method in SessionHandler
Sets whether the 'secure' flag should be set for the session cookie.
setDirectLoggedInOKURL(String) - Method in 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 StaticHandler
Set whether directory listing is enabled
setDirectoryTemplate(String) - Method in StaticHandler
Set the directory template to be used when directory listing
setDomain(String) - Method in Cookie
Sets the domain of this cookie
setEnableFSTuning(boolean) - Method in StaticHandler
Set whether async/sync filesystem tuning should enabled
setEnableRangeSupport(boolean) - Method in StaticHandler
Set whether range requests (resumable downloads; media streaming) should be enabled.
setex(String, long, String, Handler<AsyncResult<String>>) - Method in RedisClient
Set the value and expiration of a key
setExtension(String) - Method in HandlebarsTemplateEngine
Set the extension for the engine
setExtension(String) - Method in JadeTemplateEngine
Set the extension for the engine
setExtension(String) - Method in MVELTemplateEngine
Set the extension for the engine
setExternalSalt(String) - Method in HashStrategy
Set an external salt.
setFilesReadOnly(boolean) - Method in StaticHandler
Set whether files are read-only and will never change
setHashStrategy(HashStrategy) - Method in MongoAuth
The HashStrategy which is used by the current instance
setHeaderName(String) - Method in CSRFHandler
Set the header name.
setHttpOnly(boolean) - Method in Cookie
Determines if this cookie is HTTP only.
setIgnoreExpiration(boolean) - Method in JWTAuthHandler
Set whether expiration is ignored
setIncludeHidden(boolean) - Method in StaticHandler
Set whether hidden files should be served
setIndexPage(String) - Method in StaticHandler
Set the index page
setIssuer(String) - Method in JWTAuthHandler
Set the issuer
setMaxAge(long) - Method in Cookie
Sets the maximum age of this cookie in seconds.
setMaxAgeSeconds(long) - Method in StaticHandler
Set value for max age in caching headers
setMaxAvgServeTimeNs(long) - Method in StaticHandler
Set the max serve time in ns, above which serves are considered slow
setMaxCacheSize(int) - Method in HandlebarsTemplateEngine
Set the max cache size for the engine
setMaxCacheSize(int) - Method in JadeTemplateEngine
Set the max cache size for the engine
setMaxCacheSize(int) - Method in MVELTemplateEngine
Set the max cache size for the engine
setMaxCacheSize(int) - Method in StaticHandler
Set the max cache size, when caching is enabled
setMergeFormAttributes(boolean) - Method in BodyHandler
Set whether form attributes will be added to the request parameters
setMode(String) - Method in ThymeleafTemplateEngine
Set the mode for the engine
setNagHttps(boolean) - Method in CSRFHandler
Should the handler give warning messages if this handler is used in other than https protocols?
setNagHttps(boolean) - Method in SessionHandler
Set whether a nagging log warning should be written if the session handler is accessed over HTTP, not HTTPS
setnx(String, String, Handler<AsyncResult<Long>>) - Method in RedisClient
Set the value of a key, only if the key does not exist
setPasswordCredentialField(String) - Method in MongoAuth
Set the name of the field to be used as property for the password of credentials in the method AuthProvider.authenticate.
setPasswordField(String) - Method in MongoAuth
Set the name of the field to be used for the password Defaults to MongoAuth
setPasswordParam(String) - Method in FormLoginHandler
Set the name of the form param used to submit the password
setPath(String) - Method in Cookie
Sets the path of this cookie.
setPermissionField(String) - Method in MongoAuth
Set the name of the field to be used for the permissions.
setPermissionsQuery(String) - Method in JDBCAuth
Set the permissions query to use.
setrange(String, int, String, Handler<AsyncResult<Long>>) - Method in RedisClient
Overwrite part of a string at key starting at the specified offset
setReturnURLParam(String) - Method in FormLoginHandler
Set the name of the session attrioute used to specify the return url
setRoleField(String) - Method in MongoAuth
Set the name of the field to be used for the roles.
setRolePrefix(String) - Method in JDBCAuth
Set the role prefix to distinguish from permissions when checking for isPermitted requests.
setRolePrefix(String) - Method in ShiroAuth
Set the role prefix to distinguish from permissions when checking for isPermitted requests.
setRolesQuery(String) - Method in JDBCAuth
Set the roles query to use.
setSaltField(String) - Method in MongoAuth
Set the name of the field to be used for the salt.
setSaltStyle(HashSaltStyle) - Method in HashStrategy
Set the saltstyle as defined by io.vertx.groovy.ext.auth.mongo.HashSaltStyle.
setSecure(boolean) - Method in Cookie
Sets the security getStatus of this cookie
setSession(Session) - Method in Job
Set a session on the job.
setSession(Session) - Method in Process
Set the process session
setSession(Session) - Method in RoutingContext
Set the session.
setSession(Session) - Method in Term
Associate the term with a session.
setSessionCookieName(String) - Method in SessionHandler
Set the session cookie name
setSessionTimeout(long) - Method in SessionHandler
Set the session timeout
setSize(int, int) - Method in Pty
Resize the terminal.
setTimeout(long) - Method in CSRFHandler
Set the timeout for tokens generated by the handler, by default it uses the default from the session handler.
setTty(Tty) - Method in Job
Set a tty on the job.
setTty(Tty) - Method in Process
Set the process tty.
setupCallback(Route) - Method in OAuth2AuthHandler
add the callback handler to a given route.
setUploadsDirectory(String) - Method in BodyHandler
Set the uploads directory to use
setUser(User) - Method in RoutingContext
Set the user.
setUsernameCredentialField(String) - Method in MongoAuth
Set the name of the field to be used as property for the username in the method AuthProvider.authenticate.
setUsernameField(String) - Method in MongoAuth
Set the name of the field to be used for the username.
setUsernameParam(String) - Method in FormLoginHandler
Set the name of the form param used to submit the username
setValue(String) - Method in Cookie
Sets the value of this cookie
setWebRoot(String) - Method in StaticHandler
Set the web root
setWithOptions(String, String, Map<String, Object>, Handler<AsyncResult<Void>>) - Method in RedisClient
Set the string value of a key
setWriteQueueMaxSize(int) - Method in SockJSSocket
Shell - Class in io.vertx.groovy.ext.shell
An interactive session between a consumer and a shell.
Shell(Object) - Constructor in Shell
ShellServer - Class in io.vertx.groovy.ext.shell
The shell server.
ShellServer(Object) - Constructor in ShellServer
ShellService - Class in io.vertx.groovy.ext.shell
The shell service, provides a remotely accessible shell available via Telnet or SSH according to the ShellService(Object) - Constructor in ShellService
ShiroAuth - Class in io.vertx.groovy.ext.auth.shiro
Factory interface for creating Apache Shiro based AuthProvider instances.
ShiroAuth(Object) - Constructor in ShiroAuth
SignalHandler - Class in io.vertx.groovy.ext.shell.term
@author Julien Viet
SignalHandler(Object) - Constructor in SignalHandler
sinter(List<String>, Handler<AsyncResult<List<Object>>>) - Method in RedisClient
Intersect multiple sets
sinterstore(String, List<String>, Handler<AsyncResult<Long>>) - Method in RedisClient
Intersect multiple sets and store the resulting set in a key
sismember(String, String, Handler<AsyncResult<Long>>) - Method in RedisClient
Determine if a given value is a member of a set
size() - Method in FileUpload
@return
Returns:
the size of the upload, in bytes
size(Handler<AsyncResult<Integer>>) - Method in SessionStore
Get the number of sessions in the store
slave() - Method in Pty
@return
Returns:
the pseudo terminal slave
slaveof(String, int, Handler<AsyncResult<String>>) - Method in RedisClient
Make the server a slave of another instance
slaveofNoone(Handler<AsyncResult<String>>) - Method in RedisClient
Make this server a master
slowlogGet(int, Handler<AsyncResult<List<Object>>>) - Method in RedisClient
Read the Redis slow queries log
slowlogLen(Handler<AsyncResult<Long>>) - Method in RedisClient
Get the length of the Redis slow queries log
slowlogReset(Handler<AsyncResult<Void>>) - Method in RedisClient
Reset the Redis slow queries log
smembers(String, Handler<AsyncResult<List<Object>>>) - Method in RedisClient
Get all the members in a set
smove(String, String, String, Handler<AsyncResult<Long>>) - Method in RedisClient
Move a member from one set to another
socket() - Method in BridgeEvent
Get the SockJSSocket instance corresponding to the event
socketHandler(Handler<SockJSSocket>) - Method in SockJSHandler
Set a SockJS socket handler.
SockJSHandler - Class in io.vertx.groovy.ext.web.handler.sockjs
A handler that allows you to handle SockJS connections from clients.
SockJSHandler(Object) - Constructor in SockJSHandler
SockJSSocket - Class in io.vertx.groovy.ext.web.handler.sockjs
You interact with SockJS clients through instances of SockJS socket.
SockJSSocket(Object) - Constructor in SockJSSocket
SockJSTermHandler - Class in io.vertx.groovy.ext.shell.term
@author Julien Viet
SockJSTermHandler(Object) - Constructor in SockJSTermHandler
sort(String, Map<String, Object>, Handler<AsyncResult<List<Object>>>) - Method in RedisClient
Sort the elements in a list, set or sorted set
spop(String, Handler<AsyncResult<String>>) - Method in RedisClient
Remove and return a random member from a set
spopMany(String, int, Handler<AsyncResult<String>>) - Method in RedisClient
Remove and return random members from a set
SQLConnection - Class in io.vertx.groovy.ext.sql
Represents a connection to a SQL database
SQLConnection(Object) - Constructor in SQLConnection
srandmember(String, Handler<AsyncResult<String>>) - Method in RedisClient
Get one or multiple random members from a set
srandmemberCount(String, int, Handler<AsyncResult<List<Object>>>) - Method in RedisClient
Get one or multiple random members from a set
srem(String, String, Handler<AsyncResult<Long>>) - Method in RedisClient
Remove one member from a set
sremMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in RedisClient
Remove one or more members from a set
sscan(String, String, Map<String, Object>, Handler<AsyncResult<List<Object>>>) - Method in RedisClient
Incrementally iterate Set elements
stackTrace() - Method in Failure
@return
Returns:
the stack trace
start(Handler<AsyncResult<Void>>) - Method in ShellService
Start the shell service, this is an asynchronous start.
StaticHandler - Class in io.vertx.groovy.ext.web.handler
A handler for serving static resources from the file system or classpath.
StaticHandler(Object) - Constructor in StaticHandler
status() - Method in Job
@return
Returns:
the job exec status
status() - Method in Process
@return
Returns:
the current process status
statusCode() - Method in RoutingContext
If the context is being routed to failure handlers after a failure has been triggered by calling RoutingContext.fail then this will return that status code.
statusUpdateHandler(Handler<ExecStatus>) - Method in Job
Set an handler called when the job terminates.
stdinHandler(Handler<String>) - Method in CommandProcess
stdinHandler(Handler<String>) - Method in Term
stdinHandler(Handler<String>) - Method in Tty
Set a stream handler on the standard input to read the data.
stdoutHandler(Handler<String>) - Method in Pty
Set the standard out handler of the pseudo terminal.
StompClient - Class in io.vertx.groovy.ext.stomp
Defines a STOMP client.
StompClient(Object) - Constructor in StompClient
StompClientConnection - Class in io.vertx.groovy.ext.stomp
Once a connection to the STOMP server has been made, client receives a StompClientConnection, that let send and receive STOMP frames.
StompClientConnection(Object) - Constructor in StompClientConnection
stompHandler() - Method in StompServer
Returns:
the StompServerHandler used by this server.
stompHandler(Handler<ServerFrame>) - Method in StompServerHandler
Configures the action to execute when a STOMP frame is received.
StompServer - Class in io.vertx.groovy.ext.stomp
Defines a STOMP server.
StompServer(Object) - Constructor in StompServer
StompServerConnection - Class in io.vertx.groovy.ext.stomp
Class representing a connection between a STOMP client a the server.
StompServerConnection(Object) - Constructor in StompServerConnection
StompServerHandler - Class in io.vertx.groovy.ext.stomp
STOMP server handler implements the behavior of the STOMP server when a specific event occurs.
StompServerHandler(Object) - Constructor in StompServerHandler
stop(Handler<AsyncResult<Void>>) - Method in ShellService
Stop the shell service, this is an asynchronous start.
strlen(String, Handler<AsyncResult<Long>>) - Method in RedisClient
Get the length of the value stored in a key
subscribe(StompServerConnection, Map<String, Object>) - Method in Destination
Handles a subscription request to the current Destination.
subscribe(String, Handler<AsyncResult<List<Object>>>) - Method in RedisClient
Listen for messages published to the given channels
subscribe(String, Map<String, String>, Handler<Map<String, Object>>, Handler<Map<String, Object>>) - Method in StompClientConnection
Subscribes to the given destination.
subscribeHandler(Handler<ServerFrame>) - Method in StompServerHandler
Configures the action to execute when a SUBSCRIBE frame is received.
subscribeMany(List<String>, Handler<AsyncResult<List<Object>>>) - Method in RedisClient
Listen for messages published to the given channels
subscription() - Method in Acknowledgement
@return the subscription frame
succeeded() - Method in TestResult
Did it succeed?
sunion(List<String>, Handler<AsyncResult<List<Object>>>) - Method in RedisClient
Add multiple sets
sunionstore(String, List<String>, Handler<AsyncResult<Long>>) - Method in RedisClient
Add multiple sets and store the resulting set in a key
suspend() - Method in Job
Resume the job.
suspend(Handler<Void>) - Method in Process
Resume the process.
suspendHandler(Handler<Void>) - Method in CommandProcess
Set a suspend handler, this handler is called when the command is suspended, for instance user press Ctrl-Z.
suspendHandler(SignalHandler) - Method in Term
Set a suspend signal handler on the term.
sync(Handler<AsyncResult<Void>>) - Method in RedisClient
Internal command used for replication

T

TcpEventBusBridge - Class in io.vertx.ext.groovy.eventbus.bridge.tcp
TCP EventBus bridge for Vert.x
TcpEventBusBridge(Object) - Constructor in TcpEventBusBridge
TemplateEngine - Class in io.vertx.groovy.ext.web.templ
A template engine uses a specific template and the data in a routing context to render a resource into a buffer.
TemplateEngine(Object) - Constructor in TemplateEngine
TemplateHandler - Class in io.vertx.groovy.ext.web.handler
A handler which renders responses using a template engine and where the template name is selected from the URI path.
TemplateHandler(Object) - Constructor in TemplateHandler
Term - Class in io.vertx.groovy.ext.shell.term
The terminal.
Term(Object) - Constructor in Term
termHandler(Handler<Term>) - Method in SockJSTermHandler
termHandler(Handler<Term>) - Method in TermServer
Set the term handler that will receive incoming client connections.
terminate() - Method in Job
Terminate the job.
terminate(Handler<Void>) - Method in Process
Terminate the process.
terminatedHandler(Handler<Integer>) - Method in Process
Set an handler for being notified when the process terminates.
TermServer - Class in io.vertx.groovy.ext.shell.term
A server for terminal based applications.
TermServer(Object) - Constructor in TermServer
test(String, int, Handler<TestContext>) - Method in TestSuite
Add a new test case to the suite.
TestCase - Class in io.vertx.groovy.ext.unit
A test case object can be used to create a single test.
TestCase(Object) - Constructor in TestCase
TestCaseReport - Class in io.vertx.groovy.ext.unit.report
Report the execution of a test case.
TestCaseReport(Object) - Constructor in TestCaseReport
TestCompletion - Class in io.vertx.groovy.ext.unit
This object provides callback-ability for the end of a test suite, the completion succeeds when all tests pass otherwise it fails.
TestCompletion(Object) - Constructor in TestCompletion
TestContext - Class in io.vertx.groovy.ext.unit
The test context is used for performing test assertions and manage the completion of the test.
TestContext(Object) - Constructor in TestContext
TestResult - Class in io.vertx.groovy.ext.unit.report
The result of a test.
TestResult(Object) - Constructor in TestResult
TestSuite - Class in io.vertx.groovy.ext.unit
A named suite of test cases that are executed altogether.
TestSuite(Object) - Constructor in TestSuite
TestSuiteReport - Class in io.vertx.groovy.ext.unit.report
The test suite reports is basically a stream of events reporting the test suite execution.
TestSuiteReport(Object) - Constructor in TestSuiteReport
ThymeleafTemplateEngine - Class in io.vertx.groovy.ext.web.templ
A template engine that uses the Thymeleaf library.
ThymeleafTemplateEngine(Object) - Constructor in ThymeleafTemplateEngine
time(Handler<AsyncResult<List<Object>>>) - Method in RedisClient
Return the current server time
timeout() - Method in Session
Returns:
the amount of time in ms, after which the session will expire, if not accessed.
TimeoutHandler - Class in io.vertx.groovy.ext.web.handler
Handler that will timeout requests if the response has not been written after a certain time.
TimeoutHandler(Object) - Constructor in TimeoutHandler
toBackground() - Method in Job
Send the job to background.
toBackground(Handler<Void>) - Method in Process
Set the process in background.
toForeground() - Method in Job
Send the job to foreground.
toForeground(Handler<Void>) - Method in Process
Set the process in foreground.
tokenize(String) - Method in CliToken
Tokenize the string argument and return a list of tokens.
topic(Vertx, String) - Method in Destination
trace(String) - Method in Router
Add a route that matches a HTTP TRACE request and the specified path
traceWithRegex(String) - Method in Router
Add a route that matches a HTTP TRACE request and the specified path regex
ttl(String, Handler<AsyncResult<Long>>) - Method in RedisClient
Get the time to live for a key
Tty - Class in io.vertx.groovy.ext.shell.term
Provide interactions with the Shell TTY.
Tty(Object) - Constructor in Tty
type() - Method in BridgeEvent
@return
Returns:
the type of the event
type(String, Handler<AsyncResult<String>>) - Method in RedisClient
Determine the type stored at key
type() - Method in Tty
Returns:
the declared tty type, for instance , , etc... it can be null when the tty does not have declared its type.

U

unregisterCommand(String, Handler<AsyncResult<Void>>) - Method in CommandRegistry
Unregister a command.
unsubscribe(StompServerConnection, Map<String, Object>) - Method in Destination
Handles a un-subscription request to the current Destination.
unsubscribe(List<String>, Handler<AsyncResult<Void>>) - Method in RedisClient
Stop listening for messages posted to the given channels
unsubscribe(String, Map<String, String>, Handler<Map<String, Object>>) - Method in StompClientConnection
Un-subscribes from the given destination.
unsubscribeConnection(StompServerConnection) - Method in Destination
Removes all subscriptions of the given connection
unsubscribeHandler(Handler<ServerFrame>) - Method in StompServerHandler
Configures the action to execute when a UNSUBSCRIBE frame is received.
unwatch(Handler<AsyncResult<String>>) - Method in RedisClient
Forget about all watched keys
update(String, Map<String, Object>, Map<String, Object>, Handler<AsyncResult<Void>>) - Method in MongoClient
Update matching documents in the specified collection
update(String, Handler<AsyncResult<Map<String, Object>>>) - Method in SQLConnection
Executes the given SQL statement which may be an INSERT, UPDATE, or DELETE statement.
updateWithOptions(String, Map<String, Object>, Map<String, Object>, Map<String, Object>, Handler<AsyncResult<Void>>) - Method in MongoClient
Update matching documents in the specified collection, specifying options
updateWithParams(String, List<Object>, Handler<AsyncResult<Map<String, Object>>>) - Method in SQLConnection
Executes the given prepared statement which may be an INSERT, UPDATE, or DELETE statement with the given parameters
uploadedFileName() - Method in FileUpload
Returns:
the actual temporary file name on the server where the file was uploaded to.
uri() - Method in SockJSSocket
Return the URI corresponding to the last request for this socket or the websocket handshake @return
useNormalisedPath(boolean) - Method in Route
If true then the normalised request path will be used when routing (e.g. removing duplicate /) Default is true
User - Class in io.vertx.groovy.ext.auth.common
Represents an authenticate User and contains operations to authorise the user, using a role/permission based model.
user() - Method in RoutingContext
Get the authenticated user (if any).
User(User) - Constructor in User
UserSessionHandler - Class in io.vertx.groovy.ext.web.handler
This handler should be used if you want to store the User object in the Session so it's available between different requests, without you having re-authenticate each time.
UserSessionHandler(Object) - Constructor in UserSessionHandler

V

value() - Method in CliToken
@return
Returns:
the token value
variant() - Method in Locale
Returns the variant as reported by the HTTP client.
version() - Method in StompClientConnection
Returns:
the STOMP protocol version negotiated with the server.
vertx() - Method in CommandProcess
@return
Returns:
the current Vert.x instance
vertx() - Method in Completion
@return
Returns:
the current Vert.x instance
vertx() - Method in RoutingContext
@return
Returns:
the Vert.x instance associated to the initiating Router for this context
vertx() - Method in StompClient
Returns:
the vert.x instance used by the client.
vertx() - Method in StompServer
Returns:
the instance of vert.x used by the server.
VertxUnitRunner - Class in io.vertx.groovy.ext.unit.junit
A JUnit runner for Groovy JUnit tests.
VertxUnitRunner(Class<?>) - Constructor in VertxUnitRunner
VertxUnitRunnerWithParameters - Class in io.vertx.groovy.ext.unit.junit
@author Julien Viet
VertxUnitRunnerWithParameters(TestWithParameters) - Constructor in VertxUnitRunnerWithParameters
VertxUnitRunnerWithParametersFactory - Class in io.vertx.groovy.ext.unit.junit
A org.junit.runners.parameterized.ParametersRunnerFactory for a VertxUnitRunner for enabling Vert.x Unit parameterized tests in Groovy.
VirtualHostHandler - Class in io.vertx.groovy.ext.web.handler
Handler that will filter requests based on the request Host name.
VirtualHostHandler(Object) - Constructor in VirtualHostHandler

W

wait(long, long, Handler<AsyncResult<String>>) - Method in RedisClient
Wait for the synchronous replication of all the write commands sent in the context of the current connection.
watch(String, Handler<AsyncResult<String>>) - Method in RedisClient
Watch the given keys to determine execution of the MULTI/EXEC block
watchMany(List<String>, Handler<AsyncResult<String>>) - Method in RedisClient
Watch the given keys to determine execution of the MULTI/EXEC block
webSession() - Method in SockJSSocket
@return
Returns:
the Vert.x-Web session corresponding to this socket
webUser() - Method in SockJSSocket
@return
Returns:
the Vert.x-Web user corresponding to this socket
width() - Method in Tty
@return
Returns:
the current width, i.e the number of rows or if unknown
write(String) - Method in CommandProcess
Write some text to the standard output.
write(String) - Method in Pty
Write data to the slave standard input of the pseudo terminal.
write(Buffer) - Method in SockJSSocket
write(Buffer) - Method in StompServerConnection
Writes the given buffer to the socket.
write(String) - Method in Term
write(String) - Method in Tty
Write data to the standard output.
writeHandlerID() - Method in 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.
writeQueueFull() - Method in SockJSSocket

X

Y

Z

zadd(String, double, String, Handler<AsyncResult<Long>>) - Method in RedisClient
Add one or more members to a sorted set, or update its score if it already exists
zaddMany(String, Map<String, Double>, Handler<AsyncResult<Long>>) - Method in RedisClient
Add one or more members to a sorted set, or update its score if it already exists
zcard(String, Handler<AsyncResult<Long>>) - Method in RedisClient
Get the number of members in a sorted set
zcount(String, double, double, Handler<AsyncResult<Long>>) - Method in RedisClient
Count the members in a sorted set with scores within the given values
zincrby(String, double, String, Handler<AsyncResult<String>>) - Method in RedisClient
Increment the score of a member in a sorted set
zinterstore(String, List<String>, AggregateOptions, Handler<AsyncResult<Long>>) - Method in RedisClient
Intersect multiple sorted sets and store the resulting sorted set in a new key
zinterstoreWeighed(String, Map<String, Double>, AggregateOptions, Handler<AsyncResult<Long>>) - Method in RedisClient
Intersect multiple sorted sets and store the resulting sorted set in a new key using weights for scoring
zlexcount(String, String, String, Handler<AsyncResult<Long>>) - Method in RedisClient
Count the number of members in a sorted set between a given lexicographical range
zrange(String, long, long, Handler<AsyncResult<List<Object>>>) - Method in RedisClient
Return a range of members in a sorted set, by index
zrangebylex(String, String, String, Map<String, Object>, Handler<AsyncResult<List<Object>>>) - Method in RedisClient
Return a range of members in a sorted set, by lexicographical range
zrangebyscore(String, String, String, Map<String, Object>, Handler<AsyncResult<List<Object>>>) - Method in RedisClient
Return a range of members in a sorted set, by score
zrangeWithOptions(String, long, long, RangeOptions, Handler<AsyncResult<List<Object>>>) - Method in RedisClient
Return a range of members in a sorted set, by index
zrank(String, String, Handler<AsyncResult<Long>>) - Method in RedisClient
Determine the index of a member in a sorted set
zrem(String, String, Handler<AsyncResult<Long>>) - Method in RedisClient
Remove one member from a sorted set
zremMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in RedisClient
Remove one or more members from a sorted set
zremrangebylex(String, String, String, Handler<AsyncResult<Long>>) - Method in RedisClient
Remove all members in a sorted set between the given lexicographical range
zremrangebyrank(String, long, long, Handler<AsyncResult<Long>>) - Method in RedisClient
Remove all members in a sorted set within the given indexes
zremrangebyscore(String, String, String, Handler<AsyncResult<Long>>) - Method in RedisClient
Remove all members in a sorted set within the given scores
zrevrange(String, long, long, RangeOptions, Handler<AsyncResult<List<Object>>>) - Method in RedisClient
Return a range of members in a sorted set, by index, with scores ordered from high to low
zrevrangebylex(String, String, String, Map<String, Object>, Handler<AsyncResult<List<Object>>>) - Method in RedisClient
Return a range of members in a sorted set, by score, between the given lexicographical range with scores ordered from high to low
zrevrangebyscore(String, String, String, Map<String, Object>, Handler<AsyncResult<List<Object>>>) - Method in RedisClient
Return a range of members in a sorted set, by score, with scores ordered from high to low
zrevrank(String, String, Handler<AsyncResult<Long>>) - Method in RedisClient
Determine the index of a member in a sorted set, with scores ordered from high to low
zscan(String, String, Map<String, Object>, Handler<AsyncResult<List<Object>>>) - Method in RedisClient
Incrementally iterate sorted sets elements and associated scores
zscore(String, String, Handler<AsyncResult<String>>) - Method in RedisClient
Get the score associated with the given member in a sorted set
zunionstore(String, List<String>, AggregateOptions, Handler<AsyncResult<Long>>) - Method in RedisClient
Add multiple sorted sets and store the resulting sorted set in a new key
zunionstoreWeighed(String, Map<String, Double>, AggregateOptions, Handler<AsyncResult<Long>>) - Method in RedisClient
Add multiple sorted sets using weights, and store the resulting sorted set in a new key

_

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