Uses of Interface
com.metamatrix.common.comm.platform.socket.ObjectChannel

Packages that use ObjectChannel
com.metamatrix.common.comm.platform.socket.client   
org.teiid.transport   
 

Uses of ObjectChannel in com.metamatrix.common.comm.platform.socket.client
 

Methods in com.metamatrix.common.comm.platform.socket.client that return ObjectChannel
 ObjectChannel OioOjbectChannelFactory.createObjectChannel(java.net.SocketAddress address, boolean ssl)
           
 ObjectChannel ObjectChannelFactory.createObjectChannel(java.net.SocketAddress address, boolean ssl)
           
 

Uses of ObjectChannel in org.teiid.transport
 

Classes in org.teiid.transport that implement ObjectChannel
 class SSLAwareChannelHandler.ObjectChannelImpl
           
 

Methods in org.teiid.transport with parameters of type ObjectChannel
 ChannelListener SocketListener.createChannelListener(ObjectChannel channel)
           
 ChannelListener ChannelListener.ChannelListenerFactory.createChannelListener(ObjectChannel channel)
           
 

Constructors in org.teiid.transport with parameters of type ObjectChannel
SocketClientInstance(ObjectChannel objectSocket, WorkerPool workerPool, ClientServiceRegistry server, boolean isClientEncryptionEnabled, SessionServiceInterface sessionService)
           
 



Copyright © 2009. All Rights Reserved.