Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707.pcep.dispatcher.config.Tls
Packages that use Tls
Package
Description
-
Uses of Tls in org.opendaylight.protocol.pcep.impl
Methods in org.opendaylight.protocol.pcep.impl with parameters of type TlsModifier and TypeMethodDescriptionvoidAbstractPCEPSessionNegotiator.setTlsConfiguration(Tls tlsConfiguration) Constructors in org.opendaylight.protocol.pcep.impl with parameters of type TlsModifierConstructorDescriptionDefaultPCEPSessionNegotiator(io.netty.util.concurrent.Promise<PCEPSessionImpl> promise, io.netty.channel.Channel channel, org.opendaylight.protocol.pcep.PCEPSessionListener listener, short sessionId, int maxUnknownMessages, org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.open.object.Open localPrefs, Tls tlsConfiguration) -
Uses of Tls in org.opendaylight.protocol.pcep.impl.tls
Constructors in org.opendaylight.protocol.pcep.impl.tls with parameters of type TlsModifierConstructorDescriptionSslContextFactory(Tls tlsConfig) SslContextFactory provides information about the TLS context and configuration. -
Uses of Tls in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707 that return TlsModifier and TypeMethodDescriptionPcepDispatcherConfig.getTls()Return tls, ornullif it is not present.PcepDispatcherConfigBuilder.getTls()Return current value associated with the property corresponding toPcepDispatcherConfig.getTls().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707 with parameters of type TlsModifier and TypeMethodDescriptionSet the property corresponding toPcepDispatcherConfig.getTls()to the specified value. -
Uses of Tls in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707.pcep.dispatcher.config
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707.pcep.dispatcher.config with type parameters of type TlsModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Tls>>
E$$TlsBuilder.augmentation(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707.pcep.dispatcher.config that return TlsMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707.pcep.dispatcher.config that return types with arguments of type TlsMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707.pcep.dispatcher.config with parameters of type TlsModifier and TypeMethodDescriptionstatic booleanTls.bindingEquals(@NonNull Tls thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intTls.bindingHashCode(@NonNull Tls obj) Default implementation ofObject.hashCode()contract for this interface.static StringTls.bindingToString(@NonNull Tls obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707.pcep.dispatcher.config with type arguments of type TlsModifier and TypeMethodDescriptionTlsBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Tls> augmentation) Add an augmentation to this builder's product.TlsBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Tls>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707.pcep.dispatcher.config with parameters of type TlsModifierConstructorDescriptionTlsBuilder(Tls base) Construct a builder initialized with state from specifiedTls.