Package org.teiid.transport
Interface ChannelListener.ChannelListenerFactory
-
- All Known Implementing Classes:
ODBCSocketListener
,SocketListener
- Enclosing interface:
- ChannelListener
public static interface ChannelListener.ChannelListenerFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChannelListener
createChannelListener(ObjectChannel channel)
-
-
-
Method Detail
-
createChannelListener
ChannelListener createChannelListener(ObjectChannel channel)
-
-