| Modifier and Type | Field and Description |
|---|---|
protected ContextInternal |
FileSystemImpl.BlockingAction.context |
| Modifier and Type | Method and Description |
|---|---|
protected AsyncFile |
WindowsFileSystem.doOpen(String path,
OpenOptions options,
ContextInternal context) |
protected AsyncFile |
FileSystemImpl.doOpen(String path,
OpenOptions options,
ContextInternal context) |
| Modifier and Type | Method and Description |
|---|---|
ContextInternal |
HttpClientConnection.getContext() |
ContextInternal |
Http2UpgradedClientConnection.getContext() |
| Constructor and Description |
|---|
Http1xServerConnection(VertxInternal vertx,
SSLHelper sslHelper,
HttpServerOptions options,
io.netty.channel.ChannelHandlerContext channel,
ContextInternal context,
String serverOrigin,
HttpServerMetrics metrics) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionProvider.connect(ConnectionListener<C> listener,
ContextInternal context,
Handler<AsyncResult<ConnectResult<C>>> resultHandler)
Connect to the server.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EventLoopContext |
| Modifier and Type | Method and Description |
|---|---|
ContextInternal |
VertxInternal.createEventLoopContext(io.netty.channel.EventLoop eventLoop,
WorkerPool workerPool,
ClassLoader tccl) |
ContextInternal |
VertxInternal.createEventLoopContext(String deploymentID,
WorkerPool workerPool,
JsonObject config,
ClassLoader tccl) |
ContextInternal |
VertxInternal.createWorkerContext(boolean multiThreaded,
String deploymentID,
WorkerPool pool,
JsonObject config,
ClassLoader tccl) |
ContextInternal |
VertxInternal.getContext()
Get the current context
|
ContextInternal |
VertxInternal.getOrCreateContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
Deployment.doUndeploy(ContextInternal undeployingContext,
Handler<AsyncResult<Void>> completionHandler) |
| Modifier and Type | Field and Description |
|---|---|
ContextInternal |
HandlerHolder.context |
protected ContextInternal |
ConnectionBase.context |
protected ContextInternal |
NetServerImpl.creatingContext |
| Modifier and Type | Method and Description |
|---|---|
ContextInternal |
ConnectionBase.getContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
HandlerManager.addHandler(T handler,
ContextInternal context) |
static <C extends ConnectionBase> |
VertxHandler.create(ContextInternal context,
Function<io.netty.channel.ChannelHandlerContext,C> connectionFactory) |
void |
HandlerManager.removeHandler(T handler,
ContextInternal context) |
| Constructor and Description |
|---|
ChannelFutureListenerAdapter(ContextInternal context,
T result,
Handler<AsyncResult<T>> handler) |
ChannelProvider(io.netty.bootstrap.Bootstrap bootstrap,
SSLHelper sslHelper,
ContextInternal context,
ProxyOptions proxyOptions) |
ConnectionBase(VertxInternal vertx,
io.netty.channel.ChannelHandlerContext chctx,
ContextInternal context) |
HandlerHolder(ContextInternal context,
T handler) |
NetSocketImpl(VertxInternal vertx,
io.netty.channel.ChannelHandlerContext channel,
ContextInternal context,
SSLHelper helper,
TCPMetrics metrics) |
NetSocketImpl(VertxInternal vertx,
io.netty.channel.ChannelHandlerContext channel,
SocketAddress remoteAddress,
ContextInternal context,
SSLHelper helper,
TCPMetrics metrics) |
| Modifier and Type | Field and Description |
|---|---|
protected ContextInternal |
AbstractJDBCAction.ctx |
| Modifier and Type | Method and Description |
|---|---|
ContextInternal |
ProtonConnectionImpl.getContext() |
| Constructor and Description |
|---|
RedisConnectionImpl(Vertx vertx,
ContextInternal context,
ConnectionListener<RedisConnection> connectionListener,
NetSocket netSocket,
RedisOptions options) |
Copyright © 2020. All rights reserved.