Uses of Interface
org.jivesoftware.util.channelbinding.ChannelBindingProvider
Packages that use ChannelBindingProvider
-
Uses of ChannelBindingProvider in org.jivesoftware.util.channelbinding
Classes in org.jivesoftware.util.channelbinding that implement ChannelBindingProviderModifier and TypeClassDescriptionclassImplementation ofChannelBindingProviderfor thetls-server-end-pointchannel binding type (RFC 5929).Methods in org.jivesoftware.util.channelbinding with parameters of type ChannelBindingProviderModifier and TypeMethodDescriptionvoidChannelBindingProviderManager.addProvider(ChannelBindingProvider provider) Registers a provider for its declared channel binding type (RFC-defined unique prefix) at the tail (end) of the list.voidChannelBindingProviderManager.addProviderToHead(ChannelBindingProvider provider) Registers a provider for its declared channel binding type (RFC-defined unique prefix) at the head (start) of the list.booleanChannelBindingProviderManager.removeProvider(ChannelBindingProvider provider) Removes a specific provider instance for the given channel binding type prefix, if present.