Implemented simple tcp client 59/58359/1
authorJakub Dudycz <jakub.dudycz@nokia.com>
Tue, 29 May 2018 12:46:27 +0000 (14:46 +0200)
committerPiotr Jaszczyk <piotr.jaszczyk@nokia.com>
Wed, 1 Aug 2018 07:18:45 +0000 (09:18 +0200)
commit7bc4137767f88c2aae8f966065c5bea083234190
tree0e46ad6fe06c817da5ba32340b3be07e829bd241
parent067c44618a7daa38c14fe42902c43b8dddd348f9
Implemented simple tcp client

Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com>
Change-Id: Iaf913186b93eb7eebfb6f44c19d489a64ed60c2b
Issue-ID: DCAEGEN2-601
hv-collector-client-simulator/pom.xml
hv-collector-client-simulator/src/main/kotlin/org.onap.dcae.collectors.veshv.main/config/ArgBasedClientConfiguration.kt [new file with mode: 0644]
hv-collector-client-simulator/src/main/kotlin/org.onap.dcae.collectors.veshv.main/config/ClientConfiguration.kt [new file with mode: 0644]
hv-collector-client-simulator/src/main/kotlin/org.onap.dcae.collectors.veshv.main/impl/MessageFactory.kt [new file with mode: 0644]
hv-collector-client-simulator/src/main/kotlin/org.onap.dcae.collectors.veshv.main/impl/VesHvClient.kt [new file with mode: 0644]
hv-collector-client-simulator/src/main/kotlin/org.onap.dcae.collectors.veshv.main/main.kt
hv-collector-client-simulator/src/main/resources/logback.xml [new file with mode: 0644]
hv-collector-client-simulator/src/test/kotlin/org.onap.dcae.collectors.veshv.main/DummyTest.kt [deleted file]
hv-collector-client-simulator/src/test/kotlin/org.onap.dcae.collectors.veshv.main/MessageFactoryTest.kt [new file with mode: 0644]
hv-collector-core/src/main/kotlin/org/onap/dcae/collectors/veshv/domain/ServerConfiguration.kt
hv-collector-main/src/main/kotlin/org/onap/dcae/collectors/veshv/main/ArgBasedServerConfiguration.kt