Uses of Interface
org.teiid.transport.ChannelListener
-
Packages that use ChannelListener Package Description org.teiid.transport -
-
Uses of ChannelListener in org.teiid.transport
Classes in org.teiid.transport that implement ChannelListener Modifier and Type Class Description class
ODBCClientInstance
class
SocketClientInstance
Sockets implementation of the communication framework class representing the server's view of a client connection.Methods in org.teiid.transport that return ChannelListener Modifier and Type Method Description ChannelListener
ChannelListener.ChannelListenerFactory. createChannelListener(ObjectChannel channel)
ChannelListener
ODBCSocketListener. createChannelListener(ObjectChannel channel)
ChannelListener
SocketListener. createChannelListener(ObjectChannel channel)
-