Uses of Class
org.teiid.net.HostInfo
-
Packages that use HostInfo Package Description org.teiid.net org.teiid.net.socket -
-
Uses of HostInfo in org.teiid.net
Methods in org.teiid.net that return types with arguments of type HostInfo Modifier and Type Method Description List<HostInfo>
TeiidURL. getHostInfo()
-
Uses of HostInfo in org.teiid.net.socket
Methods in org.teiid.net.socket that return HostInfo Modifier and Type Method Description HostInfo
SocketServerInstance. getHostInfo()
HostInfo
SocketServerInstanceImpl. getHostInfo()
HostInfo
UrlServerDiscovery. selectNextInstance(List<HostInfo> hosts)
Methods in org.teiid.net.socket that return types with arguments of type HostInfo Modifier and Type Method Description List<HostInfo>
UrlServerDiscovery. getKnownHosts()
Methods in org.teiid.net.socket with parameters of type HostInfo Modifier and Type Method Description ObjectChannel
ObjectChannelFactory. createObjectChannel(HostInfo info)
ObjectChannel
OioOjbectChannelFactory. createObjectChannel(HostInfo info)
SocketServerInstance
SocketServerConnectionFactory. getServerInstance(HostInfo info)
SocketServerInstance
SocketServerInstanceFactory. getServerInstance(HostInfo info)
Method parameters in org.teiid.net.socket with type arguments of type HostInfo Modifier and Type Method Description HostInfo
UrlServerDiscovery. selectNextInstance(List<HostInfo> hosts)
Constructors in org.teiid.net.socket with parameters of type HostInfo Constructor Description SocketServerInstanceImpl(HostInfo info, long synchTimeout, int soTimeout)
-