Refactor TcpConnectionInitializer 51/111851/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 23 May 2024 14:54:25 +0000 (16:54 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 26 May 2024 20:51:47 +0000 (22:51 +0200)
commitdba0f07c72be047ece4ca82ade4e71bcc38e7cbf
treef8365fcd0c7056845250c58d94ae9996822cd2e9
parent10ad385a19ce8d8ceed884b4ef9b8ff97cf17295
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>
(cherry picked from commit acb41d869c8f1e253e18b9a973cb79e4ef6228ec)
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