Uses of Class
org.opendaylight.netconf.nettyutil.AbstractNetconfSession
Packages that use AbstractNetconfSession
-
Uses of AbstractNetconfSession in org.opendaylight.netconf.nettyutil
Classes in org.opendaylight.netconf.nettyutil with type parameters of type AbstractNetconfSessionModifier and TypeClassDescriptionclassNetconfSessionNegotiator<S extends AbstractNetconfSession<S,L>, L extends NetconfSessionListener<S>> A negotiator of a NETCONF session.Subclasses of AbstractNetconfSession in org.opendaylight.netconf.nettyutilModifier and TypeClassDescriptionclassAbstractNetconfExiSession<S extends AbstractNetconfExiSession<S,L>, L extends NetconfSessionListener<S>> AnAbstractNetconfSessionwhich is also aNetconfExiSession.