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

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

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

Methods in org.granite.client.messaging.channel that return RemotingChannel
 RemotingChannel AbstractChannelFactory.newRemotingChannel(String id, String uri)
           
 RemotingChannel ChannelFactory.newRemotingChannel(String id, String uri)
           
 RemotingChannel AbstractChannelFactory.newRemotingChannel(String id, String uri, int maxConcurrentRequests)
           
 RemotingChannel ChannelFactory.newRemotingChannel(String id, String uri, int maxConcurrentRequests)
           
 RemotingChannel ChannelFactory.newRemotingChannel(String id, URI uri)
           
 RemotingChannel ChannelFactory.newRemotingChannel(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