Add interface SslHandlerFactory 23/68523/12
authorLiGuosheng <li.guosheng6@zte.com.cn>
Fri, 23 Feb 2018 06:34:39 +0000 (14:34 +0800)
committerJakubToth <jakub.toth@pantheon.tech>
Wed, 7 Mar 2018 11:42:19 +0000 (11:42 +0000)
commit30e57d308d57bf0f9bb3c9d080c7728c98b34ab2
tree24986a621f0d3c01a9c3a44518ffe6780ed6fbcf
parent3c8c893c2f85f1bb5fdc7c4c49a2267788eea539
Add interface SslHandlerFactory

This factory is used by the TLS clients to create SslHandler that will
be added to the channel pipeline when the channel is active. TLS
versions are configurable.

Change-Id: I95c2a0ff105020ac84b02d82207f830d70ef7197
Signed-off-by: Li guosheng <li.guosheng6@zte.com.cn>
netconf/netconf-client/src/main/java/org/opendaylight/netconf/client/SslHandlerFactory.java [new file with mode: 0644]
netconf/netconf-console/src/test/resources/schemas/netconf-node-topology.yang
netconf/netconf-topology/src/main/java/org/opendaylight/netconf/topology/AbstractNetconfTopology.java
netconf/sal-netconf-connector/src/main/yang/netconf-node-topology.yang
netconf/sal-netconf-connector/src/test/resources/schemas/netconf-node-topology.yang