Merge "Spec: OFPGC_ADD_OR_MOD support in openflowplugin"
[openflowplugin.git] / openflowjava / openflow-protocol-api / src / main / java / org / opendaylight / openflowjava / protocol / api / connection / OutboundQueue.java
index 3b9e7752b9a80e5032055b5c3728709b437f3a13..0ce24cf9023dcb94cd4478bc486d45e8e930b481 100644 (file)
@@ -31,9 +31,11 @@ public interface OutboundQueue {
      * with a response, the object reported will be non-null. If the request's completion
      * is implied by a barrier, the object reported will be null.
      *
+     * <p>
      * If this request fails on the remote device, {@link FutureCallback#onFailure(Throwable)}
      * will be called with an instance of {@link DeviceRequestFailedException}.
      *
+     * <p>
      * If the request fails due to local reasons, {@link FutureCallback#onFailure(Throwable)}
      * will be called with an instance of {@link OutboundQueueException}. In particular, if
      * this request failed because the device disconnected, {@link OutboundQueueException#DEVICE_DISCONNECTED}
@@ -59,9 +61,11 @@ public interface OutboundQueue {
      * with a response, the object reported will be non-null. If the request's completion
      * is implied by a barrier, the object reported will be null.
      *
+     * <p>
      * If this request fails on the remote device, {@link FutureCallback#onFailure(Throwable)}
      * will be called with an instance of {@link DeviceRequestFailedException}.
      *
+     * <p>
      * If the request fails due to local reasons, {@link FutureCallback#onFailure(Throwable)}
      * will be called with an instance of {@link OutboundQueueException}. In particular, if
      * this request failed because the device disconnected, {@link OutboundQueueException#DEVICE_DISCONNECTED}