Uses of Class
openr66.protocol.exception.OpenR66ProtocolRemoteShutdownException

Packages that use OpenR66ProtocolRemoteShutdownException
openr66.protocol.networkhandler Classes implementing Network Handler (multiplexing local handlers) 
 

Uses of OpenR66ProtocolRemoteShutdownException in openr66.protocol.networkhandler
 

Methods in openr66.protocol.networkhandler that throw OpenR66ProtocolRemoteShutdownException
 void NetworkChannel.add(org.jboss.netty.channel.Channel localChannel)
           
static void NetworkTransaction.addLocalChannelToNetworkChannel(org.jboss.netty.channel.Channel networkChannel, org.jboss.netty.channel.Channel localChannel)
          Add a LocalChannel to a NetworkChannel
static void NetworkTransaction.addNetworkChannel(org.jboss.netty.channel.Channel channel)
           
 LocalChannelReference NetworkTransaction.createConnection(SocketAddress socketAddress, boolean isSSL, R66Future futureRequest)
          Create a connection to the specified socketAddress
static LocalChannelReference NetworkTransaction.createConnectionFromNetworkChannelStartup(org.jboss.netty.channel.Channel channel, NetworkPacket packet)
          Create the LocalChannelReference when a remote local channel starts its connection
 



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