Uses of Interface
org.granite.client.messaging.channel.RemotingChannel

Packages that use RemotingChannel
org.granite.client.messaging.channel   
org.granite.client.messaging.channel.amf   
org.granite.client.tide.server   
 

Uses of RemotingChannel in org.granite.client.messaging.channel
 

Methods in org.granite.client.messaging.channel that return RemotingChannel
 RemotingChannel ChannelFactory.newRemotingChannel(Transport transport, Configuration configuration, String id, URI uri, int maxConcurrentRequests)
           
 RemotingChannel ChannelFactory.newRemotingChannel(Transport transport, String id, URI uri)
           
 RemotingChannel ChannelFactory.newRemotingChannel(Transport transport, String id, URI uri, int maxConcurrentRequests)
           
 

Uses of RemotingChannel in org.granite.client.messaging.channel.amf
 

Classes in org.granite.client.messaging.channel.amf that implement RemotingChannel
 class AMFRemotingChannel
           
 class JMFAMFRemotingChannel
           
 

Uses of RemotingChannel in org.granite.client.tide.server
 

Methods in org.granite.client.tide.server with parameters of type RemotingChannel
 RemoteService ServerSession.ServiceFactory.newRemoteService(RemotingChannel remotingChannel, String destination)