Uses of Class
org.teiid.transport.SSLConfiguration
-
Packages that use SSLConfiguration Package Description org.teiid.transport -
-
Uses of SSLConfiguration in org.teiid.transport
Methods in org.teiid.transport that return SSLConfiguration Modifier and Type Method Description SSLConfiguration
SocketConfiguration. getSSLConfiguration()
Methods in org.teiid.transport with parameters of type SSLConfiguration Modifier and Type Method Description protected void
ODBCSocketListener. configureChannelPipeline(io.netty.channel.ChannelPipeline pipeline, SSLConfiguration config, StorageManager storageManager)
protected void
SocketListener. configureChannelPipeline(io.netty.channel.ChannelPipeline pipeline, SSLConfiguration config, StorageManager storageManager)
void
SocketConfiguration. setSSLConfiguration(SSLConfiguration value)
Constructors in org.teiid.transport with parameters of type SSLConfiguration Constructor Description PgBackendProtocol(int maxLobSize, int maxBufferSize, SSLConfiguration config, boolean requireSecure)
SocketListener(InetSocketAddress address, int inputBufferSize, int outputBufferSize, int maxWorkers, SSLConfiguration config, ClientServiceRegistryImpl csr, StorageManager storageManager)
-