Package | Description |
---|---|
io.vertx.core.file.impl | |
io.vertx.core.http.impl | |
io.vertx.core.impl | |
io.vertx.core.net.impl |
Modifier and Type | Field and Description |
---|---|
protected ContextImpl |
FileSystemImpl.BlockingAction.context |
Modifier and Type | Method and Description |
---|---|
protected AsyncFile |
WindowsFileSystem.doOpen(String path,
OpenOptions options,
ContextImpl context) |
protected AsyncFile |
FileSystemImpl.doOpen(String path,
OpenOptions options,
ContextImpl context) |
Modifier and Type | Method and Description |
---|---|
protected void |
VertxHttpHandler.channelRead(C connection,
ContextImpl context,
io.netty.channel.ChannelHandlerContext chctx,
Object msg) |
protected abstract void |
ConnectionManager.connect(String host,
int port,
Handler<io.vertx.core.http.impl.ClientConnection> connectHandler,
Handler<Throwable> connectErrorHandler,
ContextImpl context,
ConnectionLifeCycleListener listener) |
void |
ConnectionManager.getConnection(int port,
String host,
Handler<io.vertx.core.http.impl.ClientConnection> handler,
Handler<Throwable> connectionExceptionHandler,
ContextImpl context) |
Modifier and Type | Class and Description |
---|---|
class |
EventLoopContext |
class |
MultiThreadedWorkerContext |
class |
WorkerContext |
Modifier and Type | Method and Description |
---|---|
ContextImpl |
VertxInternal.createWorkerContext(boolean multiThreaded,
String deploymentID,
JsonObject config,
ClassLoader tccl) |
ContextImpl |
VertxImpl.createWorkerContext(boolean multiThreaded,
String deploymentID,
JsonObject config,
ClassLoader tccl) |
ContextImpl |
VertxInternal.getContext()
Get the current context
|
ContextImpl |
VertxImpl.getContext() |
ContextImpl |
VertxInternal.getOrCreateContext() |
ContextImpl |
VertxImpl.getOrCreateContext() |
Modifier and Type | Method and Description |
---|---|
void |
Deployment.doUndeploy(ContextImpl undeployingContext,
Handler<AsyncResult<Void>> completionHandler) |
static void |
ContextImpl.setContext(ContextImpl context) |
static void |
VertxThreadFactory.unsetContext(ContextImpl ctx) |
Modifier and Type | Field and Description |
---|---|
ContextImpl |
HandlerHolder.context |
protected ContextImpl |
ConnectionBase.context |
Modifier and Type | Method and Description |
---|---|
protected ContextImpl |
ConnectionBase.getContext() |
protected ContextImpl |
VertxHandler.getContext(C connection) |
Modifier and Type | Method and Description |
---|---|
void |
HandlerManager.addHandler(Handler<T> handler,
ContextImpl context) |
protected abstract void |
VertxHandler.channelRead(C connection,
ContextImpl context,
io.netty.channel.ChannelHandlerContext chctx,
Object msg) |
protected void |
VertxNetHandler.channelRead(NetSocketImpl sock,
ContextImpl context,
io.netty.channel.ChannelHandlerContext chctx,
Object msg) |
void |
HandlerManager.removeHandler(Handler<T> handler,
ContextImpl context) |
Constructor and Description |
---|
ConnectionBase(VertxInternal vertx,
io.netty.channel.Channel channel,
ContextImpl context,
NetworkMetrics metrics) |
NetSocketImpl(VertxInternal vertx,
io.netty.channel.Channel channel,
ContextImpl context,
SSLHelper helper,
boolean client,
TCPMetrics metrics,
Object metric) |
Copyright © 2015. All Rights Reserved.