first draft implementation of openflowjava-core 95/895/3
authormichal.polkorab <michal.polkorab@pantheon.sk>
Fri, 16 Aug 2013 14:16:15 +0000 (16:16 +0200)
committermichal.polkorab <michal.polkorab@pantheon.sk>
Fri, 30 Aug 2013 00:18:51 +0000 (17:18 -0700)
commitdbf95c5b8fad79969ac914f1f9f74974a775e8ad
tree1321a4f3f1fd7ecc6a537a1445435b2614261808
parent913462da53f461a2241844f672f8e2ed1bd16954
first draft implementation of openflowjava-core

fix change packaging from pom to jar

adding targets to ignore list

improved logging, response support, comments resolved

Signed-off-by: michal.polkorab <michal.polkorab@pantheon.sk>
Change-Id: Ibada27dbc9de8028e6eee044ed08e1c699e32e2f
25 files changed:
.gitignore [new file with mode: 0644]
openflow-protocol-api/pom.xml
openflow-protocol-impl/pom.xml
openflow-protocol-impl/src/main/java/org/openflow/clients/SecureSimpleClient.java [new file with mode: 0644]
openflow-protocol-impl/src/main/java/org/openflow/clients/SecureSimpleClientHandler.java [new file with mode: 0644]
openflow-protocol-impl/src/main/java/org/openflow/clients/SecureSimpleClientInitializer.java [new file with mode: 0644]
openflow-protocol-impl/src/main/java/org/openflow/clients/SimpleClient.java [new file with mode: 0644]
openflow-protocol-impl/src/main/java/org/openflow/clients/SimpleClientHandler.java [new file with mode: 0644]
openflow-protocol-impl/src/main/java/org/openflow/core/DeserializationFactory.java [new file with mode: 0644]
openflow-protocol-impl/src/main/java/org/openflow/core/OF13Codec.java [new file with mode: 0644]
openflow-protocol-impl/src/main/java/org/openflow/core/OFFrameDecoder.java [new file with mode: 0644]
openflow-protocol-impl/src/main/java/org/openflow/core/OFVersionDetector.java [new file with mode: 0644]
openflow-protocol-impl/src/main/java/org/openflow/core/SerializationFactory.java [new file with mode: 0644]
openflow-protocol-impl/src/main/java/org/openflow/core/SslContextFactory.java [new file with mode: 0644]
openflow-protocol-impl/src/main/java/org/openflow/core/SslKeyStore.java [new file with mode: 0644]
openflow-protocol-impl/src/main/java/org/openflow/core/SslTrustManagerFactory.java [new file with mode: 0644]
openflow-protocol-impl/src/main/java/org/openflow/core/TCPHandler.java [new file with mode: 0644]
openflow-protocol-impl/src/main/java/org/openflow/core/TLSDetector.java [new file with mode: 0644]
openflow-protocol-impl/src/main/java/org/openflow/util/ByteBufUtils.java [new file with mode: 0644]
openflow-protocol-impl/src/main/resources/key.bin [new file with mode: 0644]
openflow-protocol-impl/src/main/resources/key.raw [new file with mode: 0644]
openflow-protocol-impl/src/main/resources/log4j.xml [new file with mode: 0644]
openflow-protocol-impl/src/test/java/org/openflow/example/TCPHandlerTest.java [new file with mode: 0644]
openflow-protocol-spi/pom.xml
pom.xml