Uses of Class
openr66.protocol.networkhandler.NetworkChannel

Packages that use NetworkChannel
openr66.protocol.localhandler Classes implementing LocalHandlers (real work) 
openr66.protocol.networkhandler Classes implementing Network Handler (multiplexing local handlers) 
 

Uses of NetworkChannel in openr66.protocol.localhandler
 

Methods in openr66.protocol.localhandler that return NetworkChannel
 NetworkChannel LocalChannelReference.getNetworkChannelObject()
           
 

Methods in openr66.protocol.localhandler with parameters of type NetworkChannel
 void LocalChannelReference.setNetworkChannelObject(NetworkChannel networkChannelObject)
           
 

Uses of NetworkChannel in openr66.protocol.networkhandler
 

Methods in openr66.protocol.networkhandler that return NetworkChannel
static NetworkChannel NetworkTransaction.getNetworkChannel(org.jboss.netty.channel.Channel channel)
           
 

Methods in openr66.protocol.networkhandler with parameters of type NetworkChannel
 void ClientNetworkChannels.add(NetworkChannel networkChannel)
           
 void ClientNetworkChannels.remove(NetworkChannel networkChannel)
           
static void NetworkTransaction.removeClient(String requester, NetworkChannel networkChannel)
          Remove of requester
 



Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.