Uses of Class
io.r2dbc.proxy.callback.ProxyConfig
Packages that use ProxyConfig
-
Uses of ProxyConfig in io.r2dbc.proxy
Methods in io.r2dbc.proxy that return ProxyConfigModifier and TypeMethodDescriptionProxyConnectionFactory.Builder.getProxyConfig()
Return theProxyConfig
.Methods in io.r2dbc.proxy with parameters of type ProxyConfigModifier and TypeMethodDescriptionProxyConnectionFactory.builder
(ConnectionFactory connectionFactory, ProxyConfig proxyConfig) Create a newProxyConnectionFactory.Builder
.ProxyConnectionFactory.Builder.proxyConfig
(ProxyConfig proxyConfig) Set aProxyConfig
to use. -
Uses of ProxyConfig in io.r2dbc.proxy.callback
Fields in io.r2dbc.proxy.callback declared as ProxyConfigModifier and TypeFieldDescriptionprotected final ProxyConfig
CallbackHandlerSupport.proxyConfig
protected final ProxyConfig
CallbackHandlerSupport.proxyConfig
protected final ProxyConfig
CallbackHandlerSupport.proxyConfig
protected final ProxyConfig
CallbackHandlerSupport.proxyConfig
protected final ProxyConfig
CallbackHandlerSupport.proxyConfig
protected final ProxyConfig
CallbackHandlerSupport.proxyConfig
protected final ProxyConfig
CallbackHandlerSupport.proxyConfig
Methods in io.r2dbc.proxy.callback that return ProxyConfigModifier and TypeMethodDescriptionProxyConfig.Builder.build()
Build aProxyConfig
.ProxyConfigHolder.getProxyConfig()
RetrieveProxyConfig
.Methods in io.r2dbc.proxy.callback with parameters of type ProxyConfigModifier and TypeMethodDescriptionProxyFactoryFactory.create
(ProxyConfig proxyConfig) CreateProxyFactory
with givenProxyConfig
.Constructors in io.r2dbc.proxy.callback with parameters of type ProxyConfigModifierConstructorDescriptionBatchCallbackHandler
(Batch batch, ConnectionInfo connectionInfo, ProxyConfig proxyConfig) ConnectionCallbackHandler
(Connection connection, ConnectionInfo connectionInfo, ProxyConfig proxyConfig) ConnectionFactoryCallbackHandler
(ConnectionFactory connectionFactory, ProxyConfig proxyConfig) ResultCallbackHandler
(Result result, QueryExecutionInfo queryExecutionInfo, ProxyConfig proxyConfig, QueriesExecutionContext queriesExecutionContext) Callback handler logic forResult
.RowCallbackHandler
(Row row, QueryExecutionInfo queryExecutionInfo, ProxyConfig proxyConfig) Callback handler logic forRow
.RowSegmentCallbackHandler
(Result.RowSegment rowSegment, QueryExecutionInfo queryExecutionInfo, ProxyConfig proxyConfig) Callback handler logic forRow
.StatementCallbackHandler
(Statement statement, StatementInfo statementInfo, ConnectionInfo connectionInfo, ProxyConfig proxyConfig)