- 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.
- absoluteURI() - Method in HttpServerRequest
-
@return
- Returns:
- the absolute URI corresponding to the the HTTP request
- 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.
- acceptMoreValues(Map<String, Object>) - Method in CommandLine
-
Checks whether or not the given option accept more values.
- 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 HttpServer
-
The actual port the server is listening on.
- actualPort() - Method in NetServer
-
The actual port the server is listening on.
- 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.
- add(String, String) - Method in MultiMap
-
Adds a new value with the specified name and value.
- addAll(MultiMap) - Method in MultiMap
-
Adds all the entries from another MultiMap to this one
- addAndGet(long, Handler<AsyncResult<Long>>) - Method in Counter
-
Add the value to the counter atomically and return the new count
- addArgument(Map<String, Object>) - Method in CLI
-
Adds an argument.
- addArguments(List<Map<String, Object>>) - Method in CLI
-
Adds a set of arguments.
- 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.
- addInterceptor(Handler<SendContext>) - Method in EventBus
-
Add an interceptor that will be called whenever a message is sent from Vert.x
- addOption(Map<String, Object>) - Method in CLI
-
Adds an option.
- addOptions(List<Map<String, Object>>) - Method in CLI
-
Adds a set of options.
- address() - Method in Message
-
The address the message was sent to
@return
- address() - Method in MessageConsumer
-
- Returns:
- The address the handler was registered with.
- address() - Method in MessageProducer
-
- Returns:
- The address to which the producer produces messages.
- 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.
- all(List<Future>) - Method in CompositeFuture
-
- allArguments() - Method in CommandLine
-
- Returns:
- the ordered list of arguments.
- 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
- AmqpBridge - Class in io.vertx.groovy.amqpbridge
Vert.x AMQP Bridge.
- AmqpBridge(Object) - Constructor in AmqpBridge
-
- any(List<Future>) - Method in CompositeFuture
-
- 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
- append(String, String, Handler<AsyncResult<String>>) - Method in RedisTransaction
-
Append a value to a key
- appendBuffer(Buffer, int, int) - Method in Buffer
-
Appends the specified Buffer
starting at the offset
using len
to the end of this Buffer.
- appendByte(byte) - Method in Buffer
-
Appends the specified byte
to the end of the Buffer.
- appendDouble(double) - Method in Buffer
-
Appends the specified double
to the end of the Buffer.
- appendFloat(float) - Method in Buffer
-
Appends the specified float
to the end of the Buffer.
- appendInt(int) - Method in Buffer
-
Appends the specified int
to the end of the Buffer.
- appendIntLE(int) - Method in Buffer
-
Appends the specified int
to the end of the Buffer in the Little Endian Byte Order.
- appendLong(long) - Method in Buffer
-
Appends the specified long
to the end of the Buffer.
- appendLongLE(long) - Method in Buffer
-
Appends the specified long
to the end of the Buffer in the Little Endian Byte Order.
- appendMedium(int) - Method in Buffer
-
Appends the specified 24bit int
to the end of the Buffer.
- appendMediumLE(int) - Method in Buffer
-
Appends the specified 24bit int
to the end of the Buffer in the Little Endian Byte Order.
- appendShort(short) - Method in Buffer
-
Appends the specified short
to the end of the Buffer.The buffer will expand as necessary to accommodate any bytes written.
- appendShortLE(short) - Method in Buffer
-
Appends the specified short
to the end of the Buffer in the Little Endian Byte Order.The buffer will expand as necessary to accommodate any bytes written.
- appendString(String) - Method in Buffer
-
Appends the specified String str
to the end of the Buffer with UTF-8 encoding.
- appendUnsignedByte(short) - Method in Buffer
-
Appends the specified unsigned byte
to the end of the Buffer.
- appendUnsignedInt(long) - Method in Buffer
-
Appends the specified unsigned int
to the end of the Buffer.
- appendUnsignedIntLE(long) - Method in Buffer
-
Appends the specified unsigned int
to the end of the Buffer in the Little Endian Byte Order.
- appendUnsignedShort(int) - Method in Buffer
-
Appends the specified unsigned short
to the end of the Buffer.The buffer will expand as necessary to accommodate any bytes written.
- appendUnsignedShortLE(int) - Method in Buffer
-
Appends the specified unsigned short
to the end of the Buffer in the Little Endian Byte Order.The buffer will expand as necessary to accommodate any bytes written.
- args() - Method in CommandProcess
-
@return
- Returns:
- the actual string arguments of the command
- argsTokens() - Method in CommandProcess
-
@return
- Returns:
- the unparsed arguments tokens
- asJavaVerticle() - Method in GroovyVerticle
-
@return the Java io.vertx.core.Verticle adapter for this Groovy Verticle
- 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.
- asyncAssertFailure(Handler<Throwable>) - Method in TestContext
-
Creates and returns a new async handler, the returned handler controls the completion of the test.
- asyncAssertSuccess(Handler<T>) - Method in TestContext
-
Creates and returns a new async handler, the returned handler controls the completion of the test.
- AsyncFile - Class in io.vertx.groovy.core.file
Represents a file on the file-system which can be read from, or written to asynchronously.
- AsyncFile(Object) - Constructor in AsyncFile
-
- AsyncMap - Class in io.vertx.groovy.core.shareddata
An asynchronous map.
- AsyncMap(Object) - Constructor in AsyncMap
-
- AsyncSQLClient - Class in io.vertx.groovy.ext.asyncsql
Represents an asynchronous SQL client
- AsyncSQLClient(Object) - Constructor in AsyncSQLClient
-
- auth(String, Handler<AsyncResult<String>>) - Method in RedisClient
-
Authenticate to the server
- auth(String, Handler<AsyncResult<String>>) - Method in RedisTransaction
-
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.
- basicAck(long, boolean, Handler<AsyncResult<Map<String, Object>>>) - Method in RabbitMQClient
-
Acknowledge one or several received messages.
- BasicAuthHandler - Class in io.vertx.groovy.ext.web.handler
An auth handler that provides HTTP Basic Authentication support.
- BasicAuthHandler(Object) - Constructor in BasicAuthHandler
-
- basicConsume(String, String, boolean, Handler<AsyncResult<Void>>) - Method in RabbitMQClient
-
Start a non-nolocal, non-exclusive consumer, with a server-generated consumerTag.
- basicGet(String, boolean, Handler<AsyncResult<Map<String, Object>>>) - Method in RabbitMQClient
-
Retrieve a message from a queue using AMQP.Basic.Get
- basicNack(long, boolean, boolean, Handler<AsyncResult<Map<String, Object>>>) - Method in RabbitMQClient
-
Reject one or several received messages.
- basicPublish(String, String, Map<String, Object>, Handler<AsyncResult<Void>>) - Method in RabbitMQClient
-
Publish a message.
- basicQos(int, Handler<AsyncResult<Void>>) - Method in RabbitMQClient
-
Request specific "quality of service" settings, Limiting the number of unacknowledged messages on
a channel (or connection).
- batch(List<String>, Handler<AsyncResult<List<Integer>>>) - Method in SQLConnection
-
Batch simple SQL strings and execute the batch where the async result contains a array of Integers.
- batchCallableWithParams(String, List<List<Object>>, List<List<Object>>, Handler<AsyncResult<List<Integer>>>) - Method in SQLConnection
-
Batch a callable statement with all entries from the args list.
- batchWithParams(String, List<List<Object>>, Handler<AsyncResult<List<Integer>>>) - Method in SQLConnection
-
Batch a prepared statement with all entries from the args list.
- 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
- bgrewriteaof(Handler<AsyncResult<String>>) - Method in RedisTransaction
-
Asynchronously rewrite the append-only file
- bgsave(Handler<AsyncResult<String>>) - Method in RedisClient
-
Asynchronously save the dataset to disk
- bgsave(Handler<AsyncResult<String>>) - Method in RedisTransaction
-
Asynchronously save the dataset to disk
- binaryData() - Method in WebSocketFrame
-
@return
- Returns:
- the data of the frame
- binaryFrame(Buffer, boolean) - Method in WebSocketFrame
-
Create a binary WebSocket frame.
- binaryHandlerID() - Method in ServerWebSocket
-
When a Websocket
is created it automatically registers an event handler with the event bus - the ID of that
handler is given by this method.
- binaryHandlerID() - Method in WebSocket
-
When a Websocket
is created it automatically registers an event handler with the event bus - the ID of that
handler is given by this method.
- binaryHandlerID() - Method in WebSocketBase
-
- binaryHandlerID() - Method in WebSocketBaseImpl
-
When a Websocket
is created it automatically registers an event handler with the event bus - the ID of that
handler is given by this method.
- bindings() - Method in ServiceDiscovery
-
- Returns:
- the set of service references retrieved by this service discovery.
- bitcount(String, Handler<AsyncResult<Long>>) - Method in RedisClient
-
Count set bits in a string
- bitcount(String, Handler<AsyncResult<String>>) - Method in RedisTransaction
-
Count set bits in a string
- bitcountRange(String, long, long, Handler<AsyncResult<Long>>) - Method in RedisClient
-
Count set bits in a string
- bitcountRange(String, long, long, Handler<AsyncResult<String>>) - Method in RedisTransaction
-
Count set bits in a string
- bitop(BitOperation, String, List<String>, Handler<AsyncResult<Long>>) - Method in RedisClient
-
Perform bitwise operations between strings
- bitop(BitOperation, String, List<String>, Handler<AsyncResult<String>>) - Method in RedisTransaction
-
Perform bitwise operations between strings
- bitpos(String, int, Handler<AsyncResult<Long>>) - Method in RedisClient
-
Find first bit set or clear in a string
- bitpos(String, int, Handler<AsyncResult<String>>) - Method in RedisTransaction
-
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
- bitposFrom(String, int, int, Handler<AsyncResult<String>>) - Method in RedisTransaction
-
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
- bitposRange(String, int, int, int, Handler<AsyncResult<String>>) - Method in RedisTransaction
-
Find first bit set or clear in a string
- blockingCreate() - Method in GroovyVerticleFactory
-
- blockingHandler(Handler<RoutingContext>, boolean) - Method in Route
-
Specify a blocking request handler for the route.
- blockMulticastGroup(String, String, String, Handler<AsyncResult<DatagramSocket>>) - Method in DatagramSocket
-
Block the given address for the given multicast address on the given network interface and notifies
the once the operation completes.
- blpop(String, int, Handler<AsyncResult<List<Object>>>) - Method in RedisClient
-
Remove and get the first element in a list, or block until one is available
- blpop(String, int, Handler<AsyncResult<String>>) - Method in RedisTransaction
-
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
- blpopMany(List<String>, int, Handler<AsyncResult<String>>) - Method in RedisTransaction
-
Remove and get the first element in any of the lists, or block until one is available
- body() - Method in Message
-
The body of the message.
- bodyEndHandler(Handler<Void>) - Method in HttpServerResponse
-
Provide a handler that will be called just before the last part of the body is written to the wire
and the response is ended.
- BodyHandler - 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
-
- bodyHandler(Handler<Buffer>) - Method in HttpClientResponse
-
Convenience method for receiving the entire request body in one piece.
- bodyHandler(Handler<Buffer>) - Method in HttpServerRequest
-
Convenience method for receiving the entire request body in one piece.
- bodyStream() - Method in MessageConsumer
-
- Returns:
- a read stream for the body of the message stream.
- 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
- brpop(String, int, Handler<AsyncResult<String>>) - Method in RedisTransaction
-
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
- brpoplpush(String, String, int, Handler<AsyncResult<String>>) - Method in RedisTransaction
-
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
- brpopMany(List<String>, int, Handler<AsyncResult<String>>) - Method in RedisTransaction
-
Remove and get the last element in any of the lists, or block until one is available
- Buffer - Class in io.vertx.groovy.core.buffer
Most data is shuffled around inside Vert.x using buffers.
- Buffer(Object) - Constructor in Buffer
-
- build(Vertx) - Method in CommandBuilder
-
Build the command
- bytesWritten() - Method in HttpServerResponse
-
- Returns:
- the total number of bytes written for the body of the response.
- cached() - Method in ServiceReference
-
Gets the service object if already retrieved.
- 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.
- cancel() - Method in TimeoutStream
-
Cancels the timeout.
- cancelTimer(long) - Method in Vertx
-
Cancels the timer with the specified id
.
- caseInsensitiveMultiMap() - Method in MultiMap
-
Create a multi-map implementation with case insensitive keys, for instance it can be used to hold some HTTP headers.
- cause(int) - Method in CompositeFuture
-
Returns a cause of a wrapped future
- cause() - Method in Future
-
A Throwable describing failure.
- charSet() - Method in FileUpload
-
@return
- Returns:
- the charset of the upload
- charset() - Method in HttpServerFileUpload
-
@return
- Returns:
- the charset for the upload
- chmod(String, String, Handler<AsyncResult<Void>>) - Method in FileSystem
-
Change the permissions on the file represented by path
to perms
, asynchronously.
- chmodBlocking(String, String) - Method in FileSystem
-
- chmodRecursive(String, String, String, Handler<AsyncResult<Void>>) - Method in FileSystem
-
Change the permissions on the file represented by path
to perms
, asynchronously.
- chmodRecursiveBlocking(String, String, String) - Method in FileSystem
-
- chown(String, String, String, Handler<AsyncResult<Void>>) - Method in FileSystem
-
Change the ownership on the file represented by path
to user
and {code group}, asynchronously.
- chownBlocking(String, String, String) - Method in FileSystem
-
Blocking version of
- CircuitBreaker - Class in io.vertx.groovy.circuitbreaker
An implementation of the circuit breaker pattern for Vert.x
- CircuitBreaker(Object) - Constructor in CircuitBreaker
-
- clear(Handler<AsyncResult<Void>>) - Method in AsyncMap
-
Clear all entries in the map
- clear() - Method in LocalMap
-
Clear all entries in the map
- clear() - Method in MultiMap
-
Removes all
- 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 - Class in io.vertx.groovy.core.cli
Interface defining a command-line interface (in other words a command such as 'run', 'ls'...).
- CLI(Object) - Constructor in CLI
-
- cli() - Method in Command
-
@return
- Returns:
- the command line interface, can be null
- cli() - Method in CommandLine
-
- Returns:
- the model of this command line object.
- clientGetname(Handler<AsyncResult<String>>) - Method in RedisClient
-
Get the current connection name
- clientGetname(Handler<AsyncResult<String>>) - Method in RedisTransaction
-
Get the current connection name
- clientKill(Map<String, Object>, Handler<AsyncResult<Long>>) - Method in RedisClient
-
Kill the connection of a client
- clientKill(Map<String, Object>, Handler<AsyncResult<String>>) - Method in RedisTransaction
-
Kill the connection of a client
- clientList(Handler<AsyncResult<String>>) - Method in RedisClient
-
Get the list of client connections
- clientList(Handler<AsyncResult<String>>) - Method in RedisTransaction
-
Get the list of client connections
- clientPause(long, Handler<AsyncResult<String>>) - Method in RedisClient
-
Stop processing commands from clients for some time
- clientPause(long, Handler<AsyncResult<String>>) - Method in RedisTransaction
-
Stop processing commands from clients for some time
- clientSetname(String, Handler<AsyncResult<String>>) - Method in RedisClient
-
Set the current connection name
- clientSetname(String, Handler<AsyncResult<String>>) - Method in RedisTransaction
-
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(Handler<AsyncResult<Void>>) - Method in AmqpBridge
-
Shuts the bridge down, closing the underlying connection.
- close(Handler<AsyncResult<Void>>) - Method in AsyncFile
-
Close the file.
- close(Handler<AsyncResult<Void>>) - Method in AsyncSQLClient
-
Close the client and release all resources.
- close() - Method in CircuitBreaker
-
Closes the circuit breaker.
- close() - Method in DatagramSocket
-
- close() - Method in GroovyVerticleFactory
-
- close() - Method in HttpClient
-
Close the client.
- close() - Method in HttpConnection
-
Close the connection and all the currently active streams.
- close(Handler<AsyncResult<Void>>) - Method in HttpServer
-
Like
HttpServer.close but supplying a handler that will be called when the server is actually closed (or has failed).
- close() - Method in HttpServerResponse
-
Close the underlying TCP connection corresponding to the request.
- close() - Method in JDBCClient
-
Close the client
- close() - Method in JobController
-
Close the shell session and terminate all the underlying jobs.
- close() - Method in LocalMap
-
Close and release the map
- close() - Method in MailClient
-
- close() - Method in MailService
-
- close() - Method in MessageProducer
-
Closes the producer, this method should be called when the message producer is not used anymore.
- close() - Method in MongoClient
-
Close the client and release its resources
- close() - Method in NetClient
-
Close the client.
- close(Handler<AsyncResult<Void>>) - Method in NetServer
-
Like
NetServer.close but supplying a handler that will be notified when close is complete.
- close() - Method in NetSocket
-
Close the NetSocket
- close(Handler<AsyncResult<Void>>) - Method in RedisClient
-
Close the client - when it is fully closed the handler will be called.
- close(Handler<AsyncResult<Void>>) - Method in RedisTransaction
-
Close the client - when it is fully closed the handler will be called.
- close() - Method in ServerWebSocket
-
Close the WebSocket.
- close() - Method in ServiceDiscovery
-
Closes the service discovery
- close(Handler<Void>) - Method in ServiceExporter
-
Close the exporter
- 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.
- close(Handler<AsyncResult<Void>>) - Method in Vertx
-
Like
Vertx.close but the completionHandler will be called when the close is complete
- close() - Method in WebSocket
-
Close the WebSocket.
- close() - Method in WebSocketBase
-
- close() - Method in WebSocketBaseImpl
-
Close the WebSocket.
- close() - Method in WorkerExecutor
-
Close the executor.
- closed() - Method in HttpServerResponse
-
- Returns:
- has the underlying TCP connection corresponding to the request already been closed?
- closeHandler(Handler<Void>) - Method in CircuitBreaker
-
Sets a invoked when the circuit breaker state switches to close.
- closeHandler(Handler<Void>) - Method in HttpConnection
-
Set a close handler.
- closeHandler(Handler<Void>) - Method in HttpServerResponse
-
Set a close handler for the response.
- closeHandler(Handler<Void>) - Method in NetSocket
-
Set a handler that will be called when the NetSocket is closed
- closeHandler(Handler<Void>) - Method in ServerWebSocket
-
- 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.
- closeHandler(Handler<Void>) - Method in WebSocket
-
- closeHandler(Handler<Void>) - Method in WebSocketBase
-
- closeHandler(Handler<Void>) - Method in WebSocketBaseImpl
-
Set a close handler.
- clusterAddslots(List<Long>, Handler<AsyncResult<Void>>) - Method in RedisClient
-
Assign new hash slots to receiving node.
- clusterAddslots(List<String>, Handler<AsyncResult<String>>) - Method in RedisTransaction
-
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.
- clusterCountFailureReports(String, Handler<AsyncResult<String>>) - Method in RedisTransaction
-
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.
- clusterCountkeysinslot(long, Handler<AsyncResult<String>>) - Method in RedisTransaction
-
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.
- clusterDelslots(long, Handler<AsyncResult<String>>) - Method in RedisTransaction
-
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.
- clusterDelslotsMany(List<String>, Handler<AsyncResult<String>>) - Method in RedisTransaction
-
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
-
- clusteredVertx(Map<String, Object>, Handler<AsyncResult<Vertx>>) - Method in Vertx
-
Creates a clustered instance using the specified options.
- clusterFailover(Handler<AsyncResult<Void>>) - Method in RedisClient
-
Forces a slave to perform a manual failover of its master.
- clusterFailover(Handler<AsyncResult<String>>) - Method in RedisTransaction
-
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.
- clusterFailOverWithOptions(FailoverOptions, Handler<AsyncResult<String>>) - Method in RedisTransaction
-
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.
- clusterForget(String, Handler<AsyncResult<String>>) - Method in RedisTransaction
-
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.
- clusterGetkeysinslot(long, long, Handler<AsyncResult<String>>) - Method in RedisTransaction
-
Return local key names in the specified hash slot.
- clusterInfo(Handler<AsyncResult<List<Object>>>) - Method in RedisClient
-
Provides info about Redis Cluster node state.
- clusterInfo(Handler<AsyncResult<String>>) - Method in RedisTransaction
-
Provides info about Redis Cluster node state.
- clusterKeyslot(String, Handler<AsyncResult<Long>>) - Method in RedisClient
-
Returns the hash slot of the specified key.
- clusterKeyslot(String, Handler<AsyncResult<String>>) - Method in RedisTransaction
-
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.
- clusterMeet(String, long, Handler<AsyncResult<String>>) - Method in RedisTransaction
-
Force a node cluster to handshake with another node.
- clusterNodes(Handler<AsyncResult<List<Object>>>) - Method in RedisClient
-
Get Cluster config for the node.
- clusterNodes(Handler<AsyncResult<String>>) - Method in RedisTransaction
-
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.
- clusterReplicate(String, Handler<AsyncResult<String>>) - Method in RedisTransaction
-
Reconfigure a node as a slave of the specified master node.
- clusterReset(Handler<AsyncResult<Void>>) - Method in RedisClient
-
Reset a Redis Cluster node.
- clusterReset(Handler<AsyncResult<String>>) - Method in RedisTransaction
-
Reset a Redis Cluster node.
- clusterResetWithOptions(ResetOptions, Handler<AsyncResult<Void>>) - Method in RedisClient
-
Reset a Redis Cluster node.
- clusterResetWithOptions(ResetOptions, Handler<AsyncResult<String>>) - Method in RedisTransaction
-
Reset a Redis Cluster node.
- clusterSaveconfig(Handler<AsyncResult<Void>>) - Method in RedisClient
-
Forces the node to save cluster state on disk.
- clusterSaveconfig(Handler<AsyncResult<String>>) - Method in RedisTransaction
-
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.
- clusterSetConfigEpoch(long, Handler<AsyncResult<String>>) - Method in RedisTransaction
-
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.
- clusterSetslot(long, SlotCmd, Handler<AsyncResult<String>>) - Method in RedisTransaction
-
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.
- clusterSetslotWithNode(long, SlotCmd, String, Handler<AsyncResult<String>>) - Method in RedisTransaction
-
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.
- clusterSlaves(String, Handler<AsyncResult<String>>) - Method in RedisTransaction
-
List slave nodes of the specified master node.
- clusterSlots(Handler<AsyncResult<List<Object>>>) - Method in RedisClient
-
Get array of Cluster slot to node mappings
- clusterSlots(Handler<AsyncResult<String>>) - Method in RedisTransaction
-
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
CLI descriptor.
- command(Handler<AsyncResult<List<Object>>>) - Method in RedisClient
-
Get array of Redis command details
- command(Handler<AsyncResult<String>>) - Method in RedisTransaction
-
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
- commandCount(Handler<AsyncResult<String>>) - Method in RedisTransaction
-
Get total number of Redis commands
- commandGetkeys(Handler<AsyncResult<List<Object>>>) - Method in RedisClient
-
Extract keys given a full Redis command
- commandGetkeys(Handler<AsyncResult<String>>) - Method in RedisTransaction
-
Extract keys given a full Redis command
- commandInfo(List<String>, Handler<AsyncResult<List<Object>>>) - Method in RedisClient
-
Get array of specific Redis command details
- commandInfo(List<String>, Handler<AsyncResult<String>>) - Method in RedisTransaction
-
Get array of specific Redis command details
- CommandLine - Class in io.vertx.groovy.core.cli
The parser transforms a CLI (a model) into an
CommandLine.
- CommandLine(Object) - Constructor in CommandLine
-
- 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.
- compareAndSet(long, long, Handler<AsyncResult<Boolean>>) - Method in Counter
-
Set the counter to the specified value only if the current value is the expectec value.
- 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.
- complete() - Method in Future
-
Set a null result.
- completer() - Method in Future
-
@return
- Returns:
- an handler completing this future
- 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.
- completionHandler(Handler<AsyncResult<Void>>) - Method in MessageConsumer
-
Optional method which can be called to indicate when the registration has been propagated across the cluster.
- compose(Function<T, Future<U>>) - Method in Future
-
Compose this future with a mapper
function.
- CompositeFuture - Class in io.vertx.groovy.core
The composite future wraps a list of
futures, it is useful when several futures
needs to be coordinated.
- CompositeFuture(Object) - Constructor in CompositeFuture
-
- computeHash(String, User) - Method in HashStrategy
-
Compute the hashed password given the unhashed password and the user
- config() - Method in Context
-
If the context is associated with a Verticle deployment, this returns the configuration that was specified when
the verticle was deployed.
- configGet(String, Handler<AsyncResult<List<Object>>>) - Method in RedisClient
-
Get the value of a configuration parameter
- configGet(String, Handler<AsyncResult<String>>) - Method in RedisTransaction
-
Get the value of a configuration parameter
- configResetstat(Handler<AsyncResult<String>>) - Method in RedisClient
-
Reset the stats returned by INFO
- configResetstat(Handler<AsyncResult<String>>) - Method in RedisTransaction
-
Reset the stats returned by INFO
- configRewrite(Handler<AsyncResult<String>>) - Method in RedisClient
-
Rewrite the configuration file with the in memory configuration
- configRewrite(Handler<AsyncResult<String>>) - Method in RedisTransaction
-
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
- configSet(String, String, Handler<AsyncResult<String>>) - Method in RedisTransaction
-
Set a configuration parameter to the given value
- configureHeartbeat(long, long, Handler<StompServerConnection>) - Method in StompServerConnection
-
Configures the heartbeat.
- connect(int, String, Handler<AsyncResult<NetSocket>>) - Method in NetClient
-
Open a connection to a server at the specific port
and host
.
- 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<NetSocket>) - Method in NetServer
-
Supply a connect handler for this server.
- connectHandler(Handler<ServerFrame>) - Method in StompServerHandler
-
Configures the action to execute when a CONNECT
frame is received.
- connection() - Method in HttpClientRequest
-
- connection() - Method in HttpServerRequest
-
- 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.
- connectionHandler(Handler<HttpConnection>) - Method in HttpClientRequest
-
Set a connection handler called when an HTTP connection has been established.
- connectionHandler(Handler<HttpConnection>) - Method in HttpServer
-
Set a connection handler for the server.
- connectStream() - Method in NetServer
-
Return the connect stream for this server.
- connectWithRegex(String) - Method in Router
-
Add a route that matches a HTTP CONNECT request and the specified path regex
- consumer(String, Handler<Message<T>>) - Method in EventBus
-
Create a consumer and register it against the specified address.
- consumes(String) - Method in Route
-
Add a content type consumed by this route.
- contains(String) - Method in MultiMap
-
Checks to see if there is a value with the specified name
- contentTransferEncoding() - Method in FileUpload
-
- Returns:
- the content transfer encoding of the upload - this describes how the upload was encoded in the form submission.
- contentTransferEncoding() - Method in HttpServerFileUpload
-
@return
- Returns:
- the contentTransferEncoding for the upload
- contentType() - Method in FileUpload
-
@return
- Returns:
- the content type (MIME type) of the upload
- contentType() - Method in HttpServerFileUpload
-
@return
- Returns:
- the content type for the upload
- Context - Class in io.vertx.groovy.core
The execution context of a io.vertx.groovy.core.Handler execution.
- Context(Object) - Constructor in Context
-
- continuationFrame(Buffer, boolean) - Method in WebSocketFrame
-
Create a continuation frame
- continueHandler(Handler<Void>) - Method in HttpClientRequest
-
If you send an HTTP request with the header Expect
set to the value 100-continue
and the server responds with an interim HTTP response with a status code of 100
and a continue handler
has been set using this method, then the handler
will be called.
- 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 HttpClientResponse
-
@return
- Returns:
- the Set-Cookie headers (including trailers)
- cookies() - Method in RoutingContext
-
- Returns:
- a set of all the cookies.
- copy() - Method in Buffer
-
Returns a copy of the entire Buffer.
- copy(String, String, Handler<AsyncResult<Void>>) - Method in FileSystem
-
Copy a file from the path from
to path to
, asynchronously.
- copyBlocking(String, String) - Method in FileSystem
-
- copyRecursive(String, String, boolean, Handler<AsyncResult<Void>>) - Method in FileSystem
-
Copy a file from the path from
to path to
, asynchronously.
- copyRecursiveBlocking(String, String, boolean) - Method in FileSystem
-
- 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.
- Counter - Class in io.vertx.groovy.core.shareddata
An asynchronous counter that can be used to across the cluster to maintain a consistent count.
- Counter(Object) - Constructor in Counter
-
- country() - Method in Locale
-
Returns the country as reported by the HTTP client.
- create(Vertx, Map<String, Object>) - Method in AmqpBridge
-
Creates a Bridge with the given options.
- 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(String, Vertx) - Method in CircuitBreaker
-
- create(String) - Method in CLI
-
Creates an instance of
CLI using the default implementation.
- create(Vertx, long) - Method in ClusteredSessionStore
-
Create a session store.
- create(CLI) - Method in CommandLine
-
Creates a command line object from the
CLI.
- 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(JWTAuth, 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
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(OAuth2Auth, String) - Method in OAuth2AuthHandler
-
Create a OAuth2 auth handler
- create(String) - Method in Pty
-
Create a new pseudo terminal.
- create(Vertx, Map<String, Object>) - Method in RabbitMQClient
-
- 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(Vertx) - Method in ServiceDiscovery
-
- 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, int) - 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
- createConsumer(String) - Method in AmqpBridge
-
Creates a consumer on the given AMQP address.
- createDatagramSocket() - Method in Vertx
-
Create a datagram socket using default options
- createDnsClient(int, String) - Method in Vertx
-
Create a DNS client to connect to a DNS server at the specified host and port
- 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
- createFile(String, String, Handler<AsyncResult<Void>>) - Method in FileSystem
-
Creates an empty file with the specified path
and permissions perms
, asynchronously.
- createFileBlocking(String, String) - Method in FileSystem
-
- createHttpClient() - Method in Vertx
-
Create a HTTP/HTTPS client using default options
- createHttpServer() - Method in Vertx
-
Create an HTTP/HTTPS server using default options
- 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
-
- createKeycloak(Vertx, OAuth2FlowType, Map<String, Object>) - Method in OAuth2Auth
-
Create a OAuth2 auth provider
- createNetClient() - Method in Vertx
-
Create a TCP/SSL client using default options
- createNetServer() - Method in Vertx
-
Create a TCP/SSL server using default options
- 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.
- createNonShared(Vertx, Map<String, Object>) - Method in MySQLClient
-
Create a MySQL client which maintains its own pool.
- createNonShared(Vertx, Map<String, Object>) - Method in PostgreSQLClient
-
Create a PostgreSQL client which maintains its own pool.
- createProcess(List<CliToken>) - Method in Command
-
Create a new process with the passed arguments.
- createProducer(String) - Method in AmqpBridge
-
Creates a producer to the given AMQP address.
- createReceiptFrame(String, Map<String, String>) - Method in Frames
-
- createRecord(String, String, String, Map<String, Object>) - Method in EventBusService
-
Sugar method to creates a record for this type.
- createRecord(String, String) - Method in HttpEndpoint
-
- createRecord(String, Map<String, Object>, Map<String, Object>) - Method in JDBCDataSource
-
- createRecord(String, String) - Method in MessageSource
-
- 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
-
- createShared(Vertx, Map<String, Object>) - Method in MySQLClient
-
- createShared(Vertx, Map<String, Object>) - Method in PostgreSQLClient
-
- createSharedWorkerExecutor(String, int, long) - Method in Vertx
-
Create a named worker executor, the executor should be closed when it's not needed anymore to release
resources.
- 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.
- createVerticle(String, ClassLoader) - Method in GroovyVerticleFactory
-
- creationTime() - Method in FileProps
-
The date the file was created
@return
- 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
-
- currentContext() - Method in Vertx
-
Gets the current context
- currentRoute() - Method in RoutingContext
-
- Returns:
- the current route this context is being routed through.
- customFrameHandler(Handler<HttpFrame>) - Method in HttpClientResponse
-
Set an custom frame handler.
- customFrameHandler(Handler<HttpFrame>) - Method in HttpServerRequest
-
Set a custom frame handler.