Ordered message execution ensured 66/2166/4
authorMichal Rehak <mirehak@cisco.com>
Fri, 25 Oct 2013 13:49:35 +0000 (15:49 +0200)
committerMichal Rehak <mirehak@cisco.com>
Tue, 5 Nov 2013 10:24:16 +0000 (11:24 +0100)
commit156b1d174392438b48a76fd82ad3f84f618e8042
tree26e854a3a5b0270bc0287107cdf07a4fc856fea6
parent7494ef8cb011ce850af5d1cf33e90e212fdc2a97
Ordered message execution ensured

Removed threadpool
IdleStateHandler - added javadoc
IntegrationTest - sleepEvents' sleep time reduced
SendEvent no longer uses threads to send message

Added notification of connection ready status
Fixed SimpleClient (msg length)

Change-Id: If517c0e31123b5609511dc3ed90b44d8427b08d6
Signed-off-by: Michal Polkorab <michal.polkorab@pantheon.sk>
Signed-off-by: Michal Rehak <mirehak@cisco.com>
12 files changed:
openflow-protocol-api/src/main/java/org/opendaylight/openflowjava/protocol/api/connection/ConnectionAdapter.java
openflow-protocol-api/src/main/java/org/opendaylight/openflowjava/protocol/api/connection/ConnectionReadyListener.java [new file with mode: 0644]
openflow-protocol-impl/src/main/java/org/opendaylight/openflowjava/protocol/impl/connection/ConnectionAdapterFactory.java
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/core/IdleHandler.java
openflow-protocol-impl/src/main/java/org/opendaylight/openflowjava/protocol/impl/core/PublishingChannelInitializer.java
openflow-protocol-impl/src/main/java/org/opendaylight/openflowjava/protocol/impl/core/TcpHandler.java
openflow-protocol-impl/src/main/java/org/opendaylight/openflowjava/protocol/impl/core/TlsDetector.java
openflow-protocol-it/src/test/java/org/opendaylight/openflowjava/protocol/impl/integration/IntegrationTest.java
openflow-protocol-it/src/test/java/org/opendaylight/openflowjava/protocol/impl/integration/MockPlugin.java
simple-client/src/main/java/org/opendaylight/openflowjava/protocol/impl/clients/SendEvent.java
simple-client/src/main/java/org/opendaylight/openflowjava/protocol/impl/clients/SimpleClientHandler.java