Uses of Interface
org.opendaylight.netconf.nettyutil.NetconfSessionNegotiator
-
Packages that use NetconfSessionNegotiator Package Description org.opendaylight.netconf.nettyutil -
-
Uses of NetconfSessionNegotiator in org.opendaylight.netconf.nettyutil
Classes in org.opendaylight.netconf.nettyutil that implement NetconfSessionNegotiator Modifier and Type Class Description classAbstractNetconfSessionNegotiator<P extends org.opendaylight.netconf.api.NetconfSessionPreferences,S extends AbstractNetconfSession<S,L>,L extends org.opendaylight.netconf.api.NetconfSessionListener<S>>Methods in org.opendaylight.netconf.nettyutil that return NetconfSessionNegotiator Modifier and Type Method Description NetconfSessionNegotiator<S>NetconfSessionNegotiatorFactory. getSessionNegotiator(org.opendaylight.netconf.api.NetconfSessionListenerFactory<L> factory, io.netty.channel.Channel channel, io.netty.util.concurrent.Promise<S> promise)Deprecated.Create a new negotiator attached to a channel, which will notify a promise once the negotiation completes.
-