Interface Response

    • Method Detail

      • addControl

        Response addControl​(Control control)
        Description copied from interface: ProtocolOp
        Adds the provided control to this protocol-op.
        Specified by:
        addControl in interface ProtocolOp
        Parameters:
        control - The control to be added to this protocol-op.
        Returns:
        This protocol-op.
      • addControls

        Response addControls​(Iterable<? extends Control> control)
        Description copied from interface: ProtocolOp
        Adds the provided controls to this protocol-op.
        Specified by:
        addControls in interface ProtocolOp
        Parameters:
        control - The controls to be added to this protocol-op.
        Returns:
        This protocol-op.