Interface | Description |
---|---|
AsyncResult<T> |
Represents a result that may not have occurred yet.
|
AsyncResultHandler<T> |
Handler for
AsyncResult |
ClientSSLSupport<T> | |
Context |
Represents the execution context of a Verticle.
|
Future<T> | |
Handler<E> |
A generic event handler
|
MultiMap | |
ServerSSLSupport<T> | |
ServerTCPSupport<T> | |
SSLSupport<T> | |
TCPSupport<T> | |
Vertx |
The control centre of vert.x
|
Class | Description |
---|---|
CaseInsensitiveMultiMap | |
VertxFactory | |
VoidHandler |
This class can be used for simple handlers which don't receive any value.
|
Exception | Description |
---|---|
VertxException |