Binary data shall be emitted in the form of hexa numbers. 60/92760/7
authorIaroslav <iaroslav.kholiavko@pantheon.tech>
Tue, 29 Sep 2020 09:05:03 +0000 (12:05 +0300)
committerTomas Cere <tomas.cere@pantheon.tech>
Mon, 29 Mar 2021 11:48:54 +0000 (11:48 +0000)
commitd7df0a7d86505089b6b374b2f7a427936eae4eb4
tree84b082b0c33607e9128939738af393c177d2419f
parentae3ae67f87c4152097e6eaff17dda6ed1d186b1b
Binary data shall be emitted in the form of hexa numbers.

Added converter character->to HEX in AsyncSshHandlerWriter class logging.

JIRA: NETCONF-135
Change-Id: I462baf94eecbc67221ca349f2b900eedf80ea483
Signed-off-by: Iaroslav <iaroslav.kholiavko@pantheon.tech>
netconf/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ssh/client/AsyncSshHandlerWriter.java
netconf/netconf-netty-util/src/test/java/org/opendaylight/netconf/nettyutil/handler/ssh/client/AsyncSshHandlerWriterTest.java [new file with mode: 0644]