Get rid of NetconfMessageFactory
authorRobert Varga <rovarga@cisco.com>
Fri, 7 Feb 2014 22:15:56 +0000 (23:15 +0100)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 10 Feb 2014 13:08:20 +0000 (13:08 +0000)
This removes the use of deprecated ProtocolMessageFactory and
ProtocolHandlerFactory. Just instantiate appropriate Netty handlers
instead.

Change-Id: I98b6424af0256483be21c92dfdbe4c0ddbac7a9d
Signed-off-by: Robert Varga <rovarga@cisco.com>
src/main/java/org/opendaylight/protocol/framework/ProtocolMessageDecoder.java

index 725e0a21a7eca0aec81d8537f1be4f86c95d93d2..d8ad8b6202e367602939369fb6b7588ca307eeaa 100644 (file)
@@ -52,4 +52,6 @@ public final class ProtocolMessageDecoder<T> extends ByteToMessageDecoder {
         }
         in.discardReadBytes();
     }
+
 }
+