MySQLConnectOptions |
MySQLConnectOptions.addCrlPath(String crlPath) |
MySQLConnectOptions |
MySQLConnectOptions.addCrlValue(Buffer crlValue) |
MySQLConnectOptions |
MySQLConnectOptions.addEnabledCipherSuite(String suite) |
MySQLConnectOptions |
MySQLConnectOptions.addEnabledSecureTransportProtocol(String protocol) |
MySQLConnectOptions |
MySQLConnectOptions.addProperty(String key,
String value) |
MySQLConnectOptions |
MySQLConnectOptionsConverter.decode(JsonObject value) |
static MySQLConnectOptions |
MySQLConnectOptions.fromUri(String connectionUri)
|
MySQLConnectOptions |
MySQLConnectOptions.removeEnabledSecureTransportProtocol(String protocol) |
MySQLConnectOptions |
MySQLConnectOptions.setCachePreparedStatements(boolean cachePreparedStatements) |
MySQLConnectOptions |
MySQLConnectOptions.setCharset(String charset)
Set the charset for the connection.
|
MySQLConnectOptions |
MySQLConnectOptions.setCollation(String collation)
Set the collation for the connection.
|
MySQLConnectOptions |
MySQLConnectOptions.setConnectTimeout(int connectTimeout) |
MySQLConnectOptions |
MySQLConnectOptions.setDatabase(String database) |
MySQLConnectOptions |
MySQLConnectOptions.setEnabledSecureTransportProtocols(Set<String> enabledSecureTransportProtocols) |
MySQLConnectOptions |
MySQLConnectOptions.setHost(String host) |
MySQLConnectOptions |
MySQLConnectOptions.setHostnameVerificationAlgorithm(String hostnameVerificationAlgorithm) |
MySQLConnectOptions |
MySQLConnectOptions.setIdleTimeout(int idleTimeout) |
MySQLConnectOptions |
MySQLConnectOptions.setIdleTimeoutUnit(TimeUnit idleTimeoutUnit) |
MySQLConnectOptions |
MySQLConnectOptions.setJdkSslEngineOptions(JdkSSLEngineOptions sslEngineOptions) |
MySQLConnectOptions |
MySQLConnectOptions.setKeyCertOptions(KeyCertOptions options) |
MySQLConnectOptions |
MySQLConnectOptions.setKeyStoreOptions(JksOptions options) |
MySQLConnectOptions |
MySQLConnectOptions.setLocalAddress(String localAddress) |
MySQLConnectOptions |
MySQLConnectOptions.setLogActivity(boolean logEnabled) |
MySQLConnectOptions |
MySQLConnectOptions.setMetricsName(String metricsName) |
MySQLConnectOptions |
MySQLConnectOptions.setPassword(String password) |
MySQLConnectOptions |
MySQLConnectOptions.setPemKeyCertOptions(PemKeyCertOptions options) |
MySQLConnectOptions |
MySQLConnectOptions.setPemTrustOptions(PemTrustOptions options) |
MySQLConnectOptions |
MySQLConnectOptions.setPfxKeyCertOptions(PfxOptions options) |
MySQLConnectOptions |
MySQLConnectOptions.setPfxTrustOptions(PfxOptions options) |
MySQLConnectOptions |
MySQLConnectOptions.setPort(int port) |
MySQLConnectOptions |
MySQLConnectOptions.setPreparedStatementCacheMaxSize(int preparedStatementCacheMaxSize) |
MySQLConnectOptions |
MySQLConnectOptions.setPreparedStatementCacheSqlLimit(int preparedStatementCacheSqlLimit) |
MySQLConnectOptions |
MySQLConnectOptions.setProperties(Map<String,String> properties) |
MySQLConnectOptions |
MySQLConnectOptions.setProxyOptions(ProxyOptions proxyOptions) |
MySQLConnectOptions |
MySQLConnectOptions.setReceiveBufferSize(int receiveBufferSize) |
MySQLConnectOptions |
MySQLConnectOptions.setReconnectAttempts(int attempts) |
MySQLConnectOptions |
MySQLConnectOptions.setReconnectInterval(long interval) |
MySQLConnectOptions |
MySQLConnectOptions.setReuseAddress(boolean reuseAddress) |
MySQLConnectOptions |
MySQLConnectOptions.setReusePort(boolean reusePort) |
MySQLConnectOptions |
MySQLConnectOptions.setSendBufferSize(int sendBufferSize) |
MySQLConnectOptions |
MySQLConnectOptions.setSoLinger(int soLinger) |
MySQLConnectOptions |
MySQLConnectOptions.setSslEngineOptions(SSLEngineOptions sslEngineOptions) |
MySQLConnectOptions |
MySQLConnectOptions.setSslHandshakeTimeout(long sslHandshakeTimeout) |
MySQLConnectOptions |
MySQLConnectOptions.setSslHandshakeTimeoutUnit(TimeUnit sslHandshakeTimeoutUnit) |
MySQLConnectOptions |
MySQLConnectOptions.setTcpCork(boolean tcpCork) |
MySQLConnectOptions |
MySQLConnectOptions.setTcpFastOpen(boolean tcpFastOpen) |
MySQLConnectOptions |
MySQLConnectOptions.setTcpKeepAlive(boolean tcpKeepAlive) |
MySQLConnectOptions |
MySQLConnectOptions.setTcpNoDelay(boolean tcpNoDelay) |
MySQLConnectOptions |
MySQLConnectOptions.setTcpQuickAck(boolean tcpQuickAck) |
MySQLConnectOptions |
MySQLConnectOptions.setTrafficClass(int trafficClass) |
MySQLConnectOptions |
MySQLConnectOptions.setTrustAll(boolean trustAll) |
MySQLConnectOptions |
MySQLConnectOptions.setTrustOptions(TrustOptions options) |
MySQLConnectOptions |
MySQLConnectOptions.setTrustStoreOptions(JksOptions options) |
MySQLConnectOptions |
MySQLConnectOptions.setUseAlpn(boolean useAlpn) |
MySQLConnectOptions |
MySQLConnectOptions.setUser(String user) |