Specialize protocol-framework to netconf
[netconf.git] / netconf / netconf-netty-util / src / main / java / org / opendaylight / netconf / nettyutil / ReconnectStrategy.java
similarity index 97%
rename from protocol-framework/src/main/java/org/opendaylight/protocol/framework/ReconnectStrategy.java
rename to netconf/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/ReconnectStrategy.java
index a0a91507997fa34bc5518de9cf18a5266e59d818..55e6b038282d68213f9cb8728cdf829613f1310a 100644 (file)
@@ -5,7 +5,7 @@
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
-package org.opendaylight.protocol.framework;
+package org.opendaylight.netconf.nettyutil;
 
 import io.netty.util.concurrent.Future;
 
@@ -13,6 +13,7 @@ import io.netty.util.concurrent.Future;
  * Interface exposed by a reconnection strategy provider. A reconnection
  * strategy decides whether to attempt reconnection and when to do that.
  *
+ * <p>
  * The proper way of using this API is such that when a connection attempt
  * has failed, the user will call scheduleReconnect() to obtain a future,
  * which tracks schedule of the next connect attempt. The user should add its