Package com.isode.som

Interface SomHandler

    • Method Detail

      • handleBindResponse

        void handleBindResponse​(int status,
                                java.lang.String detail)
        Handle the response to a Bind operation
        Parameters:
        status - operation status
        detail - error detail on failure
      • handleResponse

        void handleResponse​(SomCommand cmd,
                            int status,
                            java.lang.String detail)
        Generic command response handler
        Parameters:
        cmd - the command to which the response applies
        status - status from command
        detail - error detail