| Modifier and Type | Method and Description |
|---|---|
Future<HttpClientConnection> |
HttpChannelConnector.httpConnect(EventLoopContext context) |
Future<HttpClientConnection> |
HttpChannelConnector.wrap(EventLoopContext context,
NetSocket so_) |
| Constructor and Description |
|---|
HttpServerWorker(EventLoopContext context,
Supplier<ContextInternal> streamContextSupplier,
HttpServerImpl server,
VertxInternal vertx,
SSLHelper sslHelper,
HttpServerOptions options,
String serverOrigin,
boolean disableH2C,
Handler<HttpServerConnection> connectionHandler,
Handler<Throwable> exceptionHandler) |
| Modifier and Type | Method and Description |
|---|---|
EventLoopContext |
VertxImpl.createEventLoopContext() |
EventLoopContext |
VertxInternal.createEventLoopContext() |
EventLoopContext |
VertxImpl.createEventLoopContext(Deployment deployment,
CloseHooks closeHooks,
WorkerPool workerPool,
ClassLoader tccl) |
EventLoopContext |
VertxInternal.createEventLoopContext(Deployment deployment,
CloseHooks closeHooks,
WorkerPool workerPool,
ClassLoader tccl) |
EventLoopContext |
VertxImpl.createEventLoopContext(io.netty.channel.EventLoop eventLoop,
WorkerPool workerPool,
ClassLoader tccl) |
EventLoopContext |
VertxInternal.createEventLoopContext(io.netty.channel.EventLoop eventLoop,
WorkerPool workerPool,
ClassLoader tccl) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionManager.getConnection(EventLoopContext ctx,
K key,
Handler<AsyncResult<C>> handler) |
| Constructor and Description |
|---|
DB2ConnectionFactory(EventLoopContext context,
DB2ConnectOptions options) |
DB2SocketConnection(NetSocketInternal socket,
boolean cachePreparedStatements,
int preparedStatementCacheSize,
Predicate<String> preparedStatementCacheSqlFilter,
int pipeliningLimit,
EventLoopContext context) |
| Constructor and Description |
|---|
MySQLConnectionFactory(EventLoopContext context,
MySQLConnectOptions options) |
MySQLSocketConnection(NetSocketInternal socket,
boolean cachePreparedStatements,
int preparedStatementCacheSize,
Predicate<String> preparedStatementCacheSqlFilter,
EventLoopContext context) |
| Constructor and Description |
|---|
PgSocketConnection(NetSocketInternal socket,
boolean cachePreparedStatements,
int preparedStatementCacheSize,
Predicate<String> preparedStatementCacheSqlFilter,
int pipeliningLimit,
EventLoopContext context) |
| Modifier and Type | Field and Description |
|---|---|
protected EventLoopContext |
SqlConnectionFactoryBase.context |
| Modifier and Type | Method and Description |
|---|---|
static EventLoopContext |
ConnectionFactory.asEventLoopContext(ContextInternal ctx) |
| Constructor and Description |
|---|
PoolBase(EventLoopContext context,
ConnectionFactory factory,
QueryTracer tracer,
ClientMetrics metrics,
PoolOptions poolOptions) |
SocketConnectionBase(NetSocketInternal socket,
boolean cachePreparedStatements,
int preparedStatementCacheSize,
Predicate<String> preparedStatementCacheSqlFilter,
int pipeliningLimit,
EventLoopContext context) |
SqlConnectionFactoryBase(EventLoopContext context,
SqlConnectOptions options) |
| Constructor and Description |
|---|
ConnectionPool(ConnectionFactory connector,
EventLoopContext context,
int maxSize,
int maxWaitQueueSize,
long idleTimeout) |
Copyright © 2021. All rights reserved.