Class LegacyIQProvider<I extends IQ>


  • @Deprecated
    public abstract class LegacyIQProvider<I extends IQ>
    extends IqProvider<I>
    Deprecated.
    Use IqProvider instead

    Deprecation Notice: This class is deprecated, use IqProvider instead.

    An abstract class for parsing custom IQ packets. Each IQProvider must be registered with the ProviderManager class for it to be used. Every implementation of this abstract class must have a public, no-argument constructor.