| Package | Description |
|---|---|
| io.r2dbc.proxy | |
| io.r2dbc.proxy.callback |
Proxy related classes
|
| Modifier and Type | Method and Description |
|---|---|
ProxyConfig |
ProxyConnectionFactory.Builder.getProxyConfig()
Return the
ProxyConfig. |
| Modifier and Type | Method and Description |
|---|---|
static ProxyConnectionFactory.Builder |
ProxyConnectionFactory.builder(io.r2dbc.spi.ConnectionFactory connectionFactory,
ProxyConfig proxyConfig)
Create a new
ProxyConnectionFactory.Builder. |
ProxyConnectionFactory.Builder |
ProxyConnectionFactory.Builder.proxyConfig(ProxyConfig proxyConfig)
Set a
ProxyConfig to use. |
| Modifier and Type | Method and Description |
|---|---|
ProxyConfig |
ProxyConfig.Builder.build()
Build a
ProxyConfig. |
ProxyConfig |
ProxyConfigHolder.getProxyConfig()
Retrieve
ProxyConfig. |
| Modifier and Type | Method and Description |
|---|---|
ProxyFactory |
ProxyFactoryFactory.create(ProxyConfig proxyConfig)
Create
ProxyFactory with given ProxyConfig. |
| Constructor and Description |
|---|
BatchCallbackHandler(io.r2dbc.spi.Batch batch,
ConnectionInfo connectionInfo,
ProxyConfig proxyConfig) |
ConnectionCallbackHandler(io.r2dbc.spi.Connection connection,
ConnectionInfo connectionInfo,
ProxyConfig proxyConfig) |
ConnectionFactoryCallbackHandler(io.r2dbc.spi.ConnectionFactory connectionFactory,
ProxyConfig proxyConfig) |
ResultCallbackHandler(io.r2dbc.spi.Result result,
QueryExecutionInfo queryExecutionInfo,
ProxyConfig proxyConfig,
QueriesExecutionContext queriesExecutionContext)
Callback handler logic for
Result. |
RowCallbackHandler(io.r2dbc.spi.Row row,
QueryExecutionInfo queryExecutionInfo,
ProxyConfig proxyConfig)
Callback handler logic for
Row. |
RowSegmentCallbackHandler(io.r2dbc.spi.Result.RowSegment rowSegment,
QueryExecutionInfo queryExecutionInfo,
ProxyConfig proxyConfig)
Callback handler logic for
Row. |
StatementCallbackHandler(io.r2dbc.spi.Statement statement,
StatementInfo statementInfo,
ConnectionInfo connectionInfo,
ProxyConfig proxyConfig) |
Copyright © 2025. All rights reserved.