Interface InboundIQHandler

  • All Known Implementing Classes:
    PingManager
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface InboundIQHandler
    Functional interface for handling inbound IQs.
    • Method Detail

      • handleInboundIQ

        void handleInboundIQ​(IQEvent e)
        Handles an inbound IQ.
        Parameters:
        e - The IQ event.