Package | Description |
---|---|
org.teiid.transport |
Modifier and Type | Method and Description |
---|---|
SSLConfiguration |
SocketConfiguration.getSSLConfiguration() |
Modifier and Type | Method and Description |
---|---|
protected void |
SocketListener.configureChannelPipeline(io.netty.channel.ChannelPipeline pipeline,
SSLConfiguration config,
StorageManager storageManager) |
protected void |
ODBCSocketListener.configureChannelPipeline(io.netty.channel.ChannelPipeline pipeline,
SSLConfiguration config,
StorageManager storageManager) |
void |
SocketConfiguration.setSSLConfiguration(SSLConfiguration value) |
Constructor and 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) |
Copyright © 2020. All rights reserved.