Package | Description |
---|---|
org.teiid.net | |
org.teiid.net.socket |
Modifier and Type | Method and Description |
---|---|
void |
ServerConnection.authenticate() |
ServerConnection |
ServerConnectionFactory.getConnection(Properties connectionProperties)
Establish a connection to the server.
|
Modifier and Type | Method and Description |
---|---|
void |
SocketServerConnection.authenticate() |
SocketServerConnection |
SocketServerConnectionFactory.getConnection(Properties connectionProperties) |
SocketServerInstance |
SocketServerConnection.selectServerInstance()
Implements a sticky random selection policy
TODO: make this customizable
TODO: put more information on hostinfo as to process response time, last successful connect, etc.
|
Constructor and Description |
---|
SocketServerConnection(SocketServerInstanceFactory connectionFactory,
boolean secure,
UrlServerDiscovery serverDiscovery,
Properties connProps) |
Copyright © 2019. All rights reserved.