Interface | Description |
---|---|
Closeable | |
ContextTask | |
Deployment | |
VertxInternal |
This interface provides services for vert.x core internal use only
It is not part of the public API and should not be used by
developers creating vert.x applications
|
Class | Description |
---|---|
Args | |
Arguments |
Helper class to perform extended checks on arguments analogous to
Objects.requireNonNull(Object, String) . |
BlockedThreadChecker | |
ConcurrentHashSet<E> | |
ContextImpl | |
DeploymentManager | |
EventLoopContext | |
FileResolver |
Sometimes the file resources of an application are bundled into jars, or are somewhere on the classpath but not
available on the file system, e.g.
|
FutureFactoryImpl | |
HAManager |
Handles HA
|
IsolatingClassLoader |
Before delegating to the parent, this classloader attempts to load the class first
(opposite of normal delegation model).
|
JavaVerticleFactory | |
MultiThreadedWorkerContext | |
NoStackTraceThrowable | |
OrderedExecutorFactory |
A factory for producing executors that run all tasks in order, which delegate to a single common executor instance.
|
Redeployer | |
StringEscapeUtils |
Adapted from Apache Commons code
|
VertxFactoryImpl | |
VertxImpl | |
VertxThreadFactory | |
Windows |
Simple Windows specific utility
|
WorkerContext |
Copyright © 2014. All Rights Reserved.