OmniSciDB
a5dc49c757
|
Public Attributes | |
encryptedServer | |
unencryptedServer | |
unencryptedClient | |
encryptedClientDefaultTrustStore | |
encryptedClientSpecifiedTrustStore | |
End static method
Definition at line 98 of file SockTransportProperties.java.
com.mapd.common.SockTransportProperties.TransportType.encryptedClientDefaultTrustStore |
Definition at line 102 of file SockTransportProperties.java.
Referenced by com.mapd.common.SockTransportProperties.getEncryptedClientDefaultTrustStore(), and com.mapd.common.SockTransportProperties.openHttpsClientTransport().
com.mapd.common.SockTransportProperties.TransportType.encryptedClientSpecifiedTrustStore |
com.mapd.common.SockTransportProperties.TransportType.encryptedServer |
Definition at line 99 of file SockTransportProperties.java.
Referenced by com.mapd.common.SockTransportProperties.getEncryptedServer(), and com.mapd.common.SockTransportProperties.openServerTransport().
com.mapd.common.SockTransportProperties.TransportType.unencryptedClient |
Definition at line 101 of file SockTransportProperties.java.
Referenced by com.mapd.common.SockTransportProperties.getUnencryptedClient(), and com.mapd.common.SockTransportProperties.openHttpClientTransport().
com.mapd.common.SockTransportProperties.TransportType.unencryptedServer |
Definition at line 100 of file SockTransportProperties.java.
Referenced by com.mapd.common.SockTransportProperties.getUnecryptedServer(), and com.mapd.common.SockTransportProperties.openServerTransport().