- 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.
- 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
-
- 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
- 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
- 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
-
- 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
-
- createShared(Vertx, Map<String, Object>) - Method in MailClient
-
- createShared(Vertx, Map<String, Object>) - Method in MongoClient
-
- 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.