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

Packages that use ObjectChannel
com.metamatrix.common.comm.platform.socket   
com.metamatrix.common.comm.platform.socket.client   
com.metamatrix.common.comm.platform.socket.server   
 

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

Classes in com.metamatrix.common.comm.platform.socket that implement ObjectChannel
 class SSLAwareChannelHandler.ObjectChannelImpl
           
 

Methods in com.metamatrix.common.comm.platform.socket with parameters of type ObjectChannel
 ChannelListener ChannelListener.ChannelListenerFactory.createChannelListener(ObjectChannel channel)
           
 

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 com.metamatrix.common.comm.platform.socket.server
 

Methods in com.metamatrix.common.comm.platform.socket.server with parameters of type ObjectChannel
 ChannelListener SocketListener.createChannelListener(ObjectChannel channel)
           
 

Constructors in com.metamatrix.common.comm.platform.socket.server with parameters of type ObjectChannel
SocketClientInstance(ObjectChannel objectSocket, WorkerPool workerPool, ClientServiceRegistry server, boolean isClientEncryptionEnabled, SessionServiceInterface sessionService)
           
 



Copyright © 2009. All Rights Reserved.