Improve cache interactions 05/7105/3
authorRobert Varga <rovarga@cisco.com>
Fri, 16 May 2014 08:26:38 +0000 (10:26 +0200)
committerRobert Varga <rovarga@cisco.com>
Sat, 17 May 2014 18:22:31 +0000 (20:22 +0200)
commita11df192b34c34d9f197c551ee56fc266e549fcc
tree63d1d32eb0d51c794afa4a9a378a55766d72f674
parent1898c26797e593e671d7762182341ab2d84422c2
Improve cache interactions

Do not interact with the XID request cache until the request completes.

Change-Id: I39a8b0bac94474a5a52ef461ed596e70bddfd087
Signed-off-by: Robert Varga <rovarga@cisco.com>
Signed-off-by: Michal Polkorab <michal.polkorab@pantheon.sk>
openflow-protocol-impl/src/main/java/org/opendaylight/openflowjava/protocol/impl/connection/AbstractRpcListener.java [new file with mode: 0644]
openflow-protocol-impl/src/main/java/org/opendaylight/openflowjava/protocol/impl/connection/ConnectionAdapterImpl.java
openflow-protocol-impl/src/main/java/org/opendaylight/openflowjava/protocol/impl/connection/ResponseExpectedRpcListener.java [new file with mode: 0644]
openflow-protocol-impl/src/main/java/org/opendaylight/openflowjava/protocol/impl/connection/SimpleRpcListener.java [new file with mode: 0644]