org.sdnplatform.sync.internal.rpc
Class RPCService.NodeConnection

java.lang.Object
  extended by org.sdnplatform.sync.internal.rpc.RPCService.NodeConnection
Enclosing class:
RPCService

protected static class RPCService.NodeConnection
extends java.lang.Object

Connection state wrapper for node connections

Author:
readams

Field Summary
protected  org.jboss.netty.channel.Channel nodeChannel
           
protected  org.jboss.netty.channel.ChannelFuture pendingFuture
           
 
Constructor Summary
protected RPCService.NodeConnection()
           
 
Method Summary
protected  void nuke()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pendingFuture

protected org.jboss.netty.channel.ChannelFuture pendingFuture

nodeChannel

protected org.jboss.netty.channel.Channel nodeChannel
Constructor Detail

RPCService.NodeConnection

protected RPCService.NodeConnection()
Method Detail

nuke

protected void nuke()