X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=openflow-protocol-api%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fopenflowjava%2Fprotocol%2Fapi%2Fconnection%2FConnectionAdapter.java;h=82b7a89667245fbf996d0de0d0d03cee9fbddbec;hb=07de1ed897da9d7dc70c6d550f38c59339ed751e;hp=50a85fbc806d415b8caabd7d2f3fe2170b332509;hpb=519a86d1ddcfb8f0fe264174e62e5424e1efba1f;p=openflowjava.git diff --git a/openflow-protocol-api/src/main/java/org/opendaylight/openflowjava/protocol/api/connection/ConnectionAdapter.java b/openflow-protocol-api/src/main/java/org/opendaylight/openflowjava/protocol/api/connection/ConnectionAdapter.java index 50a85fbc..82b7a896 100644 --- a/openflow-protocol-api/src/main/java/org/opendaylight/openflowjava/protocol/api/connection/ConnectionAdapter.java +++ b/openflow-protocol-api/src/main/java/org/opendaylight/openflowjava/protocol/api/connection/ConnectionAdapter.java @@ -27,12 +27,12 @@ public interface ConnectionAdapter extends OpenflowProtocolService { * @return future set to true, when disconnect completed */ Future disconnect(); - + /** * @return true, if connection to switch is alive */ boolean isAlive(); - + /** * @return address of the remote end - address of a switch if connected */ @@ -41,7 +41,7 @@ public interface ConnectionAdapter extends OpenflowProtocolService { * @param messageListener here will be pushed all messages from switch */ void setMessageListener(OpenflowProtocolListener messageListener); - + /** * @param systemListener here will be pushed all system messages from library */ @@ -58,7 +58,7 @@ public interface ConnectionAdapter extends OpenflowProtocolService { void fireConnectionReadyNotification(); /** - * set listener for connection became ready-to-use event + * set listener for connection became ready-to-use event * @param connectionReadyListener */ void setConnectionReadyListener(ConnectionReadyListener connectionReadyListener);