Package org.teiid.net.socket
Interface SocketServerInstanceFactory
-
- All Superinterfaces:
HostnameResolver
- All Known Implementing Classes:
SocketServerConnectionFactory
public interface SocketServerInstanceFactory extends HostnameResolver
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SocketServerInstance
getServerInstance(HostInfo info)
-
Methods inherited from interface org.teiid.net.socket.HostnameResolver
resolveHostname
-
-
-
-
Method Detail
-
getServerInstance
SocketServerInstance getServerInstance(HostInfo info) throws CommunicationException, IOException
- Throws:
CommunicationException
IOException
-
-