Package org.teiid.net.socket
Interface ObjectChannelFactory
-
- All Known Implementing Classes:
OioOjbectChannelFactory
public interface ObjectChannelFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectChannel
createObjectChannel(HostInfo info)
int
getSoTimeout()
-
-
-
Method Detail
-
getSoTimeout
int getSoTimeout()
-
createObjectChannel
ObjectChannel createObjectChannel(HostInfo info) throws CommunicationException, IOException
- Throws:
CommunicationException
IOException
-
-