Uses of Class
org.teiid.transport.SocketConfiguration
-
Packages that use SocketConfiguration Package Description org.teiid.runtime org.teiid.transport -
-
Uses of SocketConfiguration in org.teiid.runtime
Methods in org.teiid.runtime that return types with arguments of type SocketConfiguration Modifier and Type Method Description List<SocketConfiguration>
EmbeddedConfiguration. getTransports()
Methods in org.teiid.runtime with parameters of type SocketConfiguration Modifier and Type Method Description void
EmbeddedConfiguration. addTransport(SocketConfiguration configuration)
-
Uses of SocketConfiguration in org.teiid.transport
Constructors in org.teiid.transport with parameters of type SocketConfiguration Constructor Description ODBCSocketListener(InetSocketAddress address, SocketConfiguration config, ClientServiceRegistryImpl csr, StorageManager storageManager, int maxLobSize, LogonImpl logon, TeiidDriver driver)
SocketListener(InetSocketAddress address, SocketConfiguration config, ClientServiceRegistryImpl csr, StorageManager storageManager)
-