Uses of Class
org.opendaylight.netconf.nettyutil.handler.exi.EXIParameters
-
Packages that use EXIParameters Package Description org.opendaylight.netconf.nettyutil.handler org.opendaylight.netconf.nettyutil.handler.exi -
-
Uses of EXIParameters in org.opendaylight.netconf.nettyutil.handler
Methods in org.opendaylight.netconf.nettyutil.handler with parameters of type EXIParameters Modifier and Type Method Description static NetconfEXICodecNetconfEXICodec. forParameters(EXIParameters parameters) -
Uses of EXIParameters in org.opendaylight.netconf.nettyutil.handler.exi
Methods in org.opendaylight.netconf.nettyutil.handler.exi that return EXIParameters Modifier and Type Method Description static EXIParametersEXIParameters. empty()static EXIParametersEXIParameters. fromXmlElement(org.opendaylight.netconf.api.xml.XmlElement root)Methods in org.opendaylight.netconf.nettyutil.handler.exi with parameters of type EXIParameters Modifier and Type Method Description static NetconfStartExiMessageNetconfStartExiMessage. create(EXIParameters exiOptions, String messageId)
-