Uses of Class
org.teiid.transport.ClientServiceRegistryImpl
-
Packages that use ClientServiceRegistryImpl Package Description org.teiid.jboss org.teiid.runtime org.teiid.transport -
-
Uses of ClientServiceRegistryImpl in org.teiid.jboss
Subclasses of ClientServiceRegistryImpl in org.teiid.jboss Modifier and Type Class Description class
TransportService
-
Uses of ClientServiceRegistryImpl in org.teiid.runtime
Fields in org.teiid.runtime declared as ClientServiceRegistryImpl Modifier and Type Field Description protected ClientServiceRegistryImpl
EmbeddedServer. services
-
Uses of ClientServiceRegistryImpl in org.teiid.transport
Constructors in org.teiid.transport with parameters of type ClientServiceRegistryImpl Constructor Description ODBCSocketListener(InetSocketAddress address, SocketConfiguration config, ClientServiceRegistryImpl csr, StorageManager storageManager, int maxLobSize, LogonImpl logon, TeiidDriver driver)
ServerWorkItem(ClientInstance socketClientInstance, Serializable messageKey, Message message, ClientServiceRegistryImpl server)
SocketClientInstance(ObjectChannel objectSocket, ClientServiceRegistryImpl csr, boolean isClientEncryptionEnabled)
SocketListener(InetSocketAddress address, int inputBufferSize, int outputBufferSize, int maxWorkers, SSLConfiguration config, ClientServiceRegistryImpl csr, StorageManager storageManager)
SocketListener(InetSocketAddress address, SocketConfiguration config, ClientServiceRegistryImpl csr, StorageManager storageManager)
-