Uses of Class
org.granite.config.flex.Channel

Packages that use Channel
org.granite.config.flex   
org.granite.messaging.amf.io   
 

Uses of Channel in org.granite.config.flex
 

Methods in org.granite.config.flex that return Channel
 Channel ServicesConfig.findChannelById(String id)
           
static Channel Channel.forElement(XMap element)
           
 

Methods in org.granite.config.flex with parameters of type Channel
 void ServicesConfig.addChannel(Channel channel)
           
 

Uses of Channel in org.granite.messaging.amf.io
 

Fields in org.granite.messaging.amf.io declared as Channel
protected  Channel AMF3Serializer.channel
           
 

Methods in org.granite.messaging.amf.io that return Channel
protected  Channel AMF3Serializer.getChannel()