Refactor TcpConnectionInitializer 31/111831/2
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 23 May 2024 14:54:25 +0000 (16:54 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 23 May 2024 14:58:03 +0000 (16:58 +0200)
commitacb41d869c8f1e253e18b9a973cb79e4ef6228ec
tree8f55ef5d74b67660aaf83a5bb689ae5ee9fdc87f
parentdbd582fcbf4015ed7132aca6a42a7143b38d9ac0
Refactor TcpConnectionInitializer

TcpConnectionInitializer is *not* a ServerFacade, disconnect it from
that interface and eliminate all dead code.

While we are at it, make sure to define ServerFacade.run() to make it
easy to see the actual implementations.

Change-Id: Ied7fc8ccacadf8a27f995ebc9553b88a281f6553
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
openflowjava/openflow-protocol-impl/src/main/java/org/opendaylight/openflowjava/protocol/impl/core/ServerFacade.java
openflowjava/openflow-protocol-impl/src/main/java/org/opendaylight/openflowjava/protocol/impl/core/SwitchConnectionProviderImpl.java
openflowjava/openflow-protocol-impl/src/main/java/org/opendaylight/openflowjava/protocol/impl/core/TcpConnectionInitializer.java